EpMedia
EpMedia copied to clipboard
Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音...
String cmd = "-ss " + start + " -t " + duration + " -i " + inputFile + " -vcodec copy -acodec copy " + outputFile; 如 start...
音视频合成后,安卓可以正常播放,苹果播放没有声音,大神是怎么回事
请问基于V1.0.1版本,何时能添加文字的功能(因为要用mediacodec,所以不想回退到V0.9.5)
基于这个代码能实现么,需要主管哪快代码
Hello Team, We are using your library for our android app. Currently, we are facing the below issue while running the project. _"Could not GET 'https://dl.bintray.com/fahmisdk6/maven/com/github/yangjie10930/EpMedia/v1.0.1/EpMedia-v1.0.1.pom'. Received status code 502...
If a user wants to kill a running EpEditor process, what is the recommended way to go about that?
大佬,图片转视频失败,是什么原因? E/FFmpeg_EpMedia: Output file #0 does not contain any stream 和图片路径有关系吗,有的话路径应该是怎么样的?
建议添加一个方法:获取本地视频的基本信息,包含宽、高、角度、时长等
Hi there @yangjie10930 , I hope you're doing fine. First of all thanks for this wonderful library , It had helped me a lot in many projects. Recently I am...