DJ Bobo
25th September 2002, 18:20
Take a look at the picture below, the keyframe is set exactly one frame before there is actually a scene change!! and you see the result!
I wasn't able to reproduce the problem by encoding just 20 seconds around the scene change.
This problem is a first in my whole encoding life and it happens to happen only between 1min37 and 9min05 (8min53 after PAL speed up)which are equivalent to 2 chapters on the DVD, even though the DVD plays back correctly and the AVS output is correct. It's the "Perfect Cell - Temptation" DVD and it's episode158 (the third one on the DVD)
Ripped with SmartRipper 2.41, frameserved through DVD2AVI 1.76 and AviSynth 2.05 (the one from the doom9 download page) and processed this way:
loadplugin("c:\gknot\mpeg2dec.dll") <- from Marc, released yesterday night
loadplugin("c:\av\gknot\ivtc\ivtc.dll")
mpeg2source("3.d2v",cpu=4)
ivtc(44,11,95)
crop(14,6,696,472)
BicubicResize(512,384,0,0.5)
TemporalSoften(2,8,8)
assumefps(25)
Encoding was done with DivX 5.02 pro 2-pass @1500kbps with bidirectional encoding only, 125 frames keyframe distance (the problem has nothing to do with this, there is much less than 125 frames before the last keyframe), and RC averaging on 14914 frames, all other things on default values.
Where is the mistake?
I wasn't able to reproduce the problem by encoding just 20 seconds around the scene change.
This problem is a first in my whole encoding life and it happens to happen only between 1min37 and 9min05 (8min53 after PAL speed up)which are equivalent to 2 chapters on the DVD, even though the DVD plays back correctly and the AVS output is correct. It's the "Perfect Cell - Temptation" DVD and it's episode158 (the third one on the DVD)
Ripped with SmartRipper 2.41, frameserved through DVD2AVI 1.76 and AviSynth 2.05 (the one from the doom9 download page) and processed this way:
loadplugin("c:\gknot\mpeg2dec.dll") <- from Marc, released yesterday night
loadplugin("c:\av\gknot\ivtc\ivtc.dll")
mpeg2source("3.d2v",cpu=4)
ivtc(44,11,95)
crop(14,6,696,472)
BicubicResize(512,384,0,0.5)
TemporalSoften(2,8,8)
assumefps(25)
Encoding was done with DivX 5.02 pro 2-pass @1500kbps with bidirectional encoding only, 125 frames keyframe distance (the problem has nothing to do with this, there is much less than 125 frames before the last keyframe), and RC averaging on 14914 frames, all other things on default values.
Where is the mistake?