[opensuse] Re: tranfer a DVD to *.avi or WMP files?
- From: Charles Philip Chan <cpchan@xxxxxxxx>
- Date: Thu, 09 Aug 2012 03:01:44 -0400
Joe Zien <jozien@xxxxxxxxxxx> writes:
Has anyone tranfered a DVD to *.avi or WMP files?
I use mencoder (part of mplayer) for that. You can do something like
this:
#+BEGIN_EXAMPLE
mencoder dvd://<track_num> -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o /dev/null
mencoder dvd://<track_num> -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
-oac copy -o output.avi
#+END_EXAMPLE
where "track_num" is the track number you want to encode. For you it is most
likely "1". You can find out the track number by playing the dvd with
mplayer:
#+BEGIN_EXAMPLE
mplayer dvd://<track_num>
#+END_EXAMPLE
Just increase the "track_num" by 1 until you find the right one.
Charles
--
A Linux machine! because a 486 is a terrible thing to waste!
(By jjs@xxxxxxxxxxxxxxxxxx, Joe Sloan)
Attachment:
pgpgP9v33SR8j.pgp
Description: PGP signature
- References:
- [opensuse] tranfer a DVD to *.avi or WMP files?
- From: Joe Zien
- [opensuse] tranfer a DVD to *.avi or WMP files?
- Prev by Date: Re: [opensuse] tranfer a DVD to *.avi or WMP files?
- Next by Date: [opensuse] Re: tranfer a DVD to *.avi or WMP files?
- Previous by thread: [opensuse] Re: tranfer a DVD to *.avi or WMP files?
- Next by thread: [opensuse] package 'search box' behavior
- Index(es):
Relevant Pages
|