yangjie10930 / EpMedia

Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。 The video processing framework based on FFmpeg developed on Android is simple, easy to use, and small in size, helping users quickly realize video processing functions. Contains the following functions: editing, cropping, rotating, mirroring, merging, separating, variable speed, adding LOGO, adding filters, adding background music, accelerating and decelerating video, rewinding audio and video.
MIT License
2.4k stars 536 forks source link

v0.9.3 -> 1.01 版本 #247

Closed qingmengbanxia closed 4 years ago

qingmengbanxia commented 4 years ago

epVideo.addText(10,10,35,"red",ttfPath,text)老可以用,新版本用不了 epVideo.addText(new EpText(10,10,35,"red",ttfPath,text,new EpText.Time(3,5))) 1.01 版本 还是私有的

yangjie10930 commented 4 years ago

是的,新版本中暂时关闭了这个方法,在更新文档里有说明,如果需要的话还是用0.9.5版本