diff options
Diffstat (limited to 'mpv/mpv.conf')
| -rw-r--r-- | mpv/mpv.conf | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..7c8a68f --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,65 @@ +################## +# video settings # +################## +#The default profile which sets some recommended settings +#profile=gpu-hq +#force-window=yes + +#The called API +#Use "opengl" if you have compatibility issues +#vo=gpu +#gpu-api=opengl +#fbo-format=rgba16f + +#Decoding API for 8bit h264 (or whatever your CPU supports) content +#Only should be used when you get many frame drops +#hwdec=auto + +#Don't close the player after finishing the video +keep-open=yes + +#The last position of your video is saved when quitting mpv +save-position-on-quit=yes + +#Start mpv with a % smaller resolution of your screen +#autofit=50% + +#Force seeking (if seeking doesn't work) +force-seekable=yes +# OSC +osc=no +osd-bar=no +border=no + +################## +# audio/subtitles settings # +################## + +volume=70 +# Display English subtitles if available. +slang=eng,en,en-US,enUS +blend-subtitles=yes + +# Play Finnish audio if available, fall back to English otherwise. +alang=jpn,ja,jp,en + +# Screenshots +#Output format of screenshots +screenshot-format=png + +#Same output bitdepth as the video +#Set it "no" if you want to save disc space +screenshot-high-bit-depth=yes + +#Compression of the PNG picture (1-9) +#Higher value means better compression, but takes more time +screenshot-png-compression=1 + +#Quality of JPG pictures (0-100) +#Higher value means better quality +screenshot-jpeg-quality=95 +#Output directory +screenshot-directory="~/pics/screenshots" + +#Name format you want to save the pictures +screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n" |
