spectrvm
7th August 2008, 22:03
Assuming a DVD which is 100% film for sure, demuxing with "honour pull down flags" vs "forced film" means dgIndex produces DIFFERENT m2v files or; despite the selection they are the SAME and the only real changes go into the d2v file ?
I often use dgIndex to demux DVDs to be later stored on mkv files like:
mkvMerge --output movie.mkv --default-track 0:yes --vtracks 0 movie.m2v --default-track 0:yes \
--delay 0:(whatever)ms --atracks 0 movie.ac3
... where movie.m2v and movie.ac3 are the output files demuxed by dgIndex
I always used the "honour pull down flags" option meaning I have all my mkv files with 29.970fps which now I'm not sure it's OK, they should be 23.976 fps since all are films. I suppose I misunderstood this option to begin with but what done is done. (but I kept all the d2v files)
So second question is: can I fix this with the m2v/ac3 streams currently stored on my mkv files or I'm lost without ripping the original discs once again ?
Note that I don't want to re-encode anything, just keep the originals, that's why I'm not using aviSynth
I often use dgIndex to demux DVDs to be later stored on mkv files like:
mkvMerge --output movie.mkv --default-track 0:yes --vtracks 0 movie.m2v --default-track 0:yes \
--delay 0:(whatever)ms --atracks 0 movie.ac3
... where movie.m2v and movie.ac3 are the output files demuxed by dgIndex
I always used the "honour pull down flags" option meaning I have all my mkv files with 29.970fps which now I'm not sure it's OK, they should be 23.976 fps since all are films. I suppose I misunderstood this option to begin with but what done is done. (but I kept all the d2v files)
So second question is: can I fix this with the m2v/ac3 streams currently stored on my mkv files or I'm lost without ripping the original discs once again ?
Note that I don't want to re-encode anything, just keep the originals, that's why I'm not using aviSynth