bakape / thumbnailer

Go media thumbnailer
MIT License
153 stars 36 forks source link

Add support for WebMs with transparency #5

Closed Kagami closed 7 years ago

Kagami commented 7 years ago

This also fixes a bunch of bugs:

bakape commented 7 years ago

Thanks for the fixes!

Everything seems fine, except TestWebmAlpha is failing for me. alpha.webm does not seem to have transparent pixels. Did you perhaps simply copy the wrong file into testdata?

Kagami commented 7 years ago

What's your version of ffmpeg? Seems like it requires at least 3.2: https://github.com/FFmpeg/FFmpeg/commit/134fe28981cd94206cf4dcfd468ccc1b76391980

bakape commented 7 years ago

3.0. I'll compile 3.2 and test later today. Will need to bump up the version requirement, I guess.

Kagami commented 7 years ago

Well, it's not mandatory, sort of bonus.

bakape commented 7 years ago

Yeah, I guess.