nova-video-player / aos-AVP

NOVA opeN sOurce Video plAyer: main repository to build them all
Apache License 2.0
3.32k stars 196 forks source link

Audio passthrough: Add option to transcode not supported by receiver audio formats to AC3 #430

Open bahusoid opened 3 years ago

bahusoid commented 3 years ago

Useful for formats like multichannel AAC or Dolby Digital Plus and old receivers. Ideally it should be possible to manually specify list of formats for AC3 transcoding.

courville commented 3 years ago

It is indeed the only universal robust passthrough option. It is on the todo list...

thataboy commented 2 years ago

Came here to request this. This would make Nova the complete solution for video library management and playback!

1nnersense commented 2 years ago

Please add the option to transcode on the fly AAC 5.1 audio to Dolby Digital/AC3 5.1 Its one of the main things missing to make it the ultimate player! Kind Regards

mikeoliphant commented 2 years ago

Also note that some Android TVs (mine, for example) only support EAC3 - not regular AC3. Because EAC3 is backward compatible, you can send an unaltered AC3 stream as EAC3 (as long as you tell Android it is EAC3).

So, if you do add transcode to AC3 support, please also add the ability to send it as EAC3 if that is all the TV supports.

I recently added functionality to Kodi for this:

https://github.com/xbmc/xbmc/pull/21521

ghost commented 1 year ago

I second this motion. Option to transcode AAC into AC3 and/or EAC3 would be amazing.

JJD2K commented 5 months ago

I vote for this with two hands. Hope it is not too difficult to implement.