summaryrefslogtreecommitdiffstats
path: root/DOCS/mencoder.1
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-28 14:02:16 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-28 14:02:16 +0000
commit9d5f1a30a5d8b19ef8949f53fe13d2ebba71e835 (patch)
tree1620175bdd614352c2600b88072e22888021f296 /DOCS/mencoder.1
parent7aa604e81be33c5b68890d7bc456c76bda9c84e3 (diff)
downloadmpv-9d5f1a30a5d8b19ef8949f53fe13d2ebba71e835.tar.bz2
mpv-9d5f1a30a5d8b19ef8949f53fe13d2ebba71e835.tar.xz
-chapter option updates (and some else?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4399 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mencoder.1')
-rw-r--r--DOCS/mencoder.13
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1
index c05b3c7ea6..81347232b1 100644
--- a/DOCS/mencoder.1
+++ b/DOCS/mencoder.1
@@ -248,6 +248,9 @@ div3 will have the output file contain "div3" as video fourcc.
.B Encoding DVD title #2
mencoder -dvd 2 -o title2.avi
.TP
+.B Encoding DVD title #2, only selected chapters
+mencoder -dvd 2 -chapter 10-15 -o title2.avi
+.TP
.B The same, but with libavcodec family, MJPEG compression
mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg
.TP