Playing YUV on VLC Player

本秂侑毒 提交于 2019-12-18 10:58:20

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!