[MPlayer-users] split avi
James Lancaster
james at kirk.math.twsu.edu
Thu Aug 21 19:56:38 CEST 2003
On Thursday 21 August 2003 11:10, you wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Hello.
> I'd like to know if there's a way to split an avi (divx) file.
> I know I can compress a video into divx and split during the
> encoding process, but I just have a divx I'd need to split,
> without going through another full encoding process...
> Any suggestions?
mencoder -oac copy -ovc copy -endpos X -o part1.avi
mencoder -oac copy -ovc copy -startpos X -o part2.avi
please lookup endpos and startpos (I am doing this off the top of my head, so
check the man page!)
-o(v/a)c copy just copies the streams as they are (might not be exactly the
frame/time specified, due to the codecs limitations though)
James L
>
> Thanks,
>
> Guldo
>
> _______________________________________________
> RTFM!!! http://www.MPlayerHQ.hu/DOCS
> Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
More information about the MPlayer-users
mailing list