[FFmpeg-devel] [PATCH] "Mojibake" in Japanese

Tetsuya Yoshida tetu at eth0.jp
Tue Feb 14 19:22:19 CET 2012


Hi.

I rewrote patch for Mojibake of ID3 tags.
'--id3-encoding' option has been added to configure options.
libavformat will be able to support all languages.
If you do not specify an --id3-encoding option, it remains traditional.

If FFMpeg has been distributed as a package, not benefit from this option.
It would be a challenge for the future.
Do you have a good idea?

I think good it into the trunk without change, though :)

Thanks.

Yoshida Tetsuya

2012/2/7 Vladimir Mosgalin <mosgalin at vm10124.spb.edu>

> Hi Tetsuya Yoshida!
>
>  On 2012.02.07 at 03:21:24 +0900, Tetsuya Yoshida wrote next:
>
> > > At very least it should be some option to select encoding, where you
> can
> > > pick CP1251, SJIS or some other encoding (I can imagine that this
> > > problem exists not only in Russia and Japan).
> >
> > I believed it was only Japanese problem,
> > because Shift JIS problem is written in ID3 article of Wikipedia(en).
> > Thank you for letting me know.
>
> Article on "Mojibake" http://en.wikipedia.org/wiki/Mojibake explains
> about same problem in Russian language, actually :)
> (as for ID3, russian wiki page about ID3 mentions it, but not english
> one as I can see)
>
> And yes, it's very common situation in ID3. For many years before ID3v2
> came out everyone was writing tags in cyrillic in CP1251 (usually)
> encoding in .mp3 files, and even after ID3v2 came out, it took so many
> years to get adopted so lots of people continued to violate standard
> still and used CP1251 instead of unicode. I don't think this will ever
> be fixed completely, as it's a habit formed by many years - only with
> switch from mp3+ID3 to other formats which use better tags formats, like
> vorbis tags or APE tags this can be solved.
>
> As for example, here is one: http://www.mediafire.com/?8h84a3b9r481e77
>
> Input #0, mp3, from '06. Иноходец.mp3':
>  Metadata:
>    title           : Èíîõîäåö
>    artist          : Âëàäèìèð Âûñîöêèé
>    album           : Àíòèàëêîãîëüíàÿ
>    track           : 06/11
>    TLEN            : 149000
>
> Here, when treated as CP1251, correct would be:
> title: Иноходец
> artist: Владимир Высоцкий
> album: Антиалкогольная
>
>
> --
>
> Vladimir
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-0.10_iconv.patch
Type: application/octet-stream
Size: 7303 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120215/f5c78e17/attachment.obj>


More information about the ffmpeg-devel mailing list