Browse Source

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

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
8acb83d993
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -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],


Loading…
Cancel
Save