Building simple video editing solution
Hi all
I'm building a very very simple video editing solution with flash. This solution should be able
a) Play multiple files mp4/flv (one after another)
b) Play only certain timeframe (trimming)
c) Add image
d) Add text
All of this should be done client-side. If I'm not mistaken, I could build a simple solution and then just control it with JS to define video file location, image location or text position. After user clicks publish, then I generate and render everything on server-side to create 1 final mp4/flv/... file.
1. I'm pretty sure this is possible. What do you think?
2. I was searching around and didn't find anything useful. I'm looking for some libs/framework to make my development easier. Any suggestions?
Thank you!
