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

additionalParameters capability in audio formats #753

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

vikaskumarsingh123
Copy link

@vikaskumarsingh123 vikaskumarsingh123 commented Aug 27, 2020

Q A
Bug fix? maybe
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets none
Related issues/PRs none
License MIT

Hi,

My first time creating a pull request on github so please go easy on me :-D Apologies for anything i might have not gotten right.

What's in this PR?

I have added get and set functions for additionalParameters in Format\Audio\DefaultAudio.php and included the new additionalParameters variable to be included in the build function in Media\Audio.php

Why?

Which problem does the PR fix?

I was trying to perform HLS encoding of an audio (mp3) file which requires me to set up some additional command line switches (additional parameters). I figured out I could set them in a video format (any formats inherited from the DefaultVideo) but not audio formats (any formats inherited from the DefaultAudio class)

To Do

  • Create tests

Have not created any tests.

I have added get and set functions for additionalParameters in Format\Audio\DefaultAudio.php and included the new additionalParameters variable to be included in the build function in Media\Audio.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants