mirror of https://github.com/mpv-player/mpv
H.264 content can also be decoded with multiple threads
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24727 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
72b33361a5
commit
73a44e481a
|
@ -4341,7 +4341,7 @@ This degrades quality a lot of in almost all cases
|
|||
Skips decoding of frames completely.
|
||||
Big speedup, but jerky motion and sometimes bad artifacts
|
||||
(see skiploopfilter for available skip values).
|
||||
.IPs "threads=<1\-8> (MPEG-1/2 only)"
|
||||
.IPs "threads=<1\-8> (MPEG-1/2 and H.264 only)"
|
||||
number of threads to use for decoding (default: 1)
|
||||
.IPs vismv=<value>
|
||||
Visualize motion vectors.
|
||||
|
|
|
@ -4587,7 +4587,7 @@ Saute compl
|
|||
Grosse accélération, mais mouvements saccadés et parfois artefacts
|
||||
visuels
|
||||
(voir skiploopfilter pour les valeurs de "skipvalue" disponibles).
|
||||
.IPs "threads=<1\-8> (MPEG-1/2 uniquement)"
|
||||
.IPs "threads=<1\-8> (MPEG-1/2 et H.264 uniquement)"
|
||||
nombre de threads à utiliser pour le décodage (pa défaut\ : 1)
|
||||
décodage multithreadé
|
||||
.IPs vismv=<valeur>
|
||||
|
|
Loading…
Reference in New Issue