mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
multithreaded decoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17105 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e095d9e522
commit
15438a9d2a
@ -3520,6 +3520,8 @@ of the default quantization matrix, assuming YUV 4:2:0 and skipping a few
|
||||
checks to detect damaged bitstreams.
|
||||
.IPs gray\
|
||||
grayscale only decoding (a bit faster than with color)
|
||||
.IPs threads=<0\-8>
|
||||
multithreaded decoding
|
||||
.IPs "idct=<0\-99> (see \-lavcopts)"
|
||||
For best decoding quality use the same IDCT algorithm for decoding and encoding.
|
||||
This may come at a price in accuracy, though.
|
||||
|
@ -3743,6 +3743,8 @@ utilis
|
||||
vérifications pour détecter les flux endommagés.
|
||||
.IPs gray\
|
||||
décodage en niveaux de gris uniquement (un peu plus rapide qu'en couleur)
|
||||
.IPs threads=<0\-8>
|
||||
décodage multithreadé
|
||||
.IPs "idct=<0\-99> (voir \-lavcopts)"
|
||||
Pour obtenir la meilleure qualité d'encodage utilisez le même algorithme IDCT
|
||||
pour le décodage et l'encodage.
|
||||
|
Loading…
Reference in New Issue
Block a user