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

Added support for adding -strict -2 for enabling aac on linux #702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

farazirfan47
Copy link

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT

What's in this PR?

Enable -strict -2 for enabling aac in linux

@@ -271,6 +271,11 @@ protected function buildCommand(FormatInterface $format, $outputPathfile)
$pass[] = '-passlogfile';
$pass[] = $passPrefix;
}

if($format->getAudioCodec() == 'aac'){
Copy link
Member

@jens1o jens1o Mar 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if($format->getAudioCodec() == 'aac'){
if ($format->getAudioCodec() === 'aac'){

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