diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-14 09:38:36 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-14 14:15:41 +0200 |
commit | 8d03ca085f7d355f4c7b3bcc1fd9de488e73e739 (patch) | |
tree | caee1766d67c5a84e5e79afffb28efd3e3e1e15c /doc | |
parent | d0fcf39f0c6201c8cce439395eee051798c0a958 (diff) | |
download | ffmpeg-8d03ca085f7d355f4c7b3bcc1fd9de488e73e739.tar.gz |
ffmpeg: print the low bitrate warning after the codec is openend.
This doesn't access avcodec_opts, so it works with the new options
passing system.
Makes opt_bitrate() unneeded, so it's removed.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 517bb0cd38..5a783e3c15 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -159,8 +159,6 @@ Set the ISO 639 language code (3 letters) of the current subtitle stream. @section Video Options @table @option -@item -b @var{bitrate} -Set the video bitrate in bit/s (default = 200 kb/s). @item -vframes @var{number} Set the number of video frames to record. @item -r @var{fps} @@ -555,8 +553,6 @@ Set the audio sampling frequency. For output streams it is set by default to the frequency of the corresponding input stream. For input streams this option only makes sense for audio grabbing devices and raw demuxers and is mapped to the corresponding demuxer options. -@item -ab @var{bitrate} -Set the audio bitrate in bit/s (default = 64k). @item -aq @var{q} Set the audio quality (codec-specific, VBR). @item -ac @var{channels} |