Hi, it's me again,
My goal here is to combine two video (credit+personal movie) and both of them are in mp4. I find this but I don't have this filter in my avisynth and the description talk only about avi files.
I don't something fancy, just fuse two files.
I'm a beginner with avisynth. ^^'
Thanks again for reading this and have a nice day.
+ Reply to Thread
Results 1 to 2 of 2
-
-
The splice filter is integrated in every AviSynth installation. It works with all source types.
Code:aa=lsmashaudiosource("file1.mp4") av=lsmashvideosource("file1.mp4") a=AudioDub(av, aa) ba=lsmashaudiosource("file2.mp4") bv=lsmashvideosource("file2.mp4") b=AudioDub(bv, ba) a++b
[2] http://avisynth.nl/index.php/LSMASHSource
Similar Threads
-
How do I Combine Video Files and Audio Files into One File?
By ChikiBiki in forum Newbie / General discussionsReplies: 3Last Post: 17th Aug 2016, 13:25 -
2 srt files to combine - how?
By jlrm365 in forum SubtitleReplies: 7Last Post: 17th Apr 2016, 07:15 -
Best way to combine MP3 and MP4 of radio show?
By yetanotherlogin in forum EditingReplies: 3Last Post: 19th Apr 2014, 06:31 -
[ffmpeg] Right way to combine PNG + MP3 into an MP4 file?
By yetanotherlogin in forum EditingReplies: 3Last Post: 8th Dec 2013, 04:49 -
Best software to combine .3gp files??
By seedybrick in forum Video ConversionReplies: 8Last Post: 5th Mar 2012, 19:01