There are no simple examples available.
One such simple example could be: creating a very basic H264 video file, in which you show how to add I frames and P or B frames.
I am trying to write an mkv file that I don't know the size of up front, so I am trying to stream video to an mkv file actually. I tried, but after 3 hours, I gave up, and used the older libmkv instead, which worked in 30 minutes. Just want to let you know that no examples hurts adoption of your library...
There are no simple examples available.
One such simple example could be: creating a very basic H264 video file, in which you show how to add I frames and P or B frames.
I am trying to write an mkv file that I don't know the size of up front, so I am trying to stream video to an mkv file actually. I tried, but after 3 hours, I gave up, and used the older libmkv instead, which worked in 30 minutes. Just want to let you know that no examples hurts adoption of your library...