brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
486 stars 56 forks source link

Add support for opus audio #54

Closed brarcher closed 6 years ago

brarcher commented 6 years ago

Opus is supported in FFmpeg through the libopus codec. There is a 'opus' codec but it is experimentally supported. Additionally, MKV support for opus exists, but MP4 support is experimental and is not being enabled.

https://github.com/brarcher/video-transcoder/issues/37