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

jo_mpeg converted to C #249

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

FrostKiwi
Copy link

I'm a big fan of jo_mpeg and it's ability to create MPEG1 video files in such a small source file.

The library is listed as C++ only, however only a small change needs to be done to make it compile in both C and C++. I performed this change and linked to it in the README.

I tried to suggest this to the author as a comment on the original blog but it wasn't picked up. There is also no git repo for that single file library, so I thought I just link it here.

@RicoP
Copy link

RicoP commented Apr 22, 2024

pretty cool! Just wondering how is jo_mpeg different from pl_mpeg?

@FrostKiwi
Copy link
Author

pretty cool! Just wondering how is jo_mpeg different from pl_mpeg?

pl_mpeg is a decoder and demuxer. I can only read mpeg files.
jo_mpeg is an encoder. It creates mpeg1 video Files from an image buffer.

@RicoP
Copy link

RicoP commented Apr 22, 2024

Ah I see. One is input, the other is output so to say

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

Successfully merging this pull request may close these issues.

2 participants