[MPlayer-users] Cut avi file.

gabor gabor at realtime.sk
Wed Aug 28 22:19:01 CEST 2002


man mplayer,

look for -ss and -endpos

basically -ss sets up the beginning and -endpos sets up the end.

so, to cut an avi into 2 parts:

mencoder -ovc copy -oac copy -endpos 50 myfile.avi -out file1.avi
mencoder -ovc copy -oac copy -ss 50 myfile.avi -out file2.avi

this will cut it at 50seconds

bye,
gabor

On Wed, 2002-08-28 at 04:24, Damien GODARD wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Hello,
> 
> I just would like to cut divx AVI files.
> How can I do, which tool can I use ?
> 
> Thank you.
> 
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> 
> _______________________________________________
> RTFM!!!  http://www.MPlayerHQ.hu/DOCS
> Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
                -- R. Bradbury, "The Fog Horn"




More information about the MPlayer-users mailing list