msys2 / msys2-runtime

Our friendly fork of Cygwin 💖 https://cygwin.org 💖 see the wiki for details
https://github.com/msys2/msys2-runtime/wiki
GNU General Public License v2.0
183 stars 39 forks source link

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

Open zksemi opened 8 months ago

zksemi commented 8 months ago
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
lazka commented 8 months ago

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

reneparis commented 5 months ago

See also https://github.com/msys2/msys2-runtime/issues/208