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]
profile=opengl-hq
hwdec=vaapi
# [AUDIO]
volume=30
volume-max=100
#autosync=30 # Sync the audio to the video playback
# [WINDOW]
geometry=1720:0
autofit=1280x720
autofit-larger=1280x720
border=no
# [CACHE]
cache=1024000
#cache=262144
#cache-default=51200
#cache-pause=no
#cache=yes
#cache-default=50000 # 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
# [SUBTITLES BEHAVIOUR AND FEEL]
demuxer-mkv-subtitle-preroll # Load subtitles while seeking
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-auto=fuzzy
sub-file-paths=ass:srt:sub:subs:subtitles:Subtitles
# [SUBTITLES LOOK] (for srt)
sub-font="Source Sans Pro Semibold"
sub-font-size=48
sub-margin-y=36
sub-color="#FFFFFFFF"
sub-border-color="#FF151515"
sub-border-size=3.2
sub-shadow-offset=1
sub-shadow-color="#33000000"
sub-spacing=0.5
# [Language]
slang=jp,jpn,Japanese,en,eng,English
alang=jp,jpn,Japanese,en,eng,English
# [YouTube]
ytdl
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]
loop-file=inf
[extension.gif]
loop-file=inf
#[protocol.http]
#[protocol.https]
#user-agent='Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0'
# [VIDEO]
profile=opengl-hq
hwdec=vaapi
# [AUDIO]
volume=30
volume-max=100
#autosync=30 # Sync the audio to the video playback
# [WINDOW]
geometry=1720:0
autofit=1280x720
autofit-larger=1280x720
border=no
# [CACHE]
cache=1024000
#cache=262144
#cache-default=51200
#cache-pause=no
#cache=yes
#cache-default=50000 # 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
# [SUBTITLES BEHAVIOUR AND FEEL]
demuxer-mkv-subtitle-preroll # Load subtitles while seeking
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-auto=fuzzy
sub-file-paths=ass:srt:sub:subs:subtitles:Subtitles
# [SUBTITLES LOOK] (for srt)
sub-font="Source Sans Pro Semibold"
sub-font-size=48
sub-margin-y=36
sub-color="#FFFFFFFF"
sub-border-color="#FF151515"
sub-border-size=3.2
sub-shadow-offset=1
sub-shadow-color="#33000000"
sub-spacing=0.5
# [Language]
slang=jp,jpn,Japanese,en,eng,English
alang=jp,jpn,Japanese,en,eng,English
# [YouTube]
ytdl
load-unsafe-playlists
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]
loop-file=inf
[extension.gif]
loop-file=inf
#[protocol.http]
#[protocol.https]
#user-agent='Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0'

Loading…
Cancel
Save