[postprocessor/ffmpeg] Convert to opus using libopus (closes #14381)
authorSergey M․ <dstftw@gmail.com>
Sun, 1 Oct 2017 21:43:25 +0000 (04:43 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 1 Oct 2017 21:43:25 +0000 (04:43 +0700)
youtube_dl/postprocessor/ffmpeg.py

index f71d413b5285005cbc98c75f0092053631e7c3f5..3ea1afcf31cb49e0992a79b46c5985bb33b742a3 100644 (file)
@@ -44,7 +44,7 @@ ACODECS = {
     'aac': 'aac',
     'flac': 'flac',
     'm4a': 'aac',
-    'opus': 'opus',
+    'opus': 'libopus',
     'vorbis': 'libvorbis',
     'wav': None,
 }