You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
can someone please explain how to to recompile with encoders, or can you add it to the library?
Thx a lot.
The text was updated successfully, but these errors were encountered: