[Rails] Paperclip not executing FFMPEG properly

2010-10-01 Thread Christian Fazzini
Im using a customs processor to run ffmpeg on a video to create a thumbnail. So far so good. Except when I do: cmd = -i #...@file.path} -f flv -s 320x240 ~/Downloads/foobar/q.flv success = Paperclip.run('ffmpeg', cmd) Console is reporting: ffmpeg '-i

Re: [Rails] Paperclip not executing FFMPEG properly

2010-10-01 Thread radhames brito
On Fri, Oct 1, 2010 at 9:38 AM, Christian Fazzini christian.fazz...@gmail.com wrote: Im using a customs processor to run ffmpeg on a video to create a thumbnail. this here is how i do it def create_thumbnail jpg = File.join(File.dirname(vidfile.path), #{id}.jpg) File.open(jpg,