Sunday, April 28, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 4814  / 3 Years ago, wed, may 5, 2021, 4:28:56

I have used ffmpeg, but with it you have to first make mpg videos then do cat video1.mpg video2.mpg > joined.mpg and then convert to joined.mpg to joined.mp4 with ffmpeg to be able to upload on youtube.
I heard there's mencoder which can join avi files without converting to mpg and using cat command.
I'm making videos to upload on youtube so it needs to be avi mp4 or flv format.
Which tool is the best to join videos from command line?


More From » command-line

 Answers
7

melt




melt was meant as a test tool for the MLT framework, but it is also a
powerful multitrack command line oriented video editor. It could also
used as an minimalistic media player for audio and video files.




Installation



sudo apt-get install melt


mencoder




This package contains mencoder, a simple movie encoder, designed to
encode MPlayer-playable movies
(AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET) to other
MPlayer-playable formats. It can encode with various codecs, like
DivX4 (1 or 2 passes), libavcodec, PCM/MP3/VBRMP3 audio. Also has
stream copying and video resizing abilities.




Installation



 sudo apt-get install mencoder


guide


[#39267] Thursday, May 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arsleyeuth

Total Points: 72
Total Questions: 121
Total Answers: 112

Location: North Korea
Member since Mon, Oct 31, 2022
2 Years ago
;