php | mysql
I was looking for a script that could let me upload flv videos,
they dont need to be convert from any format, they are all .flv
that why I have’nt considered FFMPEG;
Also upload a thumbnail with a certian height,width.
To Do>>
Upload .flv videos and a small thumbnail image to go with the video.
Takes the .flv file and puts it into a videos/ directory, takes the image and makes it the correct dimensions and puts it in a thumbnails/ directory, and adds information to a mysql database such as information that the user enters and also the filename of the image and video.