From 40e87e722aa3d9d5935f62bfe0ed3b85de558caa Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Fri, 21 Aug 2020 07:44:43 +0300 Subject: [PATCH] fix syntax --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33a4a4b..ce1027e 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,15 @@ audio_bitrate=32k # The range of the scale is 0–51, where 0 is lossless, # 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. # https://trac.ffmpeg.org/wiki/Encode/H.264 -preset = 'faster', +preset=faster # Video dimensions -video_width = -2, -video_height = 480, +video_width=-2 +video_height=480 ``` Key bindings are configured in ```~/.config/mpv/input.conf```. This step is not necessary.