Playing YUV on VLC Player

vlc
user1177187 picture user1177187 · Jan 2, 2014 · Viewed 24.1k times · Source

When playing a raw video (.yuv) file on VLC Player. How can I tell VLC the width, height and frame-rate of the video?

Answer

user3403912 picture user3403912 · Mar 11, 2014

Try this:

vlc --demux rawvideo --rawvid-fps 25 --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma I420 input.yuv