mg262
18th September 2005, 23:58
I've been re-creating all my index files for an episodic project using DGIndex 1.4.4 RC1 with all settings at default and the arguments:
C:\Capture\dgmpgdec144rc1\DGIndex.exe -OM 0 -IF=[E:\dub\dvd\BS_1\VTS_01_PGC_06_1.VOB] -OF=[4 dvd] -EXIT
and I find that error correction and creation of a .bad file occurs. (I'm aware that this is automatic in the latest version.) The manual suggests that this is caused by: Rarely, a stream will be encoded with illegal transitions of the TFF/RFF (pulldown) flags.My source is PAL (and is detected as such), so I don't understand what's happening -- could someone be kind enough to explain why there are pulldown flags in the input at all? (Cf. this (http://forum.doom9.org/showthread.php?p=682478#post682478) post.) If it's any help, the bottom fields are one field out -- i.e. I was using this to fix it:
separatefields()
interleave( selecteven(), selectodd().trim(1,0) )
weave()
The video reports as interlaced while being previewed, but after the project is saved reports as progressive. All of the above persist across multiple episodes and also occur without using the command line interface.
Also, in previous versions I used the un-fixed d2v file in a number of scripts... is there any possibility that e.g. my trim commands are invalid with the fixed version?
Here is the relevant text file:
D2V Fix Output
Illegal transition: 0 -> 2
900 6 0 1256925184 7 2 90 b0 b0 a0 b0 b0 a0
d00 6 0 1257185280 7 3 d2
corrected...
900 6 0 1256925184 7 2 90 b0 b0 a0 b0 b0 a1
d00 6 0 1257185280 7 3 d2
And the two index files can be found at:
http://people.pwf.cam.ac.uk/mg262/posts/fixedd2v.zip
I hope that is all the relevant information... as ever, any help would be very much appreciated.
Edit: I can certainly try and cut out a small section of the source if that will be useful... but if so, please recommend a cutter -- I've had trouble finding a reliable one.
C:\Capture\dgmpgdec144rc1\DGIndex.exe -OM 0 -IF=[E:\dub\dvd\BS_1\VTS_01_PGC_06_1.VOB] -OF=[4 dvd] -EXIT
and I find that error correction and creation of a .bad file occurs. (I'm aware that this is automatic in the latest version.) The manual suggests that this is caused by: Rarely, a stream will be encoded with illegal transitions of the TFF/RFF (pulldown) flags.My source is PAL (and is detected as such), so I don't understand what's happening -- could someone be kind enough to explain why there are pulldown flags in the input at all? (Cf. this (http://forum.doom9.org/showthread.php?p=682478#post682478) post.) If it's any help, the bottom fields are one field out -- i.e. I was using this to fix it:
separatefields()
interleave( selecteven(), selectodd().trim(1,0) )
weave()
The video reports as interlaced while being previewed, but after the project is saved reports as progressive. All of the above persist across multiple episodes and also occur without using the command line interface.
Also, in previous versions I used the un-fixed d2v file in a number of scripts... is there any possibility that e.g. my trim commands are invalid with the fixed version?
Here is the relevant text file:
D2V Fix Output
Illegal transition: 0 -> 2
900 6 0 1256925184 7 2 90 b0 b0 a0 b0 b0 a0
d00 6 0 1257185280 7 3 d2
corrected...
900 6 0 1256925184 7 2 90 b0 b0 a0 b0 b0 a1
d00 6 0 1257185280 7 3 d2
And the two index files can be found at:
http://people.pwf.cam.ac.uk/mg262/posts/fixedd2v.zip
I hope that is all the relevant information... as ever, any help would be very much appreciated.
Edit: I can certainly try and cut out a small section of the source if that will be useful... but if so, please recommend a cutter -- I've had trouble finding a reliable one.