I've never used Panda, but I've built an app to upload and encode videos. I used rails 2.3.x, the Paperclip gem, and ffmpeg, and it's all very straight-forward.
I have since upgraded to rails 3, upload straight to Amazon, and encode with Zencoder (http://zencoder.com/) My source is available at: https://github.com/kwiest/Teacher-Ducklings On Jun 4, 2:54 am, saritha chakilala <[email protected]> wrote: > i want to upload a video to save in my database (mysql) and play it > later time when i was click on the play button. > > can any one post the code using panda how to upload a video clip. > > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

