What is the best CLI tool (preferably Linux based) that will allow concatenating video files, and also compressing them on the client-side for YouTube upload?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
You can merge 2 video files with this command line:
|
|||
|
mencoder, transcode and ffmpeg are your friends (amongst others) you could also use vlc in CLI mode (AFAIK uses ffmpeg) or mplayer (mencoder) |
|||
|