Re: DVD to DVD

Kirill Petrov <[email protected]>
Newsgroups gmane.comp.video.dvdrip.user
Message-ID <[email protected]>
for that i would have used mencoder

mencoder dvd://1 -ovc copy -oac copy -o movie.mpeg

Mark Alford wrote:
> 
> 
> I have a long movie on a dual layer DVD that is 7G in size.
> I just want to break it into 2 regular size 4.7G DVDs.
> 
> The original has multiple sound and subtitle tracks, and a fairly
> complicated menu structure, but I really only want the main movie
> with one audio track and one subtitle track.
> 
> I managed to rip it to a SVCD using dvd::rip, but the quality was
> too low.
> How can I rip it to 2 DVDs?
> Actually, it would be enough to rip it to DVD-quality MPEGs, one for 
> each title.
> Once I have those I know how to make them into DVDs.
> 
> Marko
>
make-one-mpeg.sh (application/x-shellscript, 936 B)
#!/bin/bash
SOURCE="anya-disk-001.vob anya-disk-002.vob anya-disk-003.vob anya-disk-004.vob anya-disk-005.vob anya-disk-006.vob anya-disk-007.vob anya-disk-008.vob"
#SOURCE="lavmovie.mpeg"
#SCALE=""
#SCALE="-vf scale=360:240"
#SCALE="-vf scale=360:270"
#ASPECT="aspect=4/3"
#ASPECT="autoaspect"
#PASS1_OPTS=vcodec=mpeg4:mbd=2:mv0:trell:v4mv:cbp:vbitrate=2400:last_pred=3:keyint=90:predia=2:dia=2:vmax_b_frames=2:vb_strategy=1:precmp=2:cmp=2:subcmp=2:preme=2:qns=2:${ASPECT}:vpass=1:turbo
#PASS2_OPTS=vcodec=mpeg4:mbd=2:mv0:trell:v4mv:cbp:vbitrate=2400:last_pred=3:keyint=90:predia=2:dia=2:vmax_b_frames=2:vb_strategy=1:precmp=2:cmp=2:subcmp=2:preme=2:qns=2:${ASPECT}:vpass=2:acodec=mp3
TIMING="-endpos 30"
#TIMING=""
#echo ${TIMING}
#nice -n 19 mencoder -vf kerndeint ${SOURCE} -ovc lavc -oac copy -ffourcc DX50 -lavcopts ${PASS1_OPTS} ${TIMING} ${SCALE} -o /dev/null

nice -n 19 mencoder ${SOURCE} -ovc copy -oac copy -o lavmovie.mpeg
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.