Probably you should look at api-example.c in avcodec

24.11.2009, в 23:15, Aya Koshigaya написал(а):

Hi,

I have written a mkv-parser myself and would like to decode the video and audio data with libavcodec.
So, I want to use libavcodec without using libavformat.

But, how would I do this?
I can't find any informations on how to use it without the libavformat :(

How do I pass the data of the mkv to it?

To test my code I extracted the video stream of some videos as *.h264 file.. there I had to export them in this NAL-format.. do I have to do something like this for libavcodec too? Or can I just tell the lib "I have a h264 video" and pass all the frame-data?

Thanks,
Aya~
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to