mpv: misc updates

new coat of paint and stuff
This commit is contained in:
dogeystamp 2024-05-10 17:35:33 -04:00
parent 4a1c792be1
commit 9be9b267d5
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
6 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,7 @@
ttf-jetbrains-mono ttf-jetbrains-mono
wqy-microhei wqy-microhei
ttf-roboto ttf-roboto
inter-font
noto-fonts noto-fonts
noto-fonts-emoji noto-fonts-emoji
git git

View File

@ -1,4 +1,6 @@
CTRL+p script-message osc-playlist 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+j seek 2
CTRL+k seek -2 CTRL+k seek -2

View File

@ -1,4 +1,8 @@
osd-status-msg=${playback-time/full} / ${duration} (${percent-pos}%)\nframe: ${estimated-frame-number} / ${estimated-frame-count} 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" input-ipc-server="/tmp/mpv-socket"
save-position-on-quit save-position-on-quit
volume=70 volume=70

View File

@ -0,0 +1 @@
layout=slimbox

View File

@ -0,0 +1,2 @@
font="Inter Display"
font_size=8

View File

@ -45,7 +45,7 @@ local options = {
strict_filesize_constraint = true, strict_filesize_constraint = true,
strict_bitrate_multiplier = 0.95, strict_bitrate_multiplier = 0.95,
-- In kilobits. -- In kilobits.
strict_audio_bitrate = 64, strict_audio_bitrate = 128,
-- Sets the output format, from a few predefined ones. -- Sets the output format, from a few predefined ones.
-- Currently we have: -- Currently we have:
-- webm-vp8 (libvpx/libvorbis) -- webm-vp8 (libvpx/libvorbis)
@ -60,7 +60,7 @@ local options = {
-- If set, applies the video filters currently used on the playback to the encode. -- If set, applies the video filters currently used on the playback to the encode.
apply_current_filters = true, apply_current_filters = true,
-- If set, writes the video's filename to the "Title" field on the metadata. -- 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 -- Set the number of encoding threads, for codecs libvpx and libvpx-vp9
libvpx_threads = 4, libvpx_threads = 4,
additional_flags = "", additional_flags = "",