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

Add support to multiple channel output options #38

Closed
avelad opened this issue Oct 17, 2019 · 5 comments
Closed

Add support to multiple channel output options #38

avelad opened this issue Oct 17, 2019 · 5 comments
Labels
status: archived Archived and locked; will not be updated type: enhancement New feature or request
Milestone

Comments

@avelad
Copy link
Member

avelad commented Oct 17, 2019

I want to be able to generate an output with audio 2.0 and 5.1.

Now, only one channel configuration is supported.

@joeyparrish
Copy link
Member

To clarify, do you want to have one 2-channel input and one 6-channel input and have those turn into 2-channel and 6-channel output, respectively? Or do you want one 6-channel input turned into both a 6-channel input and a 2-channel output (downmixed)?

@avelad
Copy link
Member Author

avelad commented Oct 17, 2019

I want the second option.

Eg:
input

  • AC3 6 channels

output

  • AC3 6 channels
  • AC3 2 channels (downmixed)
  • AAC 6 channels
  • AAC 2 channels (downmixed)

Note: It would also be nice to be able to select the bitrate of the audio. Eg: AAC 96kbps and AAC 128kbps

@joeyparrish
Copy link
Member

You can already change the output bitrates and redefine the resolutions with today's master branch, and in the upcoming v0.3.0 release. It's done through an additional config file. See config_files/bitrate_config.yaml and the -b option on the command-line.

The downmixing of input to various output channels isn't supported yet, but I'll add this as an enhancement for v1.0.

@joeyparrish joeyparrish added type: enhancement New feature or request and removed needs triage labels Oct 17, 2019
@joeyparrish joeyparrish added this to the v1.0 milestone Oct 17, 2019
@avelad
Copy link
Member Author

avelad commented Oct 17, 2019

Yes it is true that this configuration exists, but I think that in my previous comment I was not clear.

I wish I could configure this:

  • AAC 2 channels at 96kpbs
  • AAC 2 channels at 128kbps

In the configuration example, it is only possible to establish an stereo configuration, or at least I understood that. I need 2 configurations for stereo

@joeyparrish
Copy link
Member

Ah, I see. Let's make that a separate feature request.

@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Oct 9, 2021
@shaka-project shaka-project locked and limited conversation to collaborators Oct 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants