Recorded FLVs manipulation
Hi,
I'm creating a Flex application that enables users to communicate in a kind of video chat room. I only allow to live streams at any given moment.
I'm using FMS to record the videos in FLVs.
What I need to do is post process those videos and create a single video with all that happened in the video room. That means that I need to combine 2 videos, reduce the size of one of them so it appears over the other one. In other words one video will use the whole space an the other will appear at the upper left corner (over the other video,).
I need a server side solution for this. I created another post here and someone suggest a screen capture solution. That would work perfectly, but since this appliction will be used for several people and any time, I want the process to be automaticaly not manual.
So, I'm thinking I can do it with FFMPEG, but I need a way to identify in which order I need to compose the videos. Something like adding a time stamp to each FLV in FMS (when they are recorded). How can I add custom metadata to the FLV? would I be able to read it later? any ideas will be appreciated.
Tks.
