commit: 8acb83d9937211abe7194161be863194ae445d95
parent 71b640cc5b2f15a6913a720b589bdd3ed318c154
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Mon, 15 Dec 2014 01:34:39 +0100
[README] Make example audio sound not that horrible ;)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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],