I'm using this to capture from my Hauppauge USB-Live2 and it works well (so far):
...the card is outputting YUYV422 by default, but Davinci Resolve can only read UYVY422, so I'm trying to save the stream in that format, but no matter where I stick a "-pix_fmt uyvy422" it doesn't seem to work with that command line... perhaps because the "-c:v copy" ignores such settings?Code:ffmpeg -f v4l2 -i /dev/video2 -c:a copy -c:v copy -r 30/1.001 output.avi
Any tips on how to get this done? Thanks!
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 2 of 2
Thread
-
-
Oops: https://stackoverflow.com/questions/62392859/ffmpeg-ignoring-output-pixel-format
"You can't change pixel formats when using -c:v copy. Change to -c:v rawvideo." Would be nice if there was a warning.
Similar Threads
-
How to get playready dash stream into ffmpeg?
By Chris91 in forum Video Streaming DownloadingReplies: 2Last Post: 17th Jun 2023, 17:49 -
FFMPEG RTMP stream Non-monotonous DTS in output stream 0:1
By idavidpintoi in forum Video ConversionReplies: 0Last Post: 5th May 2023, 19:04 -
ffmpeg edit and save as lagarith 32bit lossless avi?
By Tom4 in forum EditingReplies: 37Last Post: 10th Nov 2022, 23:30 -
ffmpeg: tee muxer to monitor a recording in real time, and save it to disk
By Sentinel166 in forum LinuxReplies: 9Last Post: 29th Oct 2021, 09:00 -
FFMPEG Save video from rtsp stream to hls stream
By Wisperrio in forum Video Streaming DownloadingReplies: 2Last Post: 26th Aug 2021, 23:38