Skip to content

Conversation

@mekwall
Copy link
Owner

@mekwall mekwall commented Dec 29, 2024

This PR enhances the handling of options in ffmpeggy to ensure that quoted strings (both single and double quotes) are preserved in the parsed arguments. This resolves issues where options containing spaces would previously be split incorrectly.

Closes #557

@mekwall mekwall force-pushed the fix/preserve-options-with-quoted-strings branch from 724a50f to 25b7ba6 Compare December 30, 2024 08:43
@mekwall mekwall merged commit c6be64c into main Jan 4, 2025
5 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 4, 2025
## [3.0.4](v3.0.3...v3.0.4) (2025-01-04)

### Bug Fixes

* preserve options with quoted strings ([#565](#565)) ([c6be64c](c6be64c))
@github-actions
Copy link

github-actions bot commented Jan 4, 2025

🎉 This PR is included in version 3.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@mekwall mekwall deleted the fix/preserve-options-with-quoted-strings branch June 9, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Arguments with spaces

2 participants