Skip to content

Commit

Permalink
[postprocessor/ffmpeg] Convert to opus using libopus (closes #14381)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Oct 1, 2017
1 parent 544ffb7 commit d2ae7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/postprocessor/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'aac': 'aac',
'flac': 'flac',
'm4a': 'aac',
'opus': 'opus',
'opus': 'libopus',
'vorbis': 'libvorbis',
'wav': None,
}
Expand Down

0 comments on commit d2ae7e2

Please sign in to comment.