projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
544ffb7
)
[postprocessor/ffmpeg] Convert to opus using libopus (closes #14381)
author
Sergey M․
<dstftw@gmail.com>
Sun, 1 Oct 2017 21:43:25 +0000
(
04:43
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 1 Oct 2017 21:43:25 +0000
(
04:43
+0700)
youtube_dl/postprocessor/ffmpeg.py
patch
|
blob
|
history
diff --git
a/youtube_dl/postprocessor/ffmpeg.py
b/youtube_dl/postprocessor/ffmpeg.py
index f71d413b5285005cbc98c75f0092053631e7c3f5..3ea1afcf31cb49e0992a79b46c5985bb33b742a3 100644
(file)
--- a/
youtube_dl/postprocessor/ffmpeg.py
+++ b/
youtube_dl/postprocessor/ffmpeg.py
@@
-44,7
+44,7
@@
ACODECS = {
'aac': 'aac',
'flac': 'flac',
'm4a': 'aac',
- 'opus': 'opus',
+ 'opus': '
lib
opus',
'vorbis': 'libvorbis',
'wav': None,
}