comparison DOCS/man/en/mplayer.1 @ 17196:8e6cf7bbe18a

make -o mandatory and add a warning when the extension does not match the container format, patch by Reynaldo Pinochet
author wanderer
date Thu, 15 Dec 2005 17:57:18 +0000
parents 73c137e89522
children ea284c209b6c
comparison
equal deleted inserted replaced
17195:3b33f4c52324 17196:8e6cf7bbe18a
488 # Decode/\:encode multiple files from png, 488 # Decode/\:encode multiple files from png,
489 # start with mf://filemask 489 # start with mf://filemask
490 mf=type=png:fps=25 490 mf=type=png:fps=25
491 # Eerie negative images are cool. 491 # Eerie negative images are cool.
492 vf=eq2=1.0:-0.8 492 vf=eq2=1.0:-0.8
493 # I want MEncoder to ouput to this filename by default.
494 o=encoded.avi
493 .fi 495 .fi
494 .PP 496 .PP
495 You can also write file-specific configuration files. 497 You can also write file-specific configuration files.
496 If you wish to have a configuration file for a file called 'movie.avi', create a file 498 If you wish to have a configuration file for a file called 'movie.avi', create a file
497 named 'movie.avi.conf' with the file-specific options in it and put it in 499 named 'movie.avi.conf' with the file-specific options in it and put it in
6117 .B \-noskip 6119 .B \-noskip
6118 Do not skip frames. 6120 Do not skip frames.
6119 . 6121 .
6120 .TP 6122 .TP
6121 .B \-o <filename> 6123 .B \-o <filename>
6122 Outputs to the given filename, instead of the default 'test.avi'. 6124 Outputs to the given filename.
6125 .br
6126 If you want a default output filename, you can put this option in the
6127 MEncoder config file.
6123 . 6128 .
6124 .TP 6129 .TP
6125 .B \-oac <codec name> 6130 .B \-oac <codec name>
6126 Encode with the given audio codec (no default set). 6131 Encode with the given audio codec (no default set).
6127 .br 6132 .br