Cu procesoarele moderne un video player nu consumă un procent semnificativ de CPU time pentru decoding aşa că restul poate fi folosit pentru post-procesare. Îmbunătăţirile sunt vizibile mai ales la fişiere cu compresie mare sau rezoluţie mică. Artefactele dispar ca prin minune şi te poţi uita liniştit la film fără a fi întrerupt de pătrate şi dâre.
Asta e linia de adăugat în fişierul de configurare global al mplayer (la mine “/etc/mplayer/mplayer.conf”):
vf=pp=ac/tn/al/tn,spp=6:0:1,hqdn3d,kerndeint,screenshot
Don’t bother with the “man mplayer” explanations, it’s just magic. De fapt, uite întregul fişier:
vo=xv # if available; if not stay with x11
ao=alsa:device=dsp0
zoom=yes
double=no
slang=en
alang=en
dr=1 # direct rendering
spualign=2
fixed-vo=1
font=/usr/share/fonts/dejavu/DejaVuSans.ttf
subfont-encoding=ISO_8859-2 # for Romanian subtitles
subfont-autoscale=1
vf=pp=ac/tn/al/tn,spp=6:0:1,hqdn3d,kerndeint,screenshot # post processing
softvol-max=300
Like this:
Like Loading...
Filed under: linux | 4 Comments »