rotemtzaban/STIT

edit_video_stitching_tuning.py has a dependency on "FreeSans" font being installed

sam598 opened this issue · 3 comments

Changing line

font = ImageFont.truetype("truetype/freefont/FreeSans.ttf", font_size)

to

font = ImageFont.load_default()

is a quick fix.

Thanks for raising that problem(and also proposing a solution).
I'll update the code to use the default font as backup.

@sam598
I added the default font as fallback, please update if there are any more issues with that