开发者

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

Closed. This question is off-topic. It is not currently accepting answers.
开发者_JAVA技巧

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

The community reviewed whether to reopen this question 8 months ago and left it closed:

Not suitable for this site We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Improve this question

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


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

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

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜