muu
6th October 2004, 14:34
Hi, I am a bit confused about this issue
I have "FILM 99%" 29.97 progressive source vobs
I set the field operation to "Forced FILM" in dvd2avi 1.77.3 and saved a .d2v
Loaded it to cce 2.67.00.11 with this .avs(avisynth 2.53):
----
loadplugin("d:\tools\mpeg2dec3.dll")
mpeg2source("d:\filmdvd2avi.d2v")
converttoyuy2()
----
cce sees it as 01:38:22:17 / 141,665 frames / 23.976 fps
Now I load the same vobs into dgindex 1.0.12
I set the field operation to "Forced FILM", saved a .d2v
Load it to cce with this .avs:
----
loadplugin("d:\tools\dgdecode.dll")
mpeg2source("d:\filmdgindex.d2v")
converttoyuy2()
----
cce sees this as 01:55:13:16 / 165,928 frames / 23.976
Could someone explain what is going on? on the source dvd the movie is 1:38
I understand dgindex is able to keep some extra frames that dvd2avi drops(at the end of the video I think)... but why would the video have 20,000+ extra frames?
I would simply use the .d2v from dvd2avi but avisynth catches an access violation about 20% through the encode..
If someone could drop me a hint about this, I'd really appreciate it
I have "FILM 99%" 29.97 progressive source vobs
I set the field operation to "Forced FILM" in dvd2avi 1.77.3 and saved a .d2v
Loaded it to cce 2.67.00.11 with this .avs(avisynth 2.53):
----
loadplugin("d:\tools\mpeg2dec3.dll")
mpeg2source("d:\filmdvd2avi.d2v")
converttoyuy2()
----
cce sees it as 01:38:22:17 / 141,665 frames / 23.976 fps
Now I load the same vobs into dgindex 1.0.12
I set the field operation to "Forced FILM", saved a .d2v
Load it to cce with this .avs:
----
loadplugin("d:\tools\dgdecode.dll")
mpeg2source("d:\filmdgindex.d2v")
converttoyuy2()
----
cce sees this as 01:55:13:16 / 165,928 frames / 23.976
Could someone explain what is going on? on the source dvd the movie is 1:38
I understand dgindex is able to keep some extra frames that dvd2avi drops(at the end of the video I think)... but why would the video have 20,000+ extra frames?
I would simply use the .d2v from dvd2avi but avisynth catches an access violation about 20% through the encode..
If someone could drop me a hint about this, I'd really appreciate it