问题
When playing a raw video (.yuv) file on VLC Player. How can I tell VLC the width, height and frame-rate of the video?
回答1:
Try this:
vlc --demux rawvideo --rawvid-fps 25 --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma I420 input.yuv
来源:https://stackoverflow.com/questions/20882375/playing-yuv-on-vlc-player