summaryrefslogtreecommitdiff
path: root/core/helpers/movie.php
AgeCommit message (Collapse)Author
2009-02-231) Optimize the loop in graphics::generate so it uses the $ops as theTim Almdal
key and path. This way it won't try to generate a resize for movies. 2) Changed the options on the ffmpeg command in movie::extract_image so we actually see a frame not the black one that starts the movie.
2009-02-23Remove debug code, thanks Andrew Slayman!Bharat Mediratta
2009-02-22Hardcode all movie mime types to video/x-flv cause that's all we support now ↵Bharat Mediratta
anyway
2009-02-22Very basic movie support. You can upload a FLV file, we use ffmpeg toBharat Mediratta
extract a thumbnail out of it and if you click through we show it using flowplayer.