Thread: AviSynth Q&A
View Single Post
Old 28th December 2002, 19:14   #45  |  Link
Antimon
A lil bit of everything
 
Antimon's Avatar
 
Join Date: Apr 2002
Location: Florida USA
Posts: 154
there is a problem with teh q&a

vob-files

Make a DVD2AVI project file and save it (filename.d2v) and load this clip into AviSynth:

LoadPlugin("d:\mpeg2dec.dll")

mpeg2source("d:\filename.d2v")

or

download the [MPEGdecoder (by Nic)] and make the following script (no audio support yet):

LoadPlugin("d:\MPEGdecoder.dll")

mpeg2source("d:\filename1.vob+d:\filename2.vob")


acording to the mpegdecoder i downloaded today mpeg2source is not a recognized command, if i make it mpegsource it works with vob's and likely all examples you give
Antimon is offline   Reply With Quote