diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-06 21:19:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-06 21:19:11 +0000 |
commit | fa78d895cb4191f29cb0333d517c0ad21fff6573 (patch) | |
tree | 565dfa116083f7c37ae6e51e6149efb22a3f2ed7 /doc/faq.texi | |
parent | c7385375bc4775afe89d17429d6daad7719e387d (diff) | |
download | ffmpeg-fa78d895cb4191f29cb0333d517c0ad21fff6573.tar.gz |
spelling/grammar
Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 9bb29726d5..5dac712c45 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -307,22 +307,22 @@ ffmpeg -f u16le -acodec pcm_s16le -ac 2 -ar 44100 -i all.a \ rm temp[12].[av] all.[av] @end example -@section Is there a forum for ffmpeg, i dont like mailinglists? +@section Is there a forum for FFmpeg, I do not like mailing lists? -yes, (@url{http://dir.gmane.org/gmane.comp.video.ffmpeg.user}) +Yes, (@url{http://dir.gmane.org/gmane.comp.video.ffmpeg.user}). -@section ffmpeg does not adhere to the -maxrate setting, some frames are bigger than maxrate/fps +@section FFmpeg does not adhere to the -maxrate setting, some frames are bigger than maxrate/fps. -Read the mpeg spec, read about video buffer verifer. +Read the MPEG spec about video buffer verifier. -@section I want CBR but no matter what i do frame sizes differ +@section I want CBR, but no matter what I do frame sizes differ. -You do not understand what cbr is, please read the mpeg spec. -Read about video buffer verifer and constant bitrate. -The 1 sentence summary is that there is a buffer and the input rate is +You do not understand what CBR is, please read the MPEG spec. +Read about video buffer verifier and constant bitrate. +The one sentence summary is that there is a buffer and the input rate is constant, the output can vary as needed. -@section How do i check if a stream is CBR? +@section How do I check if a stream is CBR? To quote the MPEG-2 spec: "There is no way to tell that a bitstream is constant bitrate without |