libav* tutorials

A place for Ogre users to discuss non-Ogre subjects with friends from the community.
User avatar
Brocan
Orc
Posts: 441
Joined: Tue Aug 01, 2006 1:43 am
Location: Spain!!
x 8

libav* tutorials

Post by Brocan »

Hi everyone!

We are currently developing a small videoplayer that uses libavcodec/format for decode videos. But we're unable to find examples or docs about how to use this library. We've only found a bunch of small pieces of code around the internet. And the players that make use of it (VLC, MPlayer, etc...) has tons of features that makes the code unreadeable.

We have made some progress, we are currently playing some videos and formats, but no all. We want also to inject packets from an RTP source (using LIVE555), but ffmpeg doesn't accept our packets. :|

Do you know any places for try to understand how this library works?

Thanks in advance!