bakape / thumbnailer

Go media thumbnailer
MIT License
153 stars 36 forks source link

Use "thumbnail" filter to extract the most representative frame #11

Closed bakape closed 6 years ago

bakape commented 6 years ago

https://www.ffmpeg.org/doxygen/trunk/vf__thumbnail_8c_source.html

We can maybe just adapt the linked code instead of calling a filter through libavfilter.

bakape commented 6 years ago

Will most likely solve #9