FLV Encoding
-
Hai friends, I want to convert any type of motion picture file into FLV format when the user uploading the video into my site using PHP.Is there any encoding funcitons in PHP? Give me your valuable ideas for me to do that. thanks Vasanth.A
-
Hai friends, I want to convert any type of motion picture file into FLV format when the user uploading the video into my site using PHP.Is there any encoding funcitons in PHP? Give me your valuable ideas for me to do that. thanks Vasanth.A
Nope. You need to use something like FFMPEG if you want to automate encoding (you call it using PHP's "exec"). I say do this for more than 1000 Videos due to the time it takes to put together - whereas you can just leave flv encoder (below) running. Or do it manually using Adobe Flash CS3 Video Encoder or similar. For less than 1000 videos - queue them up and let them go! :)
-
Hai friends, I want to convert any type of motion picture file into FLV format when the user uploading the video into my site using PHP.Is there any encoding funcitons in PHP? Give me your valuable ideas for me to do that. thanks Vasanth.A