madhavanmalolan / ffmpegandroidlibrary

One line integration for FFMPEG Library in Android
MIT License
90 stars 15 forks source link

[Question] Convert from byte array to stream or other byte array. #36

Open isabsent opened 4 years ago

isabsent commented 4 years ago

Is it possible to convert input audio byte array to another byte array or stream without saving data to file in the middle by means of FFMPEG and how to do it if yes?