mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-06-05 04:22:41 +09:00

The opus format require some special execution. The usual one with avconv/ffmpeg is not enough. The easiest way to do it is by converting to wav with avconv/ffmpeg and then using opusenc to convert it to opus. opusenc is part of the opus-tools package.