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
Nvm despite complaining about initializing the video track, the subtitles are the problem. I'll rip those out myself and then resubmit to the bot, but it would be nice if if the bot could just ignore subtitles it can't handle
Closing as a duplicate of #16 - but in general one off subtitle issues are a problem with the source file, not the bot. I forget what Subtitle codec 94213 is, but Matroska doesn't support it. The bot instructs ffmpeg to pass the subtitles through untouched. We could convert them all to SRT but then I think you'd have an even higher error rate with image-based subtitles. But also idk how common they are.
Either way, the solution is to modify the bot's ffmpeg command or do it by hand using a modified ffmpeg command. Either way, tell it to convert the subtitles to something else (srt maybe?) or strip them entirely.
The text was updated successfully, but these errors were encountered: