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

Error When running ffmpegthumbnailer #1

Closed himichaelroberts closed 12 years ago

himichaelroberts commented 12 years ago

I have been working on building my video thumbnail but haven't been able to get it working. So I figured I would give your's a shot.

I keep receiving this error and not exactly able to narrow down the issue.

Running....ffmpegthumbnailer -i /uploads/tmp/20121101-0003-26086-5152/thumb_352.mp4 -o /uploads/tmp/20121101-0003-26086-5152/tmpfile.png -c png -q 10 -s 192 -f Errno::ENOENT: No such file or directory - ffmpegthumbnailer -i /uploads/tmp/20121101-0003-26086-5152/thumb_352.mp4 -o /uploads/tmp/20121101-0003-26086-5152/tmpfile.png -c png -q 10 -s 192 -f

argent-smith commented 12 years ago

Do you have ffmpegthumbnailer installed?

himichaelroberts commented 12 years ago

That did the trick. Thanks for the great gem!

argent-smith commented 10 years ago

The gem does everything via ffmpegthumbnailer which does everything via ffmpeg. Try to check those.

2014-01-25 hyperrjas notifications@github.com

I have this problem in my production server however in my development env the gem is working fine. I have this gem installed in my production server with gem and with bundle.

I don't know where have I the error in my production server...

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/evrone/carrierwave-video-thumbnailer/issues/1#issuecomment-33288277 .

Yours truly, Pavel.

hyperrjas commented 10 years ago

The problem was fixed, I have installed ffmpegthumbnailer in production ubuntu server and now the gem does works fine.

sudo apt-get install ffmpegthumbnailer

Thanks for the great gem!, and sorry! :)