Opened 10 years ago
Last modified 10 years ago
#4054 new enhancement
libavformat: subtitles: provide a mechanism to guess subtitle character encoding
Reported by: | Ridley Combs | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | sub |
Cc: | nfxjfg@googlemail.com | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Sometimes, especially when ffmpeg is being called programmatically, it is difficult or impossible for the caller (or user) to know the character encoding of a subtitle file. It'd be useful for libavformat to provide a mechanism to detect the encoding if an option is set, using some combination of universalchardet, enca, or libguess.
Change History (2)
comment:1 by , 10 years ago
Cc: | added |
---|
comment:2 by , 10 years ago
Keywords: | sub added; subtitles removed |
---|
Note:
See TracTickets
for help on using tickets.
Some things to note:
Also, this should probably be discussed on the mailing list. The bug tracker sucks for this purpose.