【发布时间】:2014-11-14 00:07:52
【问题描述】:
我想压缩视频,发现只有一种使用 ffmpeg 的解决方案。
我找到了这个Trying to use FFMPEG for android. Compiling but still not working,但不知道他是如何编译的。
【问题讨论】:
标签: android android-ndk ffmpeg android-studio
我想压缩视频,发现只有一种使用 ffmpeg 的解决方案。
我找到了这个Trying to use FFMPEG for android. Compiling but still not working,但不知道他是如何编译的。
【问题讨论】:
标签: android android-ndk ffmpeg android-studio
您可以使用来自JavaCPP Presets 的预编译库以及来自JavaCV 的FFmpegFrameRecorder 来压缩图像,例如RecordActivity sample 中所示。
【讨论】: