79555303

Date: 2025-04-04 12:30:54
Score: 1
Natty:
Report link

What fixed this for me was to change "fontsize" argument name to be "font_size" and add the keyword argument to the subtitles call:

make_clip = lambda txt: TextClip(font='/usr/share/fonts/liberation-sans/LiberationSans-Regular.ttf', text=txt, font_size=fontsize, color=color)

  
# Load the subtitles
subtitles = SubtitlesClip(srt_path, make_textclip=make_clip)
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): What fix
  • Low reputation (1):
Posted by: FindAPenny