bakape / thumbnailer

Go media thumbnailer
MIT License
153 stars 36 forks source link

Possible to add API to extract nth frame from a video ? #9

Closed agnivade closed 6 years ago

agnivade commented 7 years ago

Currently the processVideo function returns just the first frame from a video for the thumbnail. I would like to be able to specify the timestamp of the frame I want to return ?

Is this something that can be added ?

Thanks.

bakape commented 7 years ago

Not hard, I think. I'll see to it.

agnivade commented 7 years ago

Thanks a lot !

bakape commented 6 years ago

This should satisfy your use case. If not, feel free to reopen this issue.