theatlantic / thumbor-video-engine

An engine and tools for manipulating videos with thumbor using ffmpeg
https://thumbor-video-engine.readthedocs.io/
Other
34 stars 11 forks source link

ffmpeg.py fix key error in Engine.probe #7

Open svenwiethoff opened 3 years ago

svenwiethoff commented 3 years ago

Hello, I ran today into key error on line 166 in engines/ffmpeg.py. It turns out that duration is not always available in Image.info and there are animated gifs out there without it.

See: Pillow documentation and stack overflow

Checking for the attribute fixed it and everything was working as expected.