PDA

View Full Version : Directshowsource and frames or time issue.


digitalman
4th November 2003, 14:48
I rip a full movie VOB from a DVD using DVDDecrypter in IFO mode. So I get 1 VOB of about 3.2 GBs. I use VOBEdit to demux the .M2V file out, instead of using DVD2AVI to frameserve. I then load the .M2V file in AviSynth using Directshowsource("movie.m2v", fps=29.97) or Directshowsource("movie.m2v", fps=23.976). Both result in the time showing in CCE being off by .8, which is about the ratio of 23.976 to 29.97. So I continue to encode anyways, finish, and then run pulldown.exe on the resulting file. I add the file to any DVD authoring program, and the result is the same. I do not run pulldown, and the result is the same. If I run the VOB or M2V file through DVD2AVI at Forced Film and use MPEG2DEC in Avisynth, I do not have this issue. Am I doing something wrong? Or does directshowsource have an issue reading 23.976 pulldown files?
The reason I want to use Directshowsource, is that it is faster, and seems to look better than frameserving through DVD2AVI.

digitalman
5th November 2003, 15:14
I do not have the issue either, when I create an avi using Huffy or VBLE Lossless codecs with VirtualDubMod. Am I stupid, or am I really just missing something with pulldown and Directshowsource?