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

Compiled encoders #1

Open
shem8 opened this issue Feb 18, 2013 · 0 comments
Open

Compiled encoders #1

shem8 opened this issue Feb 18, 2013 · 0 comments

Comments

@shem8
Copy link

shem8 commented Feb 18, 2013

Hi, this library is really life saver, cause the net full of tutorials and ffmpeg libraries completely out of date and this is the only one that work for my android project.

There's only on problem- as you said in the Readme:
Their (Bombuser) version turns off almost all of the decoders and disables access to the filesystem. In order to generate the libs sitting in the jni directory I turned back on a few options and compiled their stuff.

So I now need some encoders logic (h264), and it seem to be missing in the library- the decoders working but the encoders doesn't.

codec = avcodec_find_encoder(CODEC_ID_H264); //return null
codec = avcodec_find_decoder(CODEC_ID_H264); //works fine

can someone please explain how to to recompile with encoders, or can you add it to the library?

Thx a lot.

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

1 participant