PDA

View Full Version : AVISynth 2 VOB


keenedge
10th August 2006, 20:08
What I need is a batch/script method to run AVISynth against a bunch of input AVI files and then finally output a completed DVD folder structure full of VOBs etc... ready to burn to DVD

I have found an MPEG2 Encoder for AVISynth. However, is there a way to have AVISynth directy output VOB files instead.

Anyone have suggestions for this?

stickboy
11th August 2006, 00:12
I have found an MPEG2 Encoder for AVISynth.This is kind of a nonsensical statement. Do you mean you found an MPEG2 encoder that can load AviSynth scripts?
However, is there a way to have AVISynth directy output VOB files instead.No. If you mean "is there a way to generate VOB files directly from AviSynth scripts", well, maybe, but creating a VOB file is really a separate authoring step. It's not just a different file format; you need to specify audio tracks, languages, subtitles, and chapter points.

keenedge
11th August 2006, 01:45
OK, I thought I'd supplied enough info but appearantly not. So here is the whole picture.

I have a few stock footage video clips. S1.avi, S2.AVI, S3.AVI, S4.AVI

Then I have 3 custom clips that I was to edit automatically into one clip. So, C1.AVI + C2.AVI + C3.AVI + Edit.AVS --> Custom.avi


Now I want to burn a DVD that has S1.avi, S2.AVI, S3.AVI, S4.AVI, Custom.avi. Also, there will be menus etc on the DVD

I want to do it all from batch. No user input.

I want to be able to just swap in a new Set of Custom AVI's a produce a new DVD with all the same menus + stock Footage + My new Custom.AVI

So, I can interactivley create A DVD Folder that has the menus, and the Stock Footage and a place holder for the Custom.AVI

Then all I need to do is produce the new custom.VOB and slot it into the DVD folder before I burn it.

So, the question is: is there a way to to attached a filter or somthing on the end of an AVS scritp, Or some app that reads from the AVI frame Server that will just create a VOB file with the result of C1.av+c2.avi+c3.avi ==> Edit.AVS ==> Custom.VOB

I hope that is clear enough.

danpos
11th August 2006, 06:28
@keenedge

If I don't understand your post wrong, you want a all-in-one AVI->DVD conversion through AviSynth, right? If yes, there's a tool called DIKO (http://www.vmesquita.com/forum/index.php?page=2) that can to do this for you in the way that you want.

Regards,