问题
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