senko/python-video-converter

c.thumbnail not working with latest ffmpeg build

Closed this issue · 0 comments

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:

  • currently: 'sameq'
  • changed to: '-q:v','0'

If you could please review, that would be appreciated.

Thanks