brawler
12th October 2002, 11:50
i havent been able to get avisynth to work yet. here is the complete procedure i have used to setup my dvd ripping/encoding process:
1: ripped dvd movie files with dvd decryptor (movie vob's only)
2: used IfoEdit to create new IFO's, did the vob extras, and get vts sectors.
3: used dvd2avi with forced film setting to produce a d2v file.
4: created an .avs script to use with cce 2.50 (i also tried this with the newest version of cce).
LoadPlugin("C:\winnt\system32\avisynth.dll")
mpeg2source("C:\GROUNDHOG_DAY\VIDEO_TS\test.d2v")
ResampleAudio(44100)
5: opened cce and added my movie.avs script but cce produced an error:
Frame size 1012x56 is not supported. Supported fram size is up to 720x576.
i also tried to use the other dll file like this:
LoadPlugin("C:\winnt\system32\mpeg2dec_dll")
mpeg2source("C:\GROUNDHOG_DAY\VIDEO_TS\test.d2v")
ResampleAudio(44100)
recieved the same error with a different frame size.
does anyone know what im doing wrong with this whole process? from what i have read, using avisynth is suppose to be faster than the vfapi method so thats why im trying to figure out how to use it.
1: ripped dvd movie files with dvd decryptor (movie vob's only)
2: used IfoEdit to create new IFO's, did the vob extras, and get vts sectors.
3: used dvd2avi with forced film setting to produce a d2v file.
4: created an .avs script to use with cce 2.50 (i also tried this with the newest version of cce).
LoadPlugin("C:\winnt\system32\avisynth.dll")
mpeg2source("C:\GROUNDHOG_DAY\VIDEO_TS\test.d2v")
ResampleAudio(44100)
5: opened cce and added my movie.avs script but cce produced an error:
Frame size 1012x56 is not supported. Supported fram size is up to 720x576.
i also tried to use the other dll file like this:
LoadPlugin("C:\winnt\system32\mpeg2dec_dll")
mpeg2source("C:\GROUNDHOG_DAY\VIDEO_TS\test.d2v")
ResampleAudio(44100)
recieved the same error with a different frame size.
does anyone know what im doing wrong with this whole process? from what i have read, using avisynth is suppose to be faster than the vfapi method so thats why im trying to figure out how to use it.