Playing YUV on VLC Player

后端 未结 1 1892
我在风中等你
我在风中等你 2020-12-25 14:51

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条回答
  • 2020-12-25 15:49

    Try this:

    vlc --demux rawvideo --rawvid-fps 25 --rawvid-width 1920 --rawvid-height 1080 --rawvid-chroma I420 input.yuv
    
    0 讨论(0)
提交回复
热议问题