Created
August 10, 2019 10:53
-
-
Save yutsuku/d557ae0ff0cf9e54ac9d0fa7ce25a120 to your computer and use it in GitHub Desktop.
mpv media player config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--screenshot-directory="E:\Images\snapshots" | |
--screenshot-template="%f_snapshot_%p_[%tY.%tm.%td]" | |
--volume-max=100.0 | |
--keep-open=yes | |
--no-border | |
--sub-font="Noto Sans Bold" | |
--sub-font-size=36 | |
--sub-use-margins=no | |
--sub-color="#FFFFFFFF" | |
ytdl-format=bestvideo[height<=1080]+bestaudio/best[height<=1080] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment