-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #267 from CelticBoozer/development
add mpv configuration
- Loading branch information
Showing
13 changed files
with
4,228 additions
and
224 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# mpv | ||
|
||
[mpv](https://github.com/mpv-player/mpv) is a highly customizable, open-source | ||
media player that supports a wide range of video, audio, and streaming formats. | ||
It is known for its minimalist design, powerful command-line interface, and | ||
scriptable features. | ||
|
||
But the standard interface is extremely archaic and I borrowed | ||
[scripts](https://github.com/Samillion/ModernZ) to improve the user interface. | ||
|
||
![mpv](mpv.jpg "mpv") |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,3 @@ | ||
# Video | ||
video-latency-hacks=yes | ||
hwdec=auto | ||
video-aspect-override=16:9 | ||
video-aspect-method=container | ||
|
||
# Audio | ||
volume=100 | ||
ad-lavc-threads=0 | ||
volume-max=200 | ||
|
||
# Subtitles | ||
sub-ass-force-style=FontName=Hack,Default.Bold=1 | ||
sub-ass-vsfilter-color-compat=full | ||
sub-auto=fuzzy | ||
sub-gray=yes | ||
sub-font=Hack | ||
sub-font-size=60 | ||
sub-bold=yes | ||
sub-border-color='#32302f' | ||
sub-color='#7daea3' | ||
sub-shadow-color='#3c3836' | ||
|
||
# Window | ||
keep-open=yes | ||
geometry=50%:50% | ||
cursor-autohide=5000 | ||
|
||
# OSD | ||
# Add OSD??? | ||
|
||
# Screenshot | ||
screenshot-format=png | ||
screenshot-template='%F%p' | ||
screenshot-directory='~/.mpv-screenshot | ||
osc=no | ||
screenshot-directory=~/.screenshot/ | ||
save-position-on-quit |
Oops, something went wrong.