Closed ritlew closed 5 years ago
python-ffmpeg is not flexible enough for the tasks for HLS video encoding. Use shlex.split and shlex.quote for safely building the command from a string
shlex.split
shlex.quote
python-ffmpeg is not flexible enough for the tasks for HLS video encoding. Use
shlex.split
andshlex.quote
for safely building the command from a string