-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmplayer
40 lines (32 loc) · 799 Bytes
/
mplayer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
##### SUBTITLE STUFF
subfont-autoscale=2
subfont-osd-scale=2
subfont-text-scale=2
subpos="90" # Better position of subtitles
subalign="2"
# Antialiased subs (best quality = 4)
spuaa=2
# Find subtitle files. (1: load all subs containing movie name)
sub-fuzziness=1
# Subtitle love
unicode=yes
utf8=yes
##### PLAYER STUFF
# This sets the postprocessing into overdrive using all possible spare cpu
# cycles to make the movie look better
autoq=100
vf=pp=de,hqdn3d
#vf=yadif=1 # interlace
# add black borders so the movies have the same aspect ratio of the monitor
# for wide screen monitors
vf-add=expand=::::1:16/9:16
# gl please
#vo=gl_nosw
vo=gl:swapinterval=0
# multithreaded decoding of H264/MPEG-1/2 (valid: 1-8)
lavdopts=threads=4
#framedrop=yes
double=yes
cache-min=60
cache=8192
fs=yes