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
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