I've just started with AvsPmod and hoped it would be an easy way to create scipts like this by drag & drop:
videofile1 = LWLibavVideoSource()
audiofile1 = LWLibavAudioSource()
file1 = audiodub(videofile1,audiofile1)
videofile2 = LWLibavVideoSource()
audiofile2 = LWLibavAudioSource()
file2 = audiodub(videofile2,audiofile2)
...
...
file1++file2++file3++file4++file5++file6...
I can't figure out how I get AvsPmod to append the sources to each other like that. (Sourcefilter is just an example, doesn't matter)
Any way to do automate that? Copy/paste of the sources paths becomes very annoying. Doesn't has to be in AvsPmod, I just though it would be possible there.
+ Reply to Thread
Results 1 to 3 of 3
-
-
You can create scripts like that by windows batch or some other language like python.
-
Ask AvsPmod's dev there -> https://forum.doom9.org/showthread.php?t=175823
Similar Threads
-
How to batch resize AND append multiple videos in Avidemux?
By savvyguy in forum Newbie / General discussionsReplies: 6Last Post: 28th Jul 2021, 18:00 -
AVSPMOD - Can't get both videos to stay synched
By Alwyn in forum Video ConversionReplies: 3Last Post: 5th Jul 2021, 22:59 -
QTGMC/IVTC issues on AVISynth/AvspMod
By Fraugster in forum RestorationReplies: 33Last Post: 7th Aug 2019, 07:55 -
Avidemux cant append videos properly
By supercain in forum EditingReplies: 10Last Post: 13th Oct 2018, 20:39 -
AvsPmod/AviSynth newbie problems
By Master Tape in forum Newbie / General discussionsReplies: 8Last Post: 27th Jun 2018, 20:04