senko / python-video-converter

Python Video Converter (ffmpeg wrapper)
468 stars 191 forks source link

c.thumbnail not working with latest ffmpeg build #3

Closed legrisdev closed 11 years ago

legrisdev commented 11 years ago

c.thumbnail not working with latest ffmpeg build, and also raises errors when running the tests.

Changing the following in ffmpeg.py on line 415 seems to fix the issue:

If you could please review, that would be appreciated.

Thanks