Sha256: 4fe1043d11bc9ba4327696bbd860039cb21e203d18bdb04745533f48906b6fd3

Contents?: true

Size: 564 Bytes

Versions: 3

Compression:

Stored size: 564 Bytes

Contents

= Ecm::Videos

This project rocks and uses MIT-LICENSE.

= When trying to upload new videos on ubuntu, I get the error message "errors while processing Ecm::Videos::Video ID <x>: Video Paperclip::Errors::NotIdentifiedByImageMagickError". What can I do?

Your system is missing ffmpeg. Install it:

sudo apt-get --purge remove ffmpeg
sudo apt-get --purge autoremove

sudo apt-get install ppa-purge
sudo ppa-purge ppa:jon-severinsson/ffmpeg

sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
# sudo apt-get dist-upgrade

sudo apt-get install ffmpeg

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecm_videos-1.0.2 README.rdoc
ecm_videos-1.0.1 README.rdoc
ecm_videos-1.0.0 README.rdoc