When playing a raw video (.yuv) file on VLC Player. How can I tell VLC the width, height and frame-rate of the video?
Try this:
vlc --demux rawvideo --rawvid-fps 25 --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma I420 input.yuv