diff options
| author | Sergey M․ <dstftw@gmail.com> | 2017-10-02 04:43:25 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2017-10-02 04:43:25 +0700 | 
| commit | d2ae7e24e5c574fa45621771a134e58b21443e5f (patch) | |
| tree | 37cdc2ec09e4fe95d86e72b8e1c8a36dfcdedee5 | |
| parent | 544ffb7790ea1ac7bbc081d2e486101c0382b900 (diff) | |
[postprocessor/ffmpeg] Convert to opus using libopus (closes #14381)
| -rw-r--r-- | youtube_dl/postprocessor/ffmpeg.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py index f71d413b5..3ea1afcf3 100644 --- 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': 'libopus',      'vorbis': 'libvorbis',      'wav': None,  } | 
