Sha256: 63ee00f083ceea8ed9bf5af74525117c5023ca3514d2a7006e3d056824b5fe57

Contents?: true

Size: 947 Bytes

Versions: 2

Compression:

Stored size: 947 Bytes

Contents

= Ecm::Videos

This project rocks and uses MIT-LICENSE.

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

You have to add the ffmpeg buildpack to heroku:

    heroku buildpacks:add https://github.com/HYPERHYPER/heroku-buildpack-ffmpeg.git --remote production

= 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

2 entries across 2 versions & 1 rubygems

Version Path
ecm_videos-1.0.4 README.rdoc
ecm_videos-1.0.3 README.rdoc