We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to decode mp3 and write the audio data to mp4, how can I do. Use recordSamples(Buffer... samples) ? How can I get correct buffer form AVFrame?
Btw, is there any way to use AVAudioFifo? Thanks.
The text was updated successfully, but these errors were encountered:
There's an example here: bytedeco/javacv#169
Btw, is there any way to use AVAudioFifo?
Sure, we can add "fifo.h" and "audio_fifo.h" to the include list of header files. Let me know if you try it out! Thanks
Sorry, something went wrong.
* Upgrade presets for FFmpeg 2.8
beab109
* Include `fifo.h` and `audio_fifo.h` header files in the `avutil` module of FFmpeg (issue #79)
Added in the newly released version 1.1. Thanks for reporting!
No branches or pull requests
I want to decode mp3 and write the audio data to mp4, how can I do.
Use recordSamples(Buffer... samples) ?
How can I get correct buffer form AVFrame?
Btw, is there any way to use AVAudioFifo?
Thanks.
The text was updated successfully, but these errors were encountered: