Flv Encoding Php Class – Vp6 28.10.08
I need a php class written which uses ffmpeg or mencoder or both to encode FLV video. Additinoally FLVTool2 should be used to add metadata. It has to support the VP6 as well as the Sorenson codec.
It should take the following input parameters
- path of source file
- path of output file
- type of codec to use (sorenseon and VP6 absolutely must be supported, H.264 would be a nice bonus)
- frame rate
- width and height of output file
- audio sample rate
- audio bit rate
Additionally, errors have to be detected. If an error has occured, the function has to return false and store information about the error (i.e. the output from ffmpeg or mencoder)




















