Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple examples #38

Open
deblauwetom opened this issue Nov 19, 2019 · 3 comments
Open

Add simple examples #38

deblauwetom opened this issue Nov 19, 2019 · 3 comments

Comments

@deblauwetom
Copy link

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...

@k-a-z-u
Copy link

k-a-z-u commented May 3, 2020

Same here. 3 hours of fiddling based on test-cases and mkvwriter, not getting a playable result.

@leonpollak
Copy link

Same here. I am pretty sure that having a simplest possible C/C++ example will significantly help people to start. Because expanding an existing working code with the new features is much simpler to study.
Will be very thankful if one has such.

@jimlynnjulian
Copy link

There is a bias toward audio in the tags discussion. A set of simple video examples would be a good addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants