[MEncoder-users] Problem cut to DVD
Giacomo Comes
comes at naic.edu
Tue Jun 12 17:40:50 CEST 2007
On Tue, Jun 12, 2007 at 10:04:34AM +0200, Ivan Arcos wrote:
> I want to transcode a codified file with any codec to convert it to a format
> that allows me to create a DVD. I would like that this format was index to
> be able to cut with -ss and - endpos.
>
> I use
>
> mencoder file -idx -ovc lavc -oac lavc -lavcopts vcodec=mpeg2video -of mpeg
> -mpegopts format=dvd -o newfile
> mencoder newfile -ovc copy -oac copy -of mpeg -mpegopts format=dvd -ss start
> -endpos end
I would suggest:
mencoder file -ovc lavc -oac <copy|pcm> -lavcopts vcodec=ffv1:autoaspect -o newfile.avi
and then:
mencoder newfile.avi <options for dvd encoding> -ss start -endpos end
> The cut must be exact
Ciao
Giacomo
More information about the MEncoder-users
mailing list