#8964: ffprobe: Wrong character encoding for AVI container
-------------------------------------+-----------------------------------
Reporter: malaterre | Owner:
Type: enhancement | Status: new
Priority: normal | Component: ffprobe
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-----------------------------------
Comment (by malaterre):
{{{
% ffmpeg -y -i input.mp4 -c:v copy -c:a copy -metadata title="$(echo 'Un
Monstre à Paris' | iconv -t cp1252)" -metadata comment="An exercise with
unicode" output.avi
}}}
gives:
{{{
% mediainfo output.avi
[...]
Movie name : Un Monstre à Paris
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8964#comment:2>
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".