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.

1 답변


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.

Linked


Related

Latest