RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
233 stars 28 forks source link

[android] Investigate adding FFmpeg extension #1076

Open 3493000 opened 2 years ago

3493000 commented 2 years ago

How can I use an extended codec such as ffmpeg to parse AC3 format audio? No matter whether I check the Prefer Software Decoder option or not, there is no effect, but the sound can be parsed under the windows unity editor.

image

Unity version: v2020.3.181f1 WindowsEditor AVPro Video version: v2.3.1 (plugin v2.3.0f1-core) Operating system version:Android 10 Device model: SHARK KLE-A0 Video specs

3493000 commented 2 years ago

image I compiled and integrated the two decoder aar packages of vp9 and opus into the unity plugin folder. It seems that the apk that I typed has no effect. image

3493000 commented 2 years ago

@nathanlance @AndrewRH @RichRH @ShaneRH

kahnivore commented 2 years ago

Hi @3493000

AC3 is not supported by any Exoplayer extensions, except FFmpeg. We currently have no way of adding this, although would be something useful to look into.