DvdKhl
11th March 2003, 19:08
First of all I hope it's the right Forum when it's not I'm sorry!
I'm having hard times with a DVD (PAL) that seems to have interlaced frames, progressive frames, blended fields together
The other problem is that it's random.
so i tried first separatefields.
LoadPlugin("C:\Programme\AviSynth\plugins\MPEG2Dec3.dll")
Mpeg2Source("*.d2v",CPU=0,iPP=True,iDCT=5)
SeparateFields()
then i noticed the order of the fields were wrong (acbd...) so i added swapFields (before separatefields).
after that the order were (aabbcc...)
so this should be odd->even=1 frame
but later in the video it changed even->odd=1 frame
this noticeable because the frame sometimes goes up and down
so there is anywhere a brake in the order (dddeeff...)
is there any way to correct the order?
this is really bugging me
I'm having hard times with a DVD (PAL) that seems to have interlaced frames, progressive frames, blended fields together
The other problem is that it's random.
so i tried first separatefields.
LoadPlugin("C:\Programme\AviSynth\plugins\MPEG2Dec3.dll")
Mpeg2Source("*.d2v",CPU=0,iPP=True,iDCT=5)
SeparateFields()
then i noticed the order of the fields were wrong (acbd...) so i added swapFields (before separatefields).
after that the order were (aabbcc...)
so this should be odd->even=1 frame
but later in the video it changed even->odd=1 frame
this noticeable because the frame sometimes goes up and down
so there is anywhere a brake in the order (dddeeff...)
is there any way to correct the order?
this is really bugging me