瀏覽代碼

[README] Make example audio sound not that horrible ;)

Philipp Hagemeister 10 年之前
父節點
當前提交
8acb83d993
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -564,7 +564,7 @@ Here's a more complete example of a program that outputs only errors (and a shor
         'postprocessors': [{
             'key': 'FFmpegExtractAudio',
             'preferredcodec': 'mp3',
-            'preferredquality': '64',
+            'preferredquality': '192',
         }],
         'logger': MyLogger(),
         'progress_hooks': [my_hook],