TEB
9th December 2004, 19:49
Hi. Im doing some research for losslessly archiving some educational content. So the other day i decided to test that recent changes in the lossless arena. The content owner sent me a 2gb avi file directly exported from the DPS velocity timeline that was digitized from Digibeta (4:2:2). I presume it was exported into uncompressed RGB in the avi container. (i checked with info() and its RGB24)
Our storage target is 4:2:2 lossless and i tested:
FFDSHOW (buld.5.12.04) FFV1:AC
FFDSHOW (buld.5.12.04) FFV1:VLC
FFDSHOW (buld.5.12.04) SNOW:@100qual
FFDSHOW (buld.5.12.04) Lossless_MJPEG
FFDSHOW (buld.5.12.04) Huffy
Logarith 1.25
I set all the codecs in 4:2:2/yuv modes.
When i tried to do a DirectShowSource("clip.avi").info it allways says yv12 and not yuv on all encoded clips?? am im missing something here? The only codec different than yv12 here is lagarith which came out as a RGB32 instead. Ive no idea how to set it to yuv2 mode..
I tried to do a avs script to do a verification test on the lossless part. I made this newbe script:
compare(DirectShowSource("d:\source.avi").ConvertToYUY2, DirectShowSource("d:\target.avi").ConvertToYUY2,"","compare.log",show_graph=yes)
And im gettting wildy different psnr results on all clips.
What should it say if its lossless 4:2:2?
ps! (if i remove the .ConvertToYUY2 im getting source and target have different colour space, then i tired removing it on the target, to no avail...
could anyone plz lend a hand ? :confused:
best regards teb
Our storage target is 4:2:2 lossless and i tested:
FFDSHOW (buld.5.12.04) FFV1:AC
FFDSHOW (buld.5.12.04) FFV1:VLC
FFDSHOW (buld.5.12.04) SNOW:@100qual
FFDSHOW (buld.5.12.04) Lossless_MJPEG
FFDSHOW (buld.5.12.04) Huffy
Logarith 1.25
I set all the codecs in 4:2:2/yuv modes.
When i tried to do a DirectShowSource("clip.avi").info it allways says yv12 and not yuv on all encoded clips?? am im missing something here? The only codec different than yv12 here is lagarith which came out as a RGB32 instead. Ive no idea how to set it to yuv2 mode..
I tried to do a avs script to do a verification test on the lossless part. I made this newbe script:
compare(DirectShowSource("d:\source.avi").ConvertToYUY2, DirectShowSource("d:\target.avi").ConvertToYUY2,"","compare.log",show_graph=yes)
And im gettting wildy different psnr results on all clips.
What should it say if its lossless 4:2:2?
ps! (if i remove the .ConvertToYUY2 im getting source and target have different colour space, then i tired removing it on the target, to no avail...
could anyone plz lend a hand ? :confused:
best regards teb