FunMan
24th November 2002, 16:05
Hi,
I'm using the last Koepi XviD release 21112002-1 and I'm making some tests in order to notice differencies between stable and development XviD version and "direct YV12" compression, in terms of compressibility and so, fixing a target container size, in order to enstabilish wich can archieve the best quality. I'm using to do it a small piece of movie (1000 frames from the Queen "Freddie Mercury Tribute Concert", track 06, 'cause this source is very hard to compress).
With the stable version, with firts pass at fixed quant of 2, I obtained a file of 11 Mb
With the development version, enabling Qpel, croma motion and b-frame (4/125) I obtained a file of 8 Mb, with the same visual quality. Great! And infact yesterday I made all the 1st time of the concert I sayd (660 mb video data) and it's ok.
Now, today watching the forum I read a thread about direct YV12 compression with XviD, so I downloaded Avysynth 2.5, VirtualDubMod and all the new YV12 plugin I use, such as Mpeg2Dec3.dll, UnFilter.dll and other. I ran the same test (obviously updating all the plugins) and........ (negative) surpise! the file is 11 Mb!!! So it seems that using YV12 the source is less compressible! I disabled qPel, bframe and croma and I obtained a file of 13 Mb! 2 Mb bigger than using YUV....... And 2 Mb on a small piece of movie of 1000 frames @ 25 fps is not little.....:/
Any idea about this?
The script I used is the same
<_script_>
LoadPlugin("C:\PROGRA~1\GORDIA~1\yv12\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\yv12\UnFilter.dll")
mpeg2source("C:\CD da lavorare\Concerto Queen\test\2\1.d2v",cpu=0,idct=4)
trim(0,1000)
LumaFilter() # for macroblock in dark area, default is -2, 1
UnFilter(5,5)
crop(15,14,694,551)
LanczosResize(528,288)
</_script_>
Thanks in advance,
FunMan
I'm using the last Koepi XviD release 21112002-1 and I'm making some tests in order to notice differencies between stable and development XviD version and "direct YV12" compression, in terms of compressibility and so, fixing a target container size, in order to enstabilish wich can archieve the best quality. I'm using to do it a small piece of movie (1000 frames from the Queen "Freddie Mercury Tribute Concert", track 06, 'cause this source is very hard to compress).
With the stable version, with firts pass at fixed quant of 2, I obtained a file of 11 Mb
With the development version, enabling Qpel, croma motion and b-frame (4/125) I obtained a file of 8 Mb, with the same visual quality. Great! And infact yesterday I made all the 1st time of the concert I sayd (660 mb video data) and it's ok.
Now, today watching the forum I read a thread about direct YV12 compression with XviD, so I downloaded Avysynth 2.5, VirtualDubMod and all the new YV12 plugin I use, such as Mpeg2Dec3.dll, UnFilter.dll and other. I ran the same test (obviously updating all the plugins) and........ (negative) surpise! the file is 11 Mb!!! So it seems that using YV12 the source is less compressible! I disabled qPel, bframe and croma and I obtained a file of 13 Mb! 2 Mb bigger than using YUV....... And 2 Mb on a small piece of movie of 1000 frames @ 25 fps is not little.....:/
Any idea about this?
The script I used is the same
<_script_>
LoadPlugin("C:\PROGRA~1\GORDIA~1\yv12\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\yv12\UnFilter.dll")
mpeg2source("C:\CD da lavorare\Concerto Queen\test\2\1.d2v",cpu=0,idct=4)
trim(0,1000)
LumaFilter() # for macroblock in dark area, default is -2, 1
UnFilter(5,5)
crop(15,14,694,551)
LanczosResize(528,288)
</_script_>
Thanks in advance,
FunMan