Is there any c++ video library to convert videos to flv video?
I searched on google I found flvdev.com but it's not open source (it needs purchasing). I also tried libavcodec, but flv codec doesn't work.
(Now I'm fetching frames from a video monitor, then use libavcodec to encode them to mpg and finally call "ffmpeg" command to convert them to flv)