Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg's decoder error [libaribcaption @ 0000025ee70e1e00] #8

Open
shibababa opened this issue Apr 30, 2023 · 3 comments
Open

ffmpeg's decoder error [libaribcaption @ 0000025ee70e1e00] #8

shibababa opened this issue Apr 30, 2023 · 3 comments

Comments

@shibababa
Copy link

I got the following error in the decoder process inside ffmpeg.

[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 a368b4ce2212ef80e2bf3d68559f5151 to Unicode
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
Last message repeated 2 times
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
Last message repeated 3 times
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
Last message repeated 5 times
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 a368b4ce2212ef80e2bf3d68559f5151 to Unicode
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
Last message repeated 5 times
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
Last message repeated 1 times
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
Last message repeated 1 times
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
Last message repeated 2 times
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
Last message repeated 2 times
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 33d4c5243a45503d43fbb858a728664d to Unicode
[libaribcaption @ 0000025ee70e1e00] DecoderImpl: Cannot convert unrecognized DRCS pattern with MD5 a368b4ce2212ef80e2bf3d68559f5151 to Unicode

I presume that there is a character string that has not been converted, but how should I deal with it?

@xqq
Copy link
Owner

xqq commented Apr 30, 2023

Unfortunately, I think this should not be treated as an error (I wonder if it is outputted as a warning).
and unfortunately, the libaribcaption module in libavcodec doesn't provide a way to dump the DRCS bitmap at this time.

@shibababa
Copy link
Author

Thanks for your reply.
Like I can freely convert characters by editing the UNICODE_cc_DRCS file with Caption2Ass, can't I do the same with libaribcaption?
In order for me to use Caption2Ass, I have to use TsSplitter, but TsSplitter often fails to process m2ts files, so it's not practical, so I'm trying FFmpeg.

@yuyoiuyoiu
Copy link

同求自定义外字表功能🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants