I finally found one example but I am not sure if this is the best way so
I want to run it past you all to see if this is how to do it. His method
is to take 1 second screen shots and then write them to a server. Then
use an encoding sotware to combine the images into a video.
My interpretation would be:
Use Flex/AS3 to capture a second of the screen in 1 second intervals.
Send it to ColdFusion (using cffile action="write") to write the data to
the server as an image (which I already have done), then use ffmpeg's
'image to video' function (ffmpeg -f image2 -i image%d.jpg video.mpg) to
combine them into a video.
Then just have to record the audio of the event and sync it with the video.
Know a better way, I am all ears..
On 5/16/2010 10:47 AM, Wally Kolcz wrote:
Does anyone know where I can find an example/tutorial on how record a
section of your screen using Flex and a streaming media server? I want
to create an app where video and audio are recorded as the user uses a
section of application. All my searches come up with programs that do it
and not any help. Thanks!