#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".