PDA

View Full Version : Several avi for several mpeg2


majerle
25th September 2003, 17:31
Hi all
i near a newbye in avisynth world, but after searching for an answer in avisynth.org docs i ask help here.

i have several avi ( from dv capture, so all have the same setting audio/video) and using avisynth (2.52) i want to pass a single avs script, with all *.avi, to cce, resulting in several mpeg2 files.

my script will look like

avisource(c:\my_avi\*.avi) #all avi in this folder
loadplugin(tomsmocomp.dll)
loadplugin(unfilter.dll)
tomsmocomp(-1,15,0)
unfilter(-5,-5)

the main problem is that i don't want a single mpeg but one for every avi in my folder. Avi'names are totally random (near like).

what script to load all avi and having several mpeg ?
unalignedslice will not work since i don't want a single mpeg ...

thanks in advance

and sorry for my very bad english.

Andres

neuron2
25th September 2003, 18:14
That isn't something you can control with Avisynth. The question is whether CCE can run a job list. Therefore, this is going over to the CCE forum.

majerle
26th September 2003, 09:07
Ok, thanks Neuron2

andres

RB
26th September 2003, 19:31
You must create an AVS for each of the clips. Then drag and drop the AVS scripts into the CCE window, adjust settings for each job and hit Encode.

majerle
29th September 2003, 08:40
Thanks RB !

but i hoped for a better (and faster way) , i have over 70 avi ...
but

thanks Anyway

andres

sh0dan
29th September 2003, 13:56
See this thread (http://forum.doom9.org/showthread.php?s=&threadid=35388&highlight=generate).

(better late than never)

majerle
29th September 2003, 14:32
well done Sh0dan !!!

thanks a lot

andres