Localized file names show up broken in FFmpeg logs
Free all in one audio/video ffmpeg batch encoder
Brought to you by:
eibol
Hi,
Since Windows Command Prompt uses a code page defined by the locale (ANSI) and FFmpeg outputs its logs in UTF-8 (code page 65001 in Windows), localized file names are broken in the FFmpeg logs.
Could you run the following command internally before passing parameters to or calling up the Command Prompt so that the localized file names do not show up broken?
%windir%\system32\cmd.exe /k "chcp 65001 >nul"
Thanks a million.
Hi, I think I found the solution, it will available on next version.
Cheers