Converting Videos with Rails: Converting the Video
Tuesday, June 3rd, 2008So you’ve installed FFMPEG. Now it’s time to move onto converting the video. For this we’re going to be using a couple of plugins.
Paperclip
We will be using the paperclip plugin to upload the videos onto our server. Details of how to install paperclip can be found in my previous article: Paperclip: Attaching Files in Rails. [...]
Posted in Ruby on Rails | Tags: acts_as_state_machine, FFMPEG, paperclip, rails, video conversion | Comments


