diff options
Diffstat (limited to 'roles/mpv/files/mpv.conf')
| -rw-r--r-- | roles/mpv/files/mpv.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/roles/mpv/files/mpv.conf b/roles/mpv/files/mpv.conf new file mode 100644 index 00000000..8787c760 --- /dev/null +++ b/roles/mpv/files/mpv.conf @@ -0,0 +1,20 @@ +# Ref: /usr/share/doc/mpv/mpv.conf +# Specify high quality video rendering preset (for --vo=<gpu|gpu-next> only) +# Offers superior image fidelity and visual quality for an enhanced viewing +# experience on capable hardware +profile=high-quality + +# Subtitle Size +sub-font-size=48 + +# Enable fuzzy searching +sub-auto=fuzzy + +# Bold the subtitles to increase readability +# sub-bold=yes + +# Subtitle language order +slang=en,ar,de + +# Audio language order (if available) +alang=en,ar,de |
