From d7bf90d3c08d300a59f935ca6583aaa210c29f68 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 9 Jul 2003 20:10:48 +0000 Subject: -dvd -> dvd:// and -vcd -> vcd:// git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10406 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/encoding-tips.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS/tech/encoding-tips.txt') diff --git a/DOCS/tech/encoding-tips.txt b/DOCS/tech/encoding-tips.txt index 0f485fb977..5fb45c14ca 100644 --- a/DOCS/tech/encoding-tips.txt +++ b/DOCS/tech/encoding-tips.txt @@ -52,7 +52,7 @@ And now comes the question: how do I chose my encoding parameters so that the results will be good? First let's take a look at a typical mencoder line: -mencoder -dvd 1 -o /dev/null -oac copy -ovc lavc \ +mencoder dvd://1 -o /dev/null -oac copy -ovc lavc \ -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:vqmin=2:\ vlelim=-4:vcelim=9:lumi_mask=0.05:dark_mask=0.01:vpass=1 \ -vf crop=716:572:2:2,scale=640:480 @@ -440,7 +440,7 @@ viewed fullscreen. 4) I would recommend using the Ogg Vorbis audio codec with the .ogm container format. Ogg Vorbis compress audio better than MP3. On a typical old, mono-only audio stream, a 45 kbits/s Vorbis stream is ok. How to -extract & compress an audio stream from a ripped DVD (mplayer -dvd 1 +extract & compress an audio stream from a ripped DVD (mplayer dvd:// 1 -dumpstream) : rm -f audiodump.pcm ; mkfifo -m 600 audiodump.pcm @@ -507,7 +507,7 @@ powerful enough or both. I'm extracting the vobsub subtitles and simply use them with the .ogm / .avi : -1) rip the DVD to harddisk with "mplayer -dvd 1 -dumpstream" +1) rip the DVD to harddisk with "mplayer dvd://1 -dumpstream" 2) mount the DVD and copy the .ifo file 2) extract all vobsubs to one single file with something like : -- cgit v1.2.3