Hi folks,
I am looking for a program that will take multiple avi files and join them into one file. Any suggestions would be great.
Thanks for the help.
Hi folks,
I am looking for a program that will take multiple avi files and join them into one file. Any suggestions would be great.
Thanks for the help.
You did not specify your openSUSE version, but you can try this. Open up a terminal session and type the following command:
avimerge -o OUTPUT.avi -i INPUT_1.avi INPUT_2.avi
To find out if the program exists and where it is located, try this command:
which avimerge
To get more information on how the command works, try this command:
man avimerge
All commands are issued in a terminal session.
Thank You,
thanks for the quick response. Looks like I have some reading to do. I am using 11.3 kde. I have 2 part avi movies that I want to combine into one part. Not really looking to make a dvd. Thanks for the help.
southernyankee wrote:
>
> thanks for the quick response. Looks like I have some reading to do. I
> am using 11.3 kde. I have 2 part avi movies that I want to combine into
> one part. Not really looking to make a dvd. Thanks for the help.
>
>
avidemux is also an easy to use program which can append avi files together
(if you prefer a gui, you can also use it without gui - avidemux2_cli),
otherwise the avimerge mentioned before does a good job.
–
openSUSE 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.5 | GeForce
9600 GT | 4GB Ram
openSUSE 11.3 64 bit | Intel Core2 Duo T9300@2.50GHz | KDE 4.5 | Quadro FX
3600M | 4GB Ram
avimerge does not seem to be on my system. Avidemux does what I need it to do and is very easy.
avimerge is part of the package called transcode which can be downloaded from Packman:
“http://packman.jacobs-university.de/suse/11.3/”](http://%22http://packman.jacobs-university.de/suse/11.3/%22)
Add this repository, if not already present, search on transcode and install the application. You then should have the program avimerge present.
Thank You,
thanks for the help jd.
You are welcome southernyankee. If you need any other assistance, just let us know. As a relative new user, I normally post a little more information about message counts and rewarding help.
Forum Message Counts:
As you start or answer any message thread here in the openSUSE forums.
Puzzled Penguin 0-49 (new users start with this level)
Student Penguin 50-99
Explorer Penguin 100-249
Busy Penguin 250-499
Parent Penguin 500-999
Wise Penguin 1000-1999
Omniscient Penguin 2000
FYI here are the reputation levels:
As you reward another user for the help they have provided you using
the reputation icon is in the lower left of any message that you read
and looks like a star.
REPUTATION LEVELS:
User is infamous around these parts -99999
User can only hope to improve -50
User has a little shameless behaviour in the past -10
User is an unknown quantity at this point 0-9 (new users start with this level)
User is on a distinguished road 10-19
User will become famous soon enough 20-149
User has a spectacular aura about 150-249
User is a jewel in the rough 250-349
User is just really nice 350-449
User is a glorious beacon of light 450-549
User is a name known to all 550-649
User is a splendid one to behold 650-999
User has much to be proud of 1000-1499
User has a brilliant future 1500-1999
User has a reputation beyond repute 2000
More information about forum operation can be found here:
Thank You,