[Mplayer-cvslog] CVS: main/DOCS/tech encoding-tips.txt,1.3,1.4
Jonas Jermann CVS
jonas at mplayerhq.hu
Wed Jul 9 22:11:15 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/pl cd-dvd.html,1.8,1.9 documentation.html,1.24,1.25 encoding.html,1.9,1.10 mplayer.1,1.23,1.24
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech encoding-tips.txt,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv31499/DOCS/tech
Modified Files:
encoding-tips.txt
Log Message:
-dvd -> dvd:// and -vcd -> vcd://
Index: encoding-tips.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/encoding-tips.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- encoding-tips.txt 22 Mar 2003 12:02:25 -0000 1.3
+++ encoding-tips.txt 9 Jul 2003 20:10:41 -0000 1.4
@@ -52,7 +52,7 @@
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 @@
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 @@
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 :
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/pl cd-dvd.html,1.8,1.9 documentation.html,1.24,1.25 encoding.html,1.9,1.10 mplayer.1,1.23,1.24
- Next message: [Mplayer-cvslog] CVS: main/DOCS/tech encoding-tips.txt,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list