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

Removes quotes causing ffmpeg error #14

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

Conversation

rafasloth
Copy link

With the quotes I get this error:

[AVFormatContext @ 000001d30b4600c0] Unable to choose an output format for '5.1\:parameter_id=101:parameter_rate=48000:default_mix_gain=0.0|layout=sound_system=stereo:integrated_loudness=0.0'; use a standard extension for the filename or specify the format manually.
[out#0 @ 000001d30ae90000] Error initializing the muxer for 5.1\:parameter_id=101:parameter_rate=48000:default_mix_gain=0.0|layout=sound_system=stereo:integrated_loudness=0.0: Invalid argument
Error opening output file 5.1\:parameter_id=101:parameter_rate=48000:default_mix_gain=0.0|layout=sound_system=stereo:integrated_loudness=0.0.
Error opening output files: Invalid argument

With the quotes I get this error:

```shell

[AVFormatContext @ 000001d30b4600c0] Unable to choose an output format for '5.1\:parameter_id=101:parameter_rate=48000:default_mix_gain=0.0|layout=sound_system=stereo:integrated_loudness=0.0'; use a standard extension for the filename or specify the format manually.
[out#0 @ 000001d30ae90000] Error initializing the muxer for 5.1\:parameter_id=101:parameter_rate=48000:default_mix_gain=0.0|layout=sound_system=stereo:integrated_loudness=0.0: Invalid argument
Error opening output file 5.1\:parameter_id=101:parameter_rate=48000:default_mix_gain=0.0|layout=sound_system=stereo:integrated_loudness=0.0.
Error opening output files: Invalid argument

```
@rafasloth
Copy link
Author

rafasloth commented Nov 11, 2024

See Issue #15

@jwcullen
Copy link
Collaborator

@rafasloth, Thank you for your submission.

I realize this is a very trivial fix, but please note we require that you sign the appropriate contributor agreement. See CONTRIBUTING.md for details. Please just put a comment on this issue after you have submitted it.

@jwcullen jwcullen added documentation Improvements or additions to documentation CLA:no labels Nov 11, 2024
@rafasloth
Copy link
Author

Signed

@jwcullen
Copy link
Collaborator

@rafasloth, Thanks, I see it, but it is better if you sign with your legal name and address.

Do you mind filling it out again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA:no documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants