DvdKhl
7th June 2004, 14:02
After I encoded a series from DVD to XviD and wanted to watch it,
I noticed stutteringing playback, like if I had set up the fieldorder wrong in Decomb.
But I followed the tutorial:
----------------------------------------
AviSource("your_clip.avi")
AssumeTFF().SeparateFields()
--
If the motion is correct with AssumeTFF().SeparateFields(),
then your field order is top field first and you must set order=1.
If the motion is incorrect, then your field order is bottom field first and you must set order=0.
If you are want to double check things, you can use AssumeBFF.SeparateFields() to check correct operation for bottom field first.
----------------------------------------
I did that and with it I could determine the fieldorder (order=1),
but when I load it in VDub you can sometimes see frames "doubled".
When I change the fieldorder (order=0) it works nicely.
Doesn't the method to determine the frameorder work anymore?
If not is there another way to get the order besides looking the hole video in VDub after "doubled" frames?
Sorce is a PAL DVD and I used the latest Decomb 5.21 package and DGMPGDec 1.0.10
AVS Files:
To test the frameorder after the tutorial:
MPEG2Source("D:\Encoding\Vobs\4.d2v",idct=6,ipp=true)
AssumeTFF().SeparateFields()
(Viewing the video shows me I have to set order=1 because the motion is correct)
This is my encoding script and the motion is sometimes not correct. Only if I set order=0.
MPEG2Source("D:\Encoding\Vobs\4.d2v",idct=6,ipp=true)
Telecide(order=1,guide=2)
TemporalSoften(4,4,0,15,2)
LanczosResize(544,400,8,4,706,568)
I have uploaded a Vob (10.6MB) file that should show the problem, an avi (XviD 702KB) with the wrong fieldorder and some avs Files
Encoding Files (http://arokh.s4.cybton.com/VEncoding/)
I noticed stutteringing playback, like if I had set up the fieldorder wrong in Decomb.
But I followed the tutorial:
----------------------------------------
AviSource("your_clip.avi")
AssumeTFF().SeparateFields()
--
If the motion is correct with AssumeTFF().SeparateFields(),
then your field order is top field first and you must set order=1.
If the motion is incorrect, then your field order is bottom field first and you must set order=0.
If you are want to double check things, you can use AssumeBFF.SeparateFields() to check correct operation for bottom field first.
----------------------------------------
I did that and with it I could determine the fieldorder (order=1),
but when I load it in VDub you can sometimes see frames "doubled".
When I change the fieldorder (order=0) it works nicely.
Doesn't the method to determine the frameorder work anymore?
If not is there another way to get the order besides looking the hole video in VDub after "doubled" frames?
Sorce is a PAL DVD and I used the latest Decomb 5.21 package and DGMPGDec 1.0.10
AVS Files:
To test the frameorder after the tutorial:
MPEG2Source("D:\Encoding\Vobs\4.d2v",idct=6,ipp=true)
AssumeTFF().SeparateFields()
(Viewing the video shows me I have to set order=1 because the motion is correct)
This is my encoding script and the motion is sometimes not correct. Only if I set order=0.
MPEG2Source("D:\Encoding\Vobs\4.d2v",idct=6,ipp=true)
Telecide(order=1,guide=2)
TemporalSoften(4,4,0,15,2)
LanczosResize(544,400,8,4,706,568)
I have uploaded a Vob (10.6MB) file that should show the problem, an avi (XviD 702KB) with the wrong fieldorder and some avs Files
Encoding Files (http://arokh.s4.cybton.com/VEncoding/)