Where can I obtain a raw YUV File? [closed]

落花浮王杯 提交于 2019-12-04 10:28:57

问题


I need a raw YUV file for research purposes. Neither the size nor the content is critical. Any ideas on where such files exist?


回答1:


You can find all kinds of YUV files with different formats: here.




回答2:


You can use ffmpeg to convert any other video type to raw YUV. Your source could be from a DVD home movie, for instance, or perhaps a digital video camera.




回答3:


HI try this link

http://trace.eas.asu.edu/yuv/

I also have some YUV files but there is no option to upload.




回答4:


You can convert anything to YUV using mencoder:

mencoder.exe -of rawvideo clock.avi -o clock.yuv -nosound -ovc raw

You may add -vf swapuv to swap the U and V components if the colrs aren't correct.



来源:https://stackoverflow.com/questions/3644501/where-can-i-obtain-a-raw-yuv-file

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