aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd35a8214..843e01c87 100644
--- a/README.md
+++ b/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],