evrone / carrierwave-video-thumbnailer

A thumbnailer plugin for Carrierwave that makes easy thumbnailing of your uploaded videos
https://evrone.com
MIT License
95 stars 45 forks source link

carrierwave video thumbnailer not working for all file formats #5

Open rakeshostwal opened 11 years ago

rakeshostwal commented 11 years ago

I am using carrierwave video thumbnailer for making thumbnail of videos. It is working fot .flv files very well. But not working for .swf, .avi, .mpeg, .mp4 files??

rilian commented 11 years ago

it is working well with AVI, MP4, MPEG files

not sure it will work at all with SWF since this is not video format

please refer to ffmpegthumbnailer and ffmpeg for more info on supported formats

rakeshostwal commented 11 years ago

thanks for your comment, yes as swf files are of different type, it cannot support. But i'm still getting problem for AVI, MP4, MPEG files. I have configured carrierwave video thumbnailer as per specified in readme

rilian commented 11 years ago

do you have the latest version of ffmpeg AND ffmperthumbnailer on your server ?

rakeshostwal commented 11 years ago

yes i have latest versions of both

rilian commented 11 years ago

then i think you should provide more details, versions, example app, error logs, since it is working absolutely fine at least on my servers (both linux and macos)

rakeshostwal commented 11 years ago

i have added logger to check whether it comes to create a thumbnail or not. After coming in to the thumbnail creation method, system rollbacks if file format is AVi, MP4 or MPEG. This is what i'm getting at present