make-ffmpeg-fade: fix missing import

This commit is contained in:
Franziska Kunsmann 2024-03-18 14:19:08 +01:00
parent 9cb44b08b2
commit 96f410ba6a

View file

@ -5,6 +5,7 @@ import os
import sys
import subprocess
import renderlib
import schedulelib
import argparse
import shlex
from PIL import ImageFont