Hello,
I need some YUV422 and YUV444 raw video sequences for testing ffmpeg encoding to these formats.
I have 420 sequences.
1.)Is there any site where i can download some test sequences(Any Resolution QCIF,CIF,... will do)
2.)Is there any tool using which i can convert the 420 videos i have to YUV422 and YUV444 types?
Any pointers appreciated.
thanks,
-AD.
+ Reply to Thread
Results 1 to 6 of 6
-
-
These might work for you:
http://samples.mplayerhq.hu/raw-video/
As for conversion, I'll leave that to someone more knowledgeable. -
AviSynth can convert 4:2:0 (YV12) to 4:2:2 (YUY2):
ConvertToYUY2()
ConvertToYUY2(interlaced=true)
VirtualDub can output 4:4:4 YUV. I've never tried it... -
These are mostly 420 , but there are a few 422 sequences here:
http://media.xiph.org/video/derf/ -
I tested VirtualDub's YUV 4:4:4 output and it works. Saving uncompressed gives an AVI file with the fourcc YV24. It's easy enough to locate the three planes of binary data. Here's a 720x480 Belle Nuit chart in raw YUV 4:4:4 (Y=16-235, not suitable for pluge testing):
Last edited by jagabo; 15th Feb 2010 at 12:15.
Similar Threads
-
Avisynth: PNG sequences on MP4 video
By KBII in forum SubtitleReplies: 0Last Post: 7th Feb 2012, 04:08 -
FFMpeg: YUV422 and MPEG4 Video Codec
By HypnoBeard in forum LinuxReplies: 6Last Post: 26th Sep 2011, 23:10 -
muxing raw h264 with raw g711 to mp4 continer
By niror in forum Newbie / General discussionsReplies: 5Last Post: 23rd Aug 2011, 11:25 -
BD / DVD Digital Video Quality as compared to Uncompressed RAW video.
By Bonie81 in forum Newbie / General discussionsReplies: 4Last Post: 5th Dec 2010, 08:11 -
Does Theora Decoder in libavcodec (FFMPEG V0.5) support YUV422 YUV444 modes
By goldenmean in forum Newbie / General discussionsReplies: 0Last Post: 15th Feb 2010, 22:35