Skip to navigation
How to repair or join movies with ffmpeg
07.12.13
1. install ffmpeg sudo apt-get install ffmpeg 2.join movies with cat cat b1.avi b2.avi b3.avi b4.avi b5.avi b6.avi b7.avi > infile.avi 3. repair the joinded movie with ffmpeg ffmpeg -i infile.avi -acodec copy -vcodec copy outfile.avi
Reply
Anonymous
how to repair or join movies with ffmpeg
1. install ffmpeg sudo apt-get install ffmpeg 2.join movies with cat cat b1.avi b2.avi b3.avi b4.avi b5.avi b6.avi b7.avi > infile.avi 3. repair the joinded movie with ffmpeg ffmpeg -i infile.avi -acodec copy -vcodec copy outfile.avi
07.12.13
Reply
Anonymous
Information Epoch 1730804280
Worse is better.
Home
Notebook
Contact us