Skip to main content
Participant
May 28, 2009
Question

flv support in c++

  • May 28, 2009
  • 1 reply
  • 575 views

Hello,

I'm new to this forum, I'm looking for the way to embed flash player in a c++ application in order to get the flv flash player output and process the frames flow separately. My application is like a transcoder from flv to a proprietary video file, so I don't need to show the flash video, I only need to process it.

Can anybody give me an idea or a hint?

Thanks in advance.

Enrico

    This topic has been closed for replies.

    1 reply

    May 28, 2009

    Two things come to mind..  One is a beta test on Adobe labs:

    http://labs.adobe.com/technologies/alchemy/

    The second piece is the C extensibility section of Flash Help:

    http://help.adobe.com/en_US/Flash/10.0_ExtendingFlash/WS5b3ccc516d4fbf351e63e3d118a9024f3f-7fe4.html

    I think the other piece that would play into this is the open SWF format:

    http://www.adobe.com/devnet/swf/

    That's all I've got.  I don't write C or C++ so can't say for sure how much the above will help you..