I need a raw YUV file for research purposes. Neither the size nor the content is critical. Any ideas on where such files exist?
Richard
You can find all kinds of YUV files with different formats: here.
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.
HI try this link
I also have some YUV files but there is no option to upload.
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