1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 22:01:10 +00:00

Hopefully this phrasing is now correct English :-)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15486 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-05-15 21:59:39 +00:00
parent 682b140477
commit db9e8be1b2

View File

@ -665,8 +665,8 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
When video is stored on DVD, consecutive pairs of fields are
grouped as a frame, even though they are not intended to be shown
at the same moment in time.
The MPEG-2 standard used on DVD and digital TV provides both a
way to encode the original progressive frames, and store in
The MPEG-2 standard used on DVD and digital TV provides a
way to both encode the original progressive frames and store in
the header of each frame the number of fields for which it should
be shown.
If this method has been used, the movie will often be described
@ -767,7 +767,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
while some others such as <systemitem class="library">x264</systemitem>
and <systemitem class="library">libavcodec</systemitem> support
multipass, which slightly improves quality at each pass,
yet this improvement is no longer mesurable nor noticeable after the
yet this improvement is no longer measurable nor noticeable after the
4th or so pass.
Therefore, in this section, two pass and multipass will be used
interchangeably.