Skip to content

Fix plugin ffmpeg cannot load file with carets #1135

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

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

Conversation

Pandede
Copy link
Contributor

@Pandede Pandede commented Jul 4, 2025

Resolves #1133.

The root cause is imageio-ffmpeg accepts caret (^) in the filepath without escaping since version 0.4.2, that the internal ffmpeg module is upgraded to 4.2.2: https://github.com/imageio/imageio-ffmpeg/releases/tag/v0.4.2. Therefore, the escaping operation would be ignored if imageio-ffmpeg>=0.4.2.

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.

Cannot load file path with carets
1 participant