Page 1 of 1

Obtain raw AVI from FLV

Posted: Wed Apr 30, 2008 4:49 pm
by key88sf
Is it possible to obtain the raw video and audio frames when playing a FLV file using F-in-Box? If so, how?

Posted: Wed Apr 30, 2008 6:14 pm
by Softanics
Thank you for your question.

Yes, it possible.

To capture audio, see sample \samples\MFC\Sample10_SoundRecorder

To obtaint each video frame, create f-in-box window with FPCS_TRANSPARENT style and handle FPCN_UPDATE_RECT and FPCN_PAINT notifications (see sample samples\DirectX\FlashTexture ).