Concatenate video and audio file using ffmpeg

in dtube •  6 years ago 


Merge video and audio files with ffmpeg in Linux Terminal.
Commands:
nano input.txt

input.txt content:

file 'file_1.mkv'

file 'file_2.mkv'

ffmpeg -f concat -i input.txt -c copy output.mkv

YouTube Link:

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!