AVISynth - Examples?

The old Video Software Help forum, left visible as an archive.
Locked
Marlone
Joined: Wed Jan 17, 2001 4:58 am
Org Profile

AVISynth - Examples?

Post by Marlone » Sun Aug 10, 2003 10:11 pm

I've been trying to follow the Creating Clips for Source Footage instructions and have gotten completely stuck with trying to write an avisynth script to use with Virual Dub. Experimenting, I've run into dozens of error messages, so here's what I'd like some kind person to do:

Please please post a sample avisynth script that imports vobs (but none of the fancy other things I know it -can- do). I just need to see an example of something that works before I can start figuring out any kind of programming myself.

User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Mon Aug 11, 2003 4:30 am

MPEG2Source("DVD2AVIprojectfile.d2v")


That will get you 29.97fps telecined footage.


MPEG2Source("DVD2AVIprojectfile.d2v")
Telecide(guide=1)
Decimate(cycle=5)

Will usually provide you with good looking 23.976, NTSC FILM rate footage. No telecining.

Marlone
Joined: Wed Jan 17, 2001 4:58 am
Org Profile

Post by Marlone » Mon Aug 11, 2003 1:29 pm

Ah, excellent. It now imports without error messages. The entire video is an ugly shade of green, but that's another problem entirely. *_*

Locked

Return to “Video Software Help Archive”