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

Regressions after pathconv-adjustments(3.4.10-4) #187

Open
zksemi opened this issue Jan 9, 2024 · 2 comments
Open

Regressions after pathconv-adjustments(3.4.10-4) #187

zksemi opened this issue Jan 9, 2024 · 2 comments
Labels

Comments

@zksemi
Copy link

zksemi commented Jan 9, 2024

cd /d
mkdir []
mv test.wav []
# this is ok
ffmpeg -i []/test.wav test.flac
# this will throw error
ffmpeg -i '/d/[]/test.wav' test.flac
Error opening input: No such file or directory
@zksemi zksemi changed the title Regressions about MinGW Programs after pathconv-adjustments(3.10.4) Regressions after pathconv-adjustments(3.10.4) Jan 9, 2024
@zksemi zksemi changed the title Regressions after pathconv-adjustments(3.10.4) Regressions after pathconv-adjustments(3.4.10) Jan 9, 2024
@zksemi zksemi changed the title Regressions after pathconv-adjustments(3.4.10) Regressions after pathconv-adjustments(3.4.10-4) Jan 9, 2024
@lazka
Copy link
Member

lazka commented Jan 26, 2024

That is somewhat expected, given the changes in #182 . I'm not quite sure how to improve things.

@reneparis
Copy link

See also #208

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants