I need a raw YUV file for research purposes. Neither the size nor the content is critical. Any ideas on where such files exist?
Asked
Active
Viewed 3.6k times
17
-
For examle: [YUV Video Sequences](http://trace.eas.asu.edu/yuv/) – yuk Oct 11 '10 at 04:33
-
1Check here: http://media.xiph.org/video/derf/ – ross Oct 15 '10 at 15:24
4 Answers
11
You can find all kinds of YUV files with different formats: here.

Mayur Birari
- 5,837
- 8
- 34
- 61

Richard
- 119
- 1
- 3
3
HI try this link
I also have some YUV files but there is no option to upload.

garima
- 5,154
- 11
- 46
- 77
1
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.

Serafeim
- 14,962
- 14
- 91
- 133