Questions tagged [android-ffprobe]

3 questions
11
votes
4 answers

FFMPEG commands isn't working in Android Q

Try this command for merge two audio files, but its not working in Android 10.0(Q) while targeting sdk 29. But, this command is completely working on targeting sdk 24 to 28. I am using this library of FFMPEG implementation…
Krupali Shingala
  • 192
  • 2
  • 14
2
votes
2 answers

Reducing app size by archiving ffmpeg/ffprobe library in Android

I saw many posts on internet about how to decrease FFmpeg/FFprobe lib size in Android. Also I've investigated on this topic about a few months. So I decided to share my conclusions. I'm not talking about compile time settings and disable/enabling…
S.R
  • 2,819
  • 2
  • 22
  • 49
0
votes
0 answers

Unable to use concat in stripped down version of ffmpeg

I have compiled ffmpeg for my android app to have only essential components. I have enabled following components. --disable-everything \ --enable-demuxer=concat \ --enable-muxer=concat,mp4 \ --enable-protocol=file,subfile…
Amit Bhandari
  • 3,014
  • 6
  • 15
  • 33