Re: mecoder deal with two files

2005-05-13 Thread BingYU
Thank you for reply. here is what i do mencoder -ss 5:00 -endpos 2:00 source.avi -oac copy -ovc copy -o 1.avi mencoder -ss 10:00 -endpos 2:00 source.avi -oac copy -ovc copy -o 2.avi cat 1.avi 2.avi| mencoder -ovc copy -oac copy -o 0.avi -noidx - mencoder -o ok.avi -ovc copy -oac copy 0

Re: mecoder deal with two files

2005-05-12 Thread Sven Arvidsson
BingYU wrote: > I have two file 1.avi 2.avi which are ripped form one big video file, > source.avi > > mencoder -ss 5:00 -endpos 2:00 source.avi -oac copy -ovc copy -o 1.avi > mencoder -ss 10:00 -endpos 2:00 source.avi -oac copy -ovc copy -o 2.avi > > > now I want merge 1.avi 2.avi t

Re: mecoder deal with two files

2005-05-12 Thread Nicos Gollan
On Friday May 13 2005 07:59, BingYU wrote: > I have two file 1.avi 2.avi which are ripped form one big video file, > source.avi > [...] > now I want merge 1.avi 2.avi to one video file (put them together in one > file Get transcode, it comes with a program "avimerge" to du just that. The sad thi

mecoder deal with two files

2005-05-12 Thread BingYU
Hi List I have two file 1.avi 2.avi which are ripped form one big video file, source.avi mencoder -ss 5:00 -endpos 2:00 source.avi -oac copy -ovc copy -o 1.avi mencoder -ss 10:00 -endpos 2:00 source.avi -oac copy -ovc copy -o 2.avi now I want merge 1.avi 2.avi to one video file (p