To start the encode X seconds from the start use the start seconds
option by adding -ss like so
mencoder dvd://1 -vf scale=320:240 -ss 10 -ovc xvid -xvidencopts
bitrate=200 -ofps 10 -oac mp3lame -lameopts vbr=3 -aid 128 -o output.avi

To merge the videos make three different titles output1.avi, output2.avi
and output3.avi
Then use avimerge from the transcode package like so
avimerge -o OutPut.avi -i output1.avi output2.avi output3.avi



On Fri, 2007-06-08 at 17:01 -0600, peter wrote:

> On Friday 08 June 2007 10:20 am, Roy Souther wrote:
> > mencoder
> 
> OK...a couple more questions:
> 
> There are three titles on the DVD. Is there any way to combine them all into 
> one file? Can I add ">> output.avi" to cat the next title onto the first?
> 
> eg. This is what I did for the first title:
> mencoder dvd://1 -vf scale=320:240 -ovc xvid -xvidencopts bitrate=200 -ofps 
> 10 -oac mp3lame -lameopts vbr=3 -aid 128 -o output.avi
> 
> then, can I do:
> mencoder dvd://2 -vf scale=320:240 -ovc xvid -xvidencopts bitrate=200 -ofps 
> 10 -oac mp3lame -lameopts vbr=3 -aid 128 -o >> output.avi
> 
> 
> Also, I need to start the first title about 10 seconds in. I glanced through 
> the man page but didn't see any way to specify a start point... Thanks.
> 


Royce Souther
www.SiliconTao.com
Let Open Source help your business move beyond.

For security this message is digitally authenticated by GnuPG.



Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to