|
Posted by dave on 03/30/07 02:59
On Mar 29, 4:17 pm, "lukemack" <lukemst...@gmail.com> wrote:
> Hi,
>
> Can anyone recommend a class/script which handles video file uploads,
> preferably with Flash integration? I'm looking to have a video
> upload / library section in my cake app.
>
> I considered the youtube api but they dont have upload functionality
> in the api (yet). The following links suggest what i want to do should
> be possible:
>
> http://ffmpeg-php.sourceforge.net/(to convert the files to flv)http://fanno.dk/index.php?option=com_content&task=blogcategory&id=15&...
>
> However, the amateurish nature of the second link makes me nervous!
> I'm also not even sure I need to access the meta data in the flv
> files. If I can convert them, I can have a flash video app do the rest
> (progressive download will be fine so no need for true streaming).
>
> Could AMFPHP handle this?
>
> Many thanks for any replies.
>
> <L>
ffmpeg or mencoder can convert pretty much anything to flv. You can
create them via php using shell commands once the file is uploaded
[Back to original message]
|