1

I want to compress video and found only one solution to use ffmpeg.

I found this Trying to use FFMPEG for android. Compiling but still not working but not able to get how he compiled it.

Community
  • 1
  • 1

1 Answers1

1

You could use precompiled libs from the JavaCPP Presets along with FFmpegFrameRecorder from JavaCV to compress images, as shown in the RecordActivity sample, for example.

Samuel Audet
  • 4,964
  • 1
  • 26
  • 33