[REQ] PHP script for large to small images and/or video

freeufcdotinfo

Power Member
Joined
Jun 12, 2008
Messages
685
Reaction score
157
Looking for a script were use can upload large image and server side reduces it for web page optimization, also if there is a script for videos - such as avi to flash..
 
I can implement the photo reduction for you for a few bones, or just send you the photo class I use so you can implement it. Not too familiar with the video to Flash, but a client's site of mine uses command line functions via PHP exec() and I can forward that info to you.
 
I would have posted a PHP script, but it seems to be impossible. Just search for image scaling on google. Regarding the videos: I think you'll have to implement an external video processing software and call it via exec on php. (more likely written in python/c++/java)

iA
 
Back
Top