fix syntax

This commit is contained in:
Ren Tatsumoto 2020-08-21 07:44:43 +03:00
parent 23a8cce7cf
commit 40e87e722a

View file

@ -44,15 +44,15 @@ audio_bitrate=32k
# The range of the scale is 051, where 0 is lossless, # The range of the scale is 051, where 0 is lossless,
# 23 is the default, and 51 is worst quality possible. # 23 is the default, and 51 is worst quality possible.
video_quality = 23, video_quality=23
# Use the slowest preset that you have patience for. # Use the slowest preset that you have patience for.
# https://trac.ffmpeg.org/wiki/Encode/H.264 # https://trac.ffmpeg.org/wiki/Encode/H.264
preset = 'faster', preset=faster
# Video dimensions # Video dimensions
video_width = -2, video_width=-2
video_height = 480, video_height=480
``` ```
Key bindings are configured in ```~/.config/mpv/input.conf```. Key bindings are configured in ```~/.config/mpv/input.conf```.
This step is not necessary. This step is not necessary.