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

Fix handling of filenames with spaces in docker-ffmpeg-entrypoint. #101

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Fix handling of filenames with spaces in docker-ffmpeg-entrypoint. #101

merged 1 commit into from
Jan 16, 2024

Conversation

a90091343
Copy link
Contributor

Modified the code to correctly recognize filenames with spaces as a single parameter instead of splitting them into multiple parameters. This resolves the issue where the original script failed to handle filenames containing spaces properly.

…ipt. Modified the code to correctly recognize filenames with spaces as a single parameter instead of splitting them into multiple parameters. This resolves the issue where the original script failed to handle filenames containing spaces properly.
@troykelly troykelly self-assigned this Jan 16, 2024
@troykelly troykelly added enhancement Enhancement of the code, not introducing new features. bugfix Inconsistencies or issues which will cause a problem for users or implementors. labels Jan 16, 2024
@troykelly troykelly merged commit 93242b8 into aperim:main Jan 16, 2024
3 of 4 checks passed
@troykelly
Copy link
Contributor

Thank you @a90091343

@a90091343
Copy link
Contributor Author

You are welcome 😊.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Inconsistencies or issues which will cause a problem for users or implementors. enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants