Is there a way to convert frames to a video in flex? If I have a video, I want to brand it by adding adding a persistent logo over it. Is it possible?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

i'm resolving this using ffmpeg on server side :-) Thank you!

link|improve this answer
feedback

You can put any transparent Sprite on top of the video with no effort. Even if your video is Stage Video, it will work because stage video is under flash sprites. (I hope you didn't mean something like encoding logo in video, because this would be hopelessly tougher.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.