Re: [FFmpeg-devel] [PATCH] ffmpeg/fftools: Set activeCodePage as UTF-8 on Windows

2024-11-11 Thread Martin Storsjö
On Mon, 11 Nov 2024, Lars Weber wrote: Recent changes in MSYS2 have changed the default console code page, which was discussed here: https://github.com/msys2/MINGW-packages/issues/22462 This results in FFMpeg compiled with that toolchain no longer accepting UTF-8 paths, unless the UTF-8 codepa

[FFmpeg-devel] [PATCH] ffmpeg/fftools: Set activeCodePage as UTF-8 on Windows

2024-11-11 Thread Lars Weber
Recent changes in MSYS2 have changed the default console code page, which was discussed here: https://github.com/msys2/MINGW-packages/issues/22462 This results in FFMpeg compiled with that toolchain no longer accepting UTF-8 paths, unless the UTF-8 codepage is actively selected through fftools.ma