mpv: tune webm.conf

This commit is contained in:
Colin 2024-05-25 02:05:18 +00:00
parent 27b4d4da16
commit 842651efd5

View File

@ -36,8 +36,8 @@ target_filesize=7500
# overshoot the target filesize. Not recommended, as constrained quality # overshoot the target filesize. Not recommended, as constrained quality
# mode should work well, unless you're really having trouble hitting # mode should work well, unless you're really having trouble hitting
# the target size. # the target size.
strict_filesize_constraint=no # strict_filesize_constraint=no
strict_bitrate_multiplier=0.95 # strict_bitrate_multiplier=0.95
# In kilobits. # In kilobits.
strict_audio_bitrate=128 strict_audio_bitrate=128
# Sets the output format, from a few predefined ones. # Sets the output format, from a few predefined ones.
@ -51,9 +51,8 @@ strict_audio_bitrate=128
# gif # gif
# mp3 (libmp3lame) # mp3 (libmp3lame)
# and raw (rawvideo/pcm_s16le). # and raw (rawvideo/pcm_s16le).
output_format=webm-vp8 output_format=avc
# twopass=yes twopass=yes
twopass=no
# 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=yes apply_current_filters=yes
# 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.
@ -73,7 +72,7 @@ display_progress=auto
# The font size used in the menu. Isn't used for the notifications (started encode, finished encode etc) # The font size used in the menu. Isn't used for the notifications (started encode, finished encode etc)
font_size=28 font_size=28
margin=30 margin=30
message_duration=5 message_duration=20
# gif dither mode, 0-5 for bayer w/ bayer_scale 0-5, 6 for paletteuse default (sierra2_4a) # gif dither mode, 0-5 for bayer w/ bayer_scale 0-5, 6 for paletteuse default (sierra2_4a)
gif_dither=2 gif_dither=2
# Force square pixels on output video # Force square pixels on output video