我可以在 Android 设备上录制视频并以 h.264(基线配置文件)对其进行编码吗?

Can I record video on Android device and encode it in h.264 (Baseline profile) on it?

我需要确定如何在 Android 设备中录制视频并将其编码为 mp4 容器中的 h.264 基线配置文件。我找不到这方面的信息,因为智能手机制造商通常不会显示它。我所知道的是,索尼 Z3 将所有录制的视频编码为 H.264 High Profile (L3-L6),HTC One M8 - H.264 Baseline,三星 Galaxy S3 - 部分为 High 和 Baseline。

它帮助我: http://writingminds.github.io/ffmpeg-android-java/ 我使用了这个现成的解决方案,因为我在 Windows 7.

上使用 Cygwin64 和 Android NDK 编译 ffmpeg 库时遇到问题