Prakash Subramani
Prakash Subramani

Reputation: 716

how to create video thumpnail image using paperclip?

Im using paperclip for video uploading in my rails application.But i dont know how to get thumbnail image. Can anyone help me to achieve and give reference links as well..

Upvotes: 0

Views: 519

Answers (1)

Sudipta Mondal
Sudipta Mondal

Reputation: 2572

You can use

    gem 'paperclip-av-transcoder'

for generating thumbnails link

Upvotes: 1

Related Questions