ritlew / django-hls-video

A webapp for uploading, encoding, and playing back video.
The Unlicense
16 stars 9 forks source link

FFmpeg command builder #9

Closed ritlew closed 5 years ago

ritlew commented 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