[FFmpeg-trac] #8890(ffprobe:open): ffprobe utf8 stdout on windows console is broken (was: Bug title encoding)

FFmpeg trac at avcodec.org
Sun Sep 13 10:39:35 EEST 2020


#8890: ffprobe utf8 stdout on windows console is broken
------------------------------------+-----------------------------------
             Reporter:  tqk2811     |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  ffprobe
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by cus):

 Windows console works in the local codepage by default.

 FFprobe simply writes utf8 data to stdout, but the windows console won't
 interpret that correctly. If the standard output is a windows console,
 special multibyte windows console functions might be used to instead of
 simply writing to stdout to fix this.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8890#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list