Forum Moderators: open
I'm thinking of adding video capability to my website, i.e. users will have the ability to upload and view/share videos. I made a simple test player, everything works nicely thanks to Flash 8, but here's my problem: How would I go about encoding uploaded videos to FLV format?
Videos are loaded into the flash player as FLV files, which are created by flash. I suppose I need a program that will queue uploaded videos and pass them to flash to be converted to flv... Is there an easy (or easier) way to go about this? Would it be possible to create a SWF movie that does this encoding? I would search around, but if someone could point me in the right direction that would be nice.
Hope it's clear enough,
Thanks!
[en.wikipedia.org...]
Can be accomplished using PHP:
[ffmpeg-php.sourceforge.net...]
Not used it myself, but a good place to start.
dc
This sounds promising, but I need to clarify something else.
Are there any legal issues I should be considering with implementing video uploads/flash on my website? Obviously users are responsible for the things they upload, and should any violations occur the videos will be removed..
[webmasterworld.com...]
dc