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
[Parsed_subtitles_0 @ 0x56515f8ab6c0] fontselect: failed to find any fallback with glyph 0xC774 for font: (Arial, 400, 0)
[Parsed_subtitles_0 @ 0x56515f8ab6c0] Glyph 0xCEE4 not found, selecting one more font for (Arial, 400, 0)
When I try to generate non-English subtitles in a video with this code
ffmpeg.input(final_video_path).output(final_video_with_subs_path, vf=f"subtitles={srt_path}").run(overwrite_output=True)
This error shows up for every subtitle character
The requirements.txt file and app.py file are as linked.
The resulting subtitles (they become rectangles as unknown characters) and video screenshot is as follows
Appreciate the help!
The text was updated successfully, but these errors were encountered: