[issue2104] ASS demuxer doesn't write UTF-8 BOM

2010-07-20 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: On Sat, Jul 17, 2010 at 02:49:00PM +, fmm wrote: Though this is probably a lost cause, of about 201 .ASS files found randomly in Google from different places, 193 had a BOM, and the rest, sending a patch would probably increase

[issue2104] ASS demuxer doesn't write UTF-8 BOM

2010-07-17 Thread Reimar Döffinger
Reimar Döffinger b...@reimardoeffinger.de added the comment: On Fri, Jul 16, 2010 at 10:01:09PM +, fmm wrote: When demuxing ASS subtitle tracks via ffmpeg -i file.mkv -scodec copy subtitles.ass the resulting file doesn't have an UTF-8 BOM mark at the beggining (0xEF 0xBB 0xBF).

[issue2104] ASS demuxer doesn't write UTF-8 BOM

2010-07-17 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Does not sound like a valid issue. -- status: new - closed substatus: new - invalid FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2104] ASS demuxer doesn't write UTF-8 BOM

2010-07-16 Thread fmm
New submission from fmm fmm...@sogetthis.com: When demuxing ASS subtitle tracks via ffmpeg -i file.mkv -scodec copy subtitles.ass the resulting file doesn't have an UTF-8 BOM mark at the beggining (0xEF 0xBB 0xBF). Many tools assume or guess incorrectly the charset if they don't find the BOM