Barry

Results 19 comments of Barry

the same with you,4.2 failed!

谁的initState,homepage还是你自己ui的?

猜测可能跟globalkey有关

这个触发条件应该就是二级页面,多试试二级页面

app项目里面有示例啊,你clone下来参考就可以了

因为之前封装只是粗略封装,所以并没有考虑多选的情况,不过其实这种情况你也可以自己来实现,简单的思路就是增加一个selectAdapter来处理单选/多选逻辑,然后adapter继承selectAdapter来控制ui刷新,当然基于这个思路你也可以使用第三方库来作为弹出菜单布局,比如https://github.com/hanhailong/FlowTag

里面其实就是普通的listview,所以动态修改数据只需要取到adapter,修改数据源之后调用notify即可

> 项目里有替换方案,将 > Mp4Composer.start(),getExecutorService().execute(new Runnable() { > @override > public void run() {} > } > 中将Mp4ComposerEngine的定义都删掉,然后还是在run()中,在刚才被注释掉的engine.compose()后面,裁剪功能换成这个就好了,我试了,可以:VideoUtil.genVideoUsingMuxer(srcPath, destPath, clipStartMs, clipEndMs, true, true); 这样虽然可以裁剪对时间,但是会导致特效和滤镜丢失

是因为作者的测试代码没删掉,注释掉就可以了 ` /* var glFilterList = GlFilterList() glFilterList.putGlFilter(GlFilterPeriod(0, 2000, GlSoulOutFilter(this))) glFilterList.putGlFilter(GlFilterPeriod(2000, 4000, GlFlashFliter(this))) glFilterList.putGlFilter(GlFilterPeriod(4000, 6000, GlShakeFilter(this)))*/ Mp4Composer(videoPathInput, videoPlayUrl) `