You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the abovementioned commit is a sensible addition to Sushi it'll hardly be possible to correctly autodetect the encoding always (see this), although some (semi-?)solutions exist (chardet, UnicodeDammit).
Demux/open/write subtitles with user-specified charset.
Something like this should work for FFmpeg (cp1252 example):
And then use
cp1252
while opening the file instead ofutf-8-sig
.This might not be actually needed as subtitles in weird charsets seem to be quite rare.
The text was updated successfully, but these errors were encountered: