Browse Source

Convert mpv config to unix

master
Riyyi 6 years ago
parent
commit
c5ec76060b
  1. 129
      .config/mpv/mpv.conf

129
.config/mpv/mpv.conf

@ -1,64 +1,65 @@
# [VIDEO] # [VIDEO]
profile=opengl-hq profile=opengl-hq
hwdec=vaapi hwdec=vaapi
# [AUDIO] # [AUDIO]
volume=30 volume=30
volume-max=100 volume-max=100
#autosync=30 # Sync the audio to the video playback #autosync=30 # Sync the audio to the video playback
# [WINDOW] # [WINDOW]
geometry=1720:0 geometry=1720:0
autofit=1280x720 autofit=1280x720
autofit-larger=1280x720 autofit-larger=1280x720
border=no border=no
# [CACHE] # [CACHE]
cache=1024000 cache=1024000
#cache=262144 #cache=262144
#cache-default=51200 #cache-default=51200
#cache-pause=no #cache-pause=no
#cache=yes #cache=yes
#cache-default=50000 # size in KB #cache-default=50000 # size in KB
#cache-backbuffer=25000 # size in KB #cache-backbuffer=25000 # size in KB
#cache-secs=10 # how many seconds of audio/video to prefetch if the cache is active #cache-secs=10 # how many seconds of audio/video to prefetch if the cache is active
# [SUBTITLES BEHAVIOUR AND FEEL] # [SUBTITLES BEHAVIOUR AND FEEL]
demuxer-mkv-subtitle-preroll # Load subtitles while seeking demuxer-mkv-subtitle-preroll # Load subtitles while seeking
sub-ass-force-style=Kerning=yes # Forces kerning on subtitles (more pleasent spacing between letters) sub-ass-force-style=Kerning=yes # Forces kerning on subtitles (more pleasent spacing between letters)
sub-use-margins # Use black borders space for subtitles sub-use-margins # Use black borders space for subtitles
sub-auto=fuzzy sub-auto=fuzzy
sub-file-paths=ass:srt:sub:subs:subtitles:Subtitles sub-file-paths=ass:srt:sub:subs:subtitles:Subtitles
# [SUBTITLES LOOK] (for srt) # [SUBTITLES LOOK] (for srt)
sub-font="Source Sans Pro Semibold" sub-font="Source Sans Pro Semibold"
sub-font-size=48 sub-font-size=48
sub-margin-y=36 sub-margin-y=36
sub-color="#FFFFFFFF" sub-color="#FFFFFFFF"
sub-border-color="#FF151515" sub-border-color="#FF151515"
sub-border-size=3.2 sub-border-size=3.2
sub-shadow-offset=1 sub-shadow-offset=1
sub-shadow-color="#33000000" sub-shadow-color="#33000000"
sub-spacing=0.5 sub-spacing=0.5
# [Language] # [Language]
slang=jp,jpn,Japanese,en,eng,English slang=jp,jpn,Japanese,en,eng,English
alang=jp,jpn,Japanese,en,eng,English alang=jp,jpn,Japanese,en,eng,English
# [YouTube] # [YouTube]
ytdl ytdl
ytdl-format=bestvideo[height<=?1080]+bestaudio/best # Get the best quality available, equal to or below 1080p load-unsafe-playlists
#ytdl-format=0/(bestvideo[vcodec=vp9]/bestvideo[height>720]/bestvideo[fps>30])[tbr<13000]+(bestaudio[acodec=opus]/bestaudio)/best ytdl-format=bestvideo[height<=?1080]+bestaudio/best # Get the best quality available, equal to or below 1080p
#ytdl-format=0/(bestvideo[vcodec=vp9]/bestvideo[height>720]/bestvideo[fps>30])[tbr<13000]+(bestaudio[acodec=opus]/bestaudio)/best
# [Profiles]
[extension.webm] # [Profiles]
loop-file=inf [extension.webm]
loop-file=inf
[extension.gif]
loop-file=inf [extension.gif]
loop-file=inf
#[protocol.http]
#[protocol.https] #[protocol.http]
#user-agent='Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0' #[protocol.https]
#user-agent='Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0'

Loading…
Cancel
Save