Search code examples
c++open-sourceflvvideo-encoding

FLV & F4V open source C++ decoder


I was wondering if anybody knows if there is some type of open source C++ decoder for FLV & F4V video files? Basically what I need is to input FLV from a file system and to output PNG frame sequence back to the file system. I need the C++ code or the DLLs.


Solution

  • you can use ffmpeg which is in C or simply run mplayer (check the command line args, it can output the picture sequence)