]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Add a space between frequencies and their units.
authorbenoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 13 Oct 2008 15:09:04 +0000 (15:09 +0000)
committerbenoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 13 Oct 2008 15:09:04 +0000 (15:09 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15613 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

doc/ffmpeg-doc.texi
doc/ffserver-doc.texi

index d1f537578c37ad2bc5f9fafca683a412a529d1ac..6f354c5b00c5ce0e0b236a22652f7d9ee42cae21 100644 (file)
@@ -111,7 +111,7 @@ to MPEG file a.mpg.
 ffmpeg -i /tmp/a.wav -ar 22050 /tmp/a.mp2
 @end example
 
-Converts a.wav to MPEG audio at 22050Hz sample rate.
+Converts a.wav to MPEG audio at 22050 Hz sample rate.
 
 * You can encode to several formats at the same time and define a
 mapping from input stream to output streams:
@@ -928,7 +928,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 22050Hz for MPEG audio, 22050 or 11025 for AC-3).
+(down to 22050 Hz 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
index 77b1ba0c3aa2500d6fb252fb21247e88f2c4690f..7bdeb6ab0b66889c23fb22d409886084ebcbf3d3 100644 (file)
@@ -80,7 +80,7 @@ to make it work correctly.
 
 @section What do I need?
 
-I use Linux on a 900MHz Duron with a cheapo Bt848 based TV capture card. I'm
+I use Linux on a 900 MHz Duron with a cheapo Bt848 based TV capture card. I'm
 using stock Linux 2.4.17 with the stock drivers. [Actually that isn't true,
 I needed some special drivers for my motherboard-based sound card.]