1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

grammar/phrasing fix, still less than ideal

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16219 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
wanderer 2005-08-14 17:31:09 +00:00
parent 7baaa32327
commit fe79a5451a

View File

@ -290,15 +290,15 @@
</para>
<para>
The complexity (and thus the number of bits) required to compress the
frames of a movie can vary greatly from one scene to another.
The complexity of the frames of a movie, and thus the number of bits
required to compress them, can vary greatly from one scene to another.
Modern video encoders can adjust to these needs as they go and vary
the bitrate.
However, in simple modes such CBR, they cannot exceed the requested
average bitrate for long stretches of time, because they do not know
the bitrate needs of future scenes.
Wiser modes, such as multipass encode can take into account the
statistics from previous passes, which fixes the problem mentioned
In simple modes such as CBR, however, the encoders do not know the
bitrate needs of future scenes and so cannot exceed the requested
average bitrate for long stretches of time.
More advanced modes, such as multipass encode, can take into account
the statistics from previous passes; this fixes the problem mentioned
above.
</para>