theReal
5th March 2002, 00:48
I just downloaded DivX 5 Pro (the advertising version, of course) and encoded the latest (well, in Germany it was the latest...) episode of Futurama. My settings were almost as usual: the source was recorded in 640x480 Divx 4.12, 100% quality based, fastest compression, only keyframes. This source I sent through this avisynth script:
LoadPlugin("d:\programme\gordianknot\decomb.dll")
AVISource("e:\CAPTURE 01 .avi")
ConvertToYUY2()
FieldDeinterlace()
BilinearResize(512,384)
TemporalSoften(2,6,6)
opened this with Virtualdub 1.4.7 and 2-pass-encoded it with the new Divx 5 Pro, using the following settings (pretty much using all of the new stuff because I'm encoding Futurama episodes at a very low bitrate):
-b22 710 -psy 2 -key 300 -log "E:\divx.log" -mv "E:\mvinfo.bin" -b -g -q -dr 12,2,2000,10,20 -sc 50 -pq 5
Now I have a "little" problem with shitframes... almost bullshitframes if you ask me... but have a look, this is shortly after a keyframe, before the mess starts:
http://www.computerfuzzies.de/picture/goodframe.jpg
And here is what it looks like a couple of frames later, when the mess is the biggest:
http://www.computerfuzzies.de/picture/shitframe.jpg
You can see the whole scene in this short avi (http://www.computerfuzzies.de/picture/wholescene.avi) (528k)
Could it be the fault of the new "psychovisual enhancemants" that just don't work well on cartoons recorded from tv? Or what?
btw. this is not the only shitframe scene, there are quite a few more of them!!
LoadPlugin("d:\programme\gordianknot\decomb.dll")
AVISource("e:\CAPTURE 01 .avi")
ConvertToYUY2()
FieldDeinterlace()
BilinearResize(512,384)
TemporalSoften(2,6,6)
opened this with Virtualdub 1.4.7 and 2-pass-encoded it with the new Divx 5 Pro, using the following settings (pretty much using all of the new stuff because I'm encoding Futurama episodes at a very low bitrate):
-b22 710 -psy 2 -key 300 -log "E:\divx.log" -mv "E:\mvinfo.bin" -b -g -q -dr 12,2,2000,10,20 -sc 50 -pq 5
Now I have a "little" problem with shitframes... almost bullshitframes if you ask me... but have a look, this is shortly after a keyframe, before the mess starts:
http://www.computerfuzzies.de/picture/goodframe.jpg
And here is what it looks like a couple of frames later, when the mess is the biggest:
http://www.computerfuzzies.de/picture/shitframe.jpg
You can see the whole scene in this short avi (http://www.computerfuzzies.de/picture/wholescene.avi) (528k)
Could it be the fault of the new "psychovisual enhancemants" that just don't work well on cartoons recorded from tv? Or what?
btw. this is not the only shitframe scene, there are quite a few more of them!!