[FFmpeg-trac] #8964(ffprobe:new): ffprobe: Wrong character encoding for AVI container

FFmpeg trac at avcodec.org
Thu Nov 5 09:12:43 EET 2020


#8964: ffprobe: Wrong character encoding for AVI container
-----------------------------------+---------------------------------------
             Reporter:  malaterre  |                     Type:  enhancement
               Status:  new        |                 Priority:  normal
            Component:  ffprobe    |                  Version:  unspecified
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+---------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 % echo $LANG
 en_US.UTF-8
 % ffmpeg -y -i input.mp4 -c:v copy -c:a copy -metadata title="Un Monstre à
 Paris" -metadata comment="An exercise with unicode" output.avi
 % ffprobe -v error -hide_banner -show_format -print_format json -i
 output.avi
 [...]
             "title": "Un Monstre à Paris",
 }}}

 The above is incorrect, it should instead prints:

 {{{
 % mediainfo output.avi
 [...]
 Movie name                               : Un Monstre à Paris
 }}}

 See:

 * https://superuser.com/questions/1599675/ffmpeg-character-encodings-used-
 by-container

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8964>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list