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?
|
feedback
|
|
You can merge 2 video files with this command line:
| |||||
feedback
|
|
mencoder, transcode and ffmpeg are your friends (amongst others) you could also use vlc in CLI mode (AFAIK uses ffmpeg) or mplayer (mencoder) | |||
feedback
|