Reputation: 716
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
Reputation: 2572
You can use
gem 'paperclip-av-transcoder'
for generating thumbnails link
Upvotes: 1