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