From: Philipp Hagemeister Date: Mon, 15 Dec 2014 00:34:39 +0000 (+0100) Subject: [README] Make example audio sound not that horrible ;) X-Git-Tag: 2014.12.15~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=8acb83d9937211abe7194161be863194ae445d95;p=youtube-dl.git [README] Make example audio sound not that horrible ;) --- diff --git a/README.md b/README.md index bd35a82144..843e01c87c 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],