Browse Source

FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.

Originally committed as revision 15535 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
1a27fb001a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/ffmpeg-doc.texi

+ 1
- 1
doc/ffmpeg-doc.texi View File

@@ -894,7 +894,7 @@ motion estimation completely (you have only I-frames, which means it
is about as good as JPEG compression).

@item To have very low audio bitrates, reduce the sampling frequency
(down to 22050kHz for MPEG audio, 22050 or 11025 for AC-3).
(down to 22050Hz for MPEG audio, 22050 or 11025 for AC-3).

@item To have a constant quality (but a variable bitrate), use the option
'-qscale n' when 'n' is between 1 (excellent quality) and 31 (worst


Loading…
Cancel
Save