ruby-av / paperclip-av-transcoder

Audio/Video Transcoder for Paperclip using FFMPEG/Avconv
MIT License
136 stars 83 forks source link

FFMpeg install in different dir than ImageMagick #15

Closed itsSaad closed 9 years ago

itsSaad commented 9 years ago

My ImageMagick is install in /usr/bin via yum and my ffmpeg installed via script is in /user/local/bin' but Paperclip uses the samecommand_path` for both. is there a way we can fix this without moving the installations around.

Thanks

owahab commented 9 years ago

paperclip-av-transcoder uses the system path defined for ffmpeg. There shouldn't be an issue with ffmpeg and imagemagick being installed in different bin directory.

itsSaad commented 9 years ago

Ok. Sorry i didn't realize. Thanks for the help.