Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert audio, but only DTS to AAC/AC3 plugin still missing #400

Open
azche24 opened this issue Mar 3, 2024 · 2 comments
Open

Convert audio, but only DTS to AAC/AC3 plugin still missing #400

azche24 opened this issue Mar 3, 2024 · 2 comments

Comments

@azche24
Copy link

azche24 commented Mar 3, 2024

What is your new plugin request?

Audio conversion does not help much in a video library. Except for compatibility/container reasons (which is already covered by a dozen of plugins). And to reduce size significantly, if there are DTS/HD audio streams in the original. Which is especially annoying, if there are DTS sources in stereo (!) consuming up to 1500 kbps in the file, where normally 2x64=128 kbps should be ok for most listeners. In the moment there is no plugin, processing ONLY, but ALL these spcace-consuming DTS streams.

There already is:
a) Audio Surround to AC3 Author: Josh.5, EdBaynes Version: 0.0.1
b) Convert multichannel audio to aac or ac3 Author: yajrendrag Version: 0.0.1

a) covers everything (even AAC, which is unwanted in most cases and does not make sense but for compatibility reasons). Also it throws errors, if trying to encode the (very common) older files in H.264/AAC, if video does not compress well and audio is getting bigger while being transcoded to AC3. And b) is almost perfect for removing DTS streams. But both do not cover 2 channel stereo streams, which are pretty common in older movies.
So why not extend b) to covering EVERY DTS stream, which should be possible, as the original audio plugins by Josh.5 can easily handle stereo streams and convert them to 2x64 kbps and the multi-channel streams to <640 kbps?

Additional Context

No response

@yajrendrag
Copy link
Contributor

not sure exactly what you are suggesting - in addition to (b), there is also convert_multichan_audio_to_2ch, which will convert all multichannel (>4) streams to 2 channel aac or libfdk_aac. (i can easily add ac3 to that).. but i can't tell if you are asking to convert 2 channel DTS - if so, i wouldn't have thought that is something that even exists..

@azche24
Copy link
Author

azche24 commented Apr 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants