You are not logged in.

#1 2007-12-27 08:09:54

glibobbo
Member
Registered: 2007-11-02
Posts: 5

Looking for a video joiner for my arch

anyone know where I can get one?

Offline

#2 2007-12-27 09:22:50

Susu
Member
From: Germany
Registered: 2005-11-11
Posts: 191
Website

Re: Looking for a video joiner for my arch

Don't know what a "video joiner" is...


Album reviews (in german): http://schallwelle.filzo.de

Offline

#3 2007-12-27 11:55:14

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

Re: Looking for a video joiner for my arch

he wants a app to join two or more avi, mpeg, say video files...

the app i found to do that is avidemux
$ pacman -S avidemux


Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

#4 2007-12-27 16:03:06

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Looking for a video joiner for my arch

Also mencoder....


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#5 2007-12-31 14:58:15

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

Re: Looking for a video joiner for my arch

mencoder can join? what command you use lilsirecho? i mean, how do you tell mencoder to join the files?


Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

#6 2007-12-31 15:34:03

Gilneas
Member
From: Netherlands
Registered: 2006-10-22
Posts: 320

Re: Looking for a video joiner for my arch

I just tried this:
cat file1.avi file1.avi > combo.avi
(same file)

It works! but mplayer doesn't recognise the length. And it probably won't work for different files.

Offline

#7 2007-12-31 16:17:13

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Looking for a video joiner for my arch

Leo2501;

The .avi format can be joined if both videos have the same specs.  In fact, multiple joins are possible at one command line entry.  Jpegs can be added for titles.

I will locate my .avi joiner format and post it later today.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#8 2007-12-31 16:49:35

skymt
Member
Registered: 2006-11-27
Posts: 443

Re: Looking for a video joiner for my arch

I use mencoder to join videos like this:

$ mencoder -oac copy -ovc copy vid1.avi vid2.avi -o joined.avi

You can add this to '~/.mplayer/mencoder.conf':

[join]
profile-desc="Merge multiple video files"
oac=copy=1
ovc=copy=1
o=joined.avi

Then it's as simple as this:

mencoder -profile join vid1.avi vid2.avi

Last edited by skymt (2007-12-31 16:49:56)

Offline

#9 2007-12-31 17:13:12

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Looking for a video joiner for my arch

Join many .avi files:    EDITED:mencoder -oac pcm -ovc copy -o output998.avi /root/Desktop/out.avi '/root/output650.avi' '/root/output651.avi'

mencoder -oac pcm -ovc copy -o output921.avi /root/output918.avi /root/output919.avi

mencoder -oac pcm -ovc copy -o output980.avi /root/Desktop/output971.avi /root/Desktop/output973.avi /root/Desktop/output975.avi /root/Desktop/output977.avi /root/Desktop/output979.avi











These are my  files concerning the joining of .avi files and converting .mov or use jpeg (with multiple frames of jpeg).....EDITED:

mencoder '/root/Desktop/p1000017.mov' -o movie.avi -oac pcm -ovc lavc -lavcopts vcodec=mpeg4

Generate .avi from .mov from camera;
[root@n6re ~]# mencoder '/root/movie.avi' -oac pcm -ofps 3:13 -vf scale=640:-11  -ovc lavc -lavcopts vcodec=msmpeg4v2 -o  output16.avi   (This command for single frame with audio....)


[root@n6re ~]# mencoder '/root/movie3.avi' -oac pcm -vf scale=640:-11  -ovc lavc -lavcopts vcodec=msmpeg4v2 -o  output16.avi    (This command for camera generated quicktime movies).
                                                                                                            mencoder in.avi -ovc lavc -lavcopts vcodec=mjpeg -oac mp3lame -o out.avi

Convert to .avi:

mencoder -ovc lavc -lavcopts vcodec=mpeg4v2 -oac mp3lame -o output.avi input.rm

Generate jpeg frames using list .text with no sound:

[/cmencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o output900.avi
mencoder mf://@list.txt -mf w=640:h=480:fps=30:type=jpg -ovc lavc -lavcopts vcodec=msmpeg4v2:mbd=2:trell -oac copy -o output910.avi

I have generated many joined .avi movies from .mov files from a digital camera and added jpeg frames using list.text to generate several hundred frames and have added music for background and joined all together in one .avi.  One of them is 600mb in size!

Hopefully, you can follow the details...........

Last edited by lilsirecho (2007-12-31 17:44:52)


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#10 2008-01-03 16:54:07

Susu
Member
From: Germany
Registered: 2005-11-11
Posts: 191
Website

Re: Looking for a video joiner for my arch

How about avimerge?


Album reviews (in german): http://schallwelle.filzo.de

Offline

Board footer

Powered by FluxBB