search for: video_thumbnail

Displaying 3 results from an estimated 3 matches for "video_thumbnail".

2010 Oct 01
20
Paperclip not executing FFMPEG properly
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 /var/folders/uL/uL0bYOOZEZaJH5E+BmDJVE+++TI/-Tmp-/stream, 16824,1.mpeg -f flv -s 320x240
2009 Aug 17
0
Paperclip: processor proc not firing
...um => ["205x154", :png], :large => ["450x",:png] }, :default_style => :full, :url => "/ uploads/:attachment/:id/:style.:content_type_extension", :processors => lambda { |a| a.video? ? [ :video_thumbnail ] : [ :thumbnail ] } I''m completely stumped here, the VideoThumbnail class is never called, even though it''s loaded correctly etc. Been looking and debugging Paperclip itself, hoping to find something in the plugin, but to no avail. The proc does fire though: when I repla...
2007 Jan 15
2
Help with with displaying a selected list.
...ginate the videos, it displays ALL the videos as if I selected list videos. Can someone please tell me what I am doing wrong? Thank you. selectaction.rhtml <table> <tr> <% x = 0 %> <% for video in @videos %> <td><%= link_to(image_tag("videos/#{video.video_thumbnail}", :size => ''132x99'', :border => 5, :id => ''thumbnail''), url_for(:action => ''show'', :id => video)...