Deltis
9th November 2002, 19:34
Hi everyone!
I'm testing the new DVD2SVCD 1.1.0 build 1 at the moment and I've encountered the following problem (Windows XP with CCE 2.50.01.00 set to "Automatic" field-order):
After having encoded Buffy (interlaced PAL) with the new "Keep interlaced" and "Interlaced Resizing" options I get a MPEG-file with an apparently wrong field-order. The SVCD shows stuttering motion during interlaced scenes which can be clearly identified by looking at the MPV-file by the help of a field-separated AVS-file on a 50 fps-field-basis and VirtualDub.
Unfortunately Buffy seems to be a bad NTSC->PAL conversion. Therefore a telecide-process is not an option :(
The AVS-file seems to have the field-order right (checked with VirtualDub).
The mentioned problem does not occur with the older 1.0.9 build 3 (including the older avisynth-version) and my own "interlaced resizing/filtering"-script (tested on the same movie-scene as above):
----------------------------------------------------------------------
[...]
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
Buffy=mpeg2source("E:\SVCD\DVD\DVD2AV~1.D2V").SeparateFields()
Even=Buffy.SelectEven().BicubicResize(480,288,0,0.5)
Odd=Buffy.SelectOdd().BicubicResize(480,288,0,0.5)
Interleave(Even,Odd).Weave
ResampleAudio(44100)
----AVS End----
[...]
----------------------------------------------------------------------
After some testing I think that it may be related to the new AVISYNTH.DLL bundled with DVD2SVCD 1.1.0 build1 :confused:
-> Perhaps a general bug within the new AVISYNTH-version?
-> Perhaps a problem in the frame-serving section of the new avisynth-version (and appearing just in combination with CCE 2.50?)?
-> Perhaps a problem related to Windows XP in combination with the new avisynth-version?
-> Does anyone have the same experience/problem?
[EDIT] Avisynth doesn't seem to be the problem (see posting below) :(
Please post your solutions and/or comments :cool:
Thanks!
Thomas
I'm testing the new DVD2SVCD 1.1.0 build 1 at the moment and I've encountered the following problem (Windows XP with CCE 2.50.01.00 set to "Automatic" field-order):
After having encoded Buffy (interlaced PAL) with the new "Keep interlaced" and "Interlaced Resizing" options I get a MPEG-file with an apparently wrong field-order. The SVCD shows stuttering motion during interlaced scenes which can be clearly identified by looking at the MPV-file by the help of a field-separated AVS-file on a 50 fps-field-basis and VirtualDub.
Unfortunately Buffy seems to be a bad NTSC->PAL conversion. Therefore a telecide-process is not an option :(
The AVS-file seems to have the field-order right (checked with VirtualDub).
The mentioned problem does not occur with the older 1.0.9 build 3 (including the older avisynth-version) and my own "interlaced resizing/filtering"-script (tested on the same movie-scene as above):
----------------------------------------------------------------------
[...]
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
Buffy=mpeg2source("E:\SVCD\DVD\DVD2AV~1.D2V").SeparateFields()
Even=Buffy.SelectEven().BicubicResize(480,288,0,0.5)
Odd=Buffy.SelectOdd().BicubicResize(480,288,0,0.5)
Interleave(Even,Odd).Weave
ResampleAudio(44100)
----AVS End----
[...]
----------------------------------------------------------------------
After some testing I think that it may be related to the new AVISYNTH.DLL bundled with DVD2SVCD 1.1.0 build1 :confused:
-> Perhaps a general bug within the new AVISYNTH-version?
-> Perhaps a problem in the frame-serving section of the new avisynth-version (and appearing just in combination with CCE 2.50?)?
-> Perhaps a problem related to Windows XP in combination with the new avisynth-version?
-> Does anyone have the same experience/problem?
[EDIT] Avisynth doesn't seem to be the problem (see posting below) :(
Please post your solutions and/or comments :cool:
Thanks!
Thomas