Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

16
  • i get the same error like before: Picture size 0x0 is invalid input.yuv: Invalid argument
    – mrana
    Commented Apr 28, 2016 at 13:48
  • Sorry, you need to supply input params since YUV is a raw stream. Use the framerate of your input.
    – Gyan
    Commented Apr 28, 2016 at 13:57
  • How i can know the bit-rate, frame-rate and ratio of a YUV video?
    – mrana
    Commented Apr 28, 2016 at 14:34
  • You don't need to know the bitrate. How are the YUVs generated?
    – Gyan
    Commented Apr 28, 2016 at 14:36
  • I got all YUV raw videos from here: ftp.ivc.polytech.univ-nantes.fr/IRCCyN_IVC_1080i_Database/… my working steps are 1. unzip 2. de-interlace 3. down sample from 1920x1080 to 960x540 4. then crop 480x270 5. make side-by-side 6. then convert to mp4. Now i am having problem with step #5
    – mrana
    Commented Apr 28, 2016 at 14:41