comparison DOCS/mencoder.1 @ 4398:4039f5580f76

-chapter option updates (and some else?)
author gabucino
date Mon, 28 Jan 2002 14:02:16 +0000
parents 819eeb32159f
children b5d956f0b6ea
comparison
equal deleted inserted replaced
4397:970a09005860 4398:4039f5580f76
246 .IP 246 .IP
247 .SH "EXAMPLES" 247 .SH "EXAMPLES"
248 .B Encoding DVD title #2 248 .B Encoding DVD title #2
249 mencoder -dvd 2 -o title2.avi 249 mencoder -dvd 2 -o title2.avi
250 .TP 250 .TP
251 .B Encoding DVD title #2, only selected chapters
252 mencoder -dvd 2 -chapter 10-15 -o title2.avi
253 .TP
251 .B The same, but with libavcodec family, MJPEG compression 254 .B The same, but with libavcodec family, MJPEG compression
252 mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg 255 mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg
253 .TP 256 .TP
254 .B Encoding from HTTP 257 .B Encoding from HTTP
255 mencoder http://mplayer.hq/example.avi -o example.avi 258 mencoder http://mplayer.hq/example.avi -o example.avi