VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Jul 2008
    Location
    United States
    Search Comp PM
    I'm using this to capture from my Hauppauge USB-Live2 and it works well (so far):

    Code:
    ffmpeg -f v4l2 -i /dev/video2 -c:a copy -c:v copy -r 30/1.001 output.avi
    ...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?

    Any tips on how to get this done? Thanks!
    Quote Quote  
  2. Member
    Join Date
    Jul 2008
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!