mpv: misc updates
new coat of paint and stuff
This commit is contained in:
parent
4a1c792be1
commit
9be9b267d5
1
programs
1
programs
@ -4,6 +4,7 @@
|
||||
ttf-jetbrains-mono
|
||||
wqy-microhei
|
||||
ttf-roboto
|
||||
inter-font
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
git
|
||||
|
@ -1,4 +1,6 @@
|
||||
CTRL+p script-message osc-playlist
|
||||
CTRL+e script-message osc-visibility always ''
|
||||
CTRL+r script-message osc-visibility auto ''
|
||||
CTRL+j seek 2
|
||||
CTRL+k seek -2
|
||||
|
||||
|
@ -1,4 +1,8 @@
|
||||
osd-status-msg=${playback-time/full} / ${duration} (${percent-pos}%)\nframe: ${estimated-frame-number} / ${estimated-frame-count}
|
||||
osd-font="Inter Display"
|
||||
osd-font-size=40
|
||||
osd-blur=0
|
||||
|
||||
input-ipc-server="/tmp/mpv-socket"
|
||||
save-position-on-quit
|
||||
volume=70
|
||||
|
1
src/.config/mpv/script-opts/osc.conf
Normal file
1
src/.config/mpv/script-opts/osc.conf
Normal file
@ -0,0 +1 @@
|
||||
layout=slimbox
|
2
src/.config/mpv/script-opts/stats.conf
Normal file
2
src/.config/mpv/script-opts/stats.conf
Normal file
@ -0,0 +1,2 @@
|
||||
font="Inter Display"
|
||||
font_size=8
|
@ -45,7 +45,7 @@ local options = {
|
||||
strict_filesize_constraint = true,
|
||||
strict_bitrate_multiplier = 0.95,
|
||||
-- In kilobits.
|
||||
strict_audio_bitrate = 64,
|
||||
strict_audio_bitrate = 128,
|
||||
-- Sets the output format, from a few predefined ones.
|
||||
-- Currently we have:
|
||||
-- webm-vp8 (libvpx/libvorbis)
|
||||
@ -60,7 +60,7 @@ local options = {
|
||||
-- If set, applies the video filters currently used on the playback to the encode.
|
||||
apply_current_filters = true,
|
||||
-- If set, writes the video's filename to the "Title" field on the metadata.
|
||||
write_filename_on_metadata = false,
|
||||
write_filename_on_metadata = true,
|
||||
-- Set the number of encoding threads, for codecs libvpx and libvpx-vp9
|
||||
libvpx_threads = 4,
|
||||
additional_flags = "",
|
||||
|
Loading…
Reference in New Issue
Block a user