diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..5c94dae --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,5 @@ +# decrease the playback speed +s multiply speed 1/1.1 + +# increase the playback speed +d multiply speed 1.1 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..a589271 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,9 @@ +alang=de,en,es,ja + +auto-window-resize=no +autofit=100% + +[youtube] +profile-cond=path:find('youtu%.?be') +speed=2.0 +ytdl-format=bestvideo[height<=1440]+bestaudio/best