1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-17 17:29:35 +00:00

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

This commit is contained in:
Philipp Hagemeister 2014-12-15 01:34:39 +01:00
parent 71b640cc5b
commit 8acb83d993

View file

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