

# syntax check (has to have at least 3 params: infile1, infile2, outfile "Įcho "Don't forget to edit this script and change EXTRA_OPTIONS " # NO NEED TO TOUCH ANYTHING AFTER THIS LINE!Įcho "MultiMedia Concat Script v $VERSION (mmcat) - A script to concatenate multiple multimedia files.

# would create "output.flv" out of "file1.flv" and "file2.flv".ĮXTRA_OPTIONS= '-vcodec libx264 -crf 23 -preset medium -acodec aac -strict experimental -ac 2 -ar 44100 -ab 128k ' # For example: mmcat file1.flv file2.flv output.flv # If you find any bugs, please send me an e-mail so I can fix it. The inspiration for this script came from this FAQ item: # The script makes use of FFmpeg tool (and is free for use under # If not, you can easily add audio silence, using FFmpeg. # All input files must have at least one audio and at least one video stream. # final output (just like as if all the inputs were played in a playlist, one # This script concatenates (joins, merges) several audio/video inputs into one # Script name: MultiMedia Concat Script (mmcat)
