comparison DOCS/man/en/mplayer.1 @ 13386:d8ba5b72fc6c

New lavc flag: "turbo" mode which is supposed to speed up 2-pass encoding while preserving quality as much as possible. Inspired by XviD "turbo" mode.
author gpoirier
date Sun, 19 Sep 2004 09:59:05 +0000
parents 1b2baad8f949
children d74dcf9851e6
comparison
equal deleted inserted replaced
13385:e488b3c628db 13386:d8ba5b72fc6c
5325 from the first pass. 5325 from the first pass.
5326 .RE 5326 .RE
5327 .PD 1 5327 .PD 1
5328 . 5328 .
5329 .TP 5329 .TP
5330 .B turbo (2-pass only)
5331 Dramatically speeds up pass 1 using faster algorithms and disabling
5332 CPU-intensive options.
5333 This will probably reduce global PSNR a little bit (around 0.01dB) and
5334 change individual frame type and PSNR little bit more (up to 0.03dB).
5335 .
5336 .TP
5330 .B aspect=<x/\:y> 5337 .B aspect=<x/\:y>
5331 Store movie aspect internally, just like MPEG files. 5338 Store movie aspect internally, just like MPEG files.
5332 Much nicer solution than rescaling, because quality isn't decreased. 5339 Much nicer solution than rescaling, because quality isn't decreased.
5333 Only MPlayer will play these files correctly, other players will display 5340 Only MPlayer will play these files correctly, other players will display
5334 them with wrong aspect. 5341 them with wrong aspect.