Avisynth issues
- ShrinkNerv4Eva
- Joined: Thu Aug 28, 2003 12:36 am
- Location: King of Prussia, Pennsylvania
Avisynth issues
I guess I should start with the fact that I'm a noob. I can't get the DirectShowSource to work and I can't create .avs files from .d2v in VirtualDubMod using "open file via Avisynth." Can anyone help?
- ShrinkNerv4Eva
- Joined: Thu Aug 28, 2003 12:36 am
- Location: King of Prussia, Pennsylvania
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- ShrinkNerv4Eva
- Joined: Thu Aug 28, 2003 12:36 am
- Location: King of Prussia, Pennsylvania
- badmartialarts
- Bad Martial Artist
- Joined: Sat Oct 25, 2003 5:31 am
- Location: In ur Kitchen Stadium, eatin ur peppurz
Just as there is AVISource() for AVI files, there is MPEG2Source() for MPEG2s, which is what DVD .vob files are. But you can't just put a .vob file into MPEG2Source() because .vob files are UNINDEXED mpeg2 files. Which is where DGIndex comes in. It creates a .d2v files, which indexes the mpeg-2 stream in the .vob, letting you use it better. Then you use the MPEG2Source() command on that .d2v file.
Actually, if you are using DGIndex, it should be making a file named the same thing as the .d2v file you made with an .avs extension in the same directory. That .avs file is one line, MPEG2Source("whateveryounamedthed2v.d2v"). Easier to start with what is already given to you than to write yer own, eh?
Actually, if you are using DGIndex, it should be making a file named the same thing as the .d2v file you made with an .avs extension in the same directory. That .avs file is one line, MPEG2Source("whateveryounamedthed2v.d2v"). Easier to start with what is already given to you than to write yer own, eh?
Life's short.
eBayhard.
eBayhard.
- ShrinkNerv4Eva
- Joined: Thu Aug 28, 2003 12:36 am
- Location: King of Prussia, Pennsylvania