Hey!
There are 2 AVI files with the same encoding. How to merge it into just 1 AVI?
The solution is: avimerge. Avimerge can be found in transcode package that you can install with sudo apt-get install transcode command.
Move the 2 avi files into a directory then change directory with cd <where the avi files are>
Then execute this command:
avimerge -i avifile1.avi avifile2.avi -o avifile-complete.avi
It takes about 2 minutes with my old(5 years old) machine, so not a long process.
Good work :)
Nincsenek megjegyzések:
Megjegyzés küldése