I am working currently on a PAL source which is surprising me a little.
First here is a sample: http://www.sendspace.com/file/fonxdr
It's the first time I get a PAL DVD from a NTSC source - Batman is of course an american release - which seems to be telecined (lucky me!).
JHowever it seems to be mixed between interlaced (we can see scanlines in the green smoke) and progressive (no interlacing with Bruce and the Joker). I am not sure about it so you can check the sample I linked above.
I did a simple script according to the Org guide:
Code: Select all
mpeg2source("batman.sample.d2v")
TFM()But if I want to restre properly the frames, I need to add these lines at the end normally ?
Code: Select all
TDecimate(cycle=25)
AssumeFPS(23.976)But my final framerate will be 25 fps, that's why I don't need to add theses lines.
Extra question: it seems that this source got each frame in double. Every second frame is identical to the first one. Was it animated at 12 fps then doubled at 24 fps ?
Thanks in advance.

