获取视频的帧并在android中执行该帧中的修改

时间:2014-12-03 14:11:35

标签: android android-ndk ffmpeg android-videoview mediacodec

我需要将这些帧作为视频并对其进行一些修改,例如在其上绘制内容或编写一些文本。然后在保存时我需要带有修改的视频。

请告诉我最好的方法。任何帮助表示赞赏。

请参阅以下应用以了解我的问题

https://play.google.com/store/apps/details?id=com.techsmith.apps.coachseye.free

1 个答案:

答案 0 :(得分:1)

您可以尝试使用INDE Media Pack - https://software.intel.com/en-us/articles/intel-inde-media-pack-for-android-tutorials

它具有代码转换\ remuxing功能,如MediaComposer类和几个样本效果,如灰度,TextOverlayEffect等。例如放置文本的效果:https://github.com/INDExOS/media-for-mobile/blob/master/Android/samples/effects/src/com/intel/inde/mp/effects/TextOverlayEffect.java。它可以很容易地增强到其他效果

enter image description here

enter image description here