We want to build a flash video player to play FLV videos. In addition to basic video controls, client also wants below features for that video player
- Slow Motion
- Fast Forward
- Rewind
We are using ffmpeg to convert videos (from a PHP script) to flv videos. From this video flash player has to perform these operations. We were told that it is not possible to do these features in flv and we need to convert this flv to swf for developing these features. If that is the case, we have to do one more conversion which is from flv to swf and I think the conversion process is going to be very long.
Is there any way to achieve these features in flash action script without converting flv videos to swf?