doggycoder

Results 10 comments of doggycoder

context will be null when i press return key to exit from the application.but getRefreshTime has used the context.When i exit from the application with the swipemenulistview scrolling ,system show...

haaaa, I'm so sorry to reply you so late. It's only a minor point on MainActivity .And sorry to have bothered you. public void onRefresh() { mHandler.postDelayed(new Runnable() { @Override...

处理完后sd卡下会生成temp.mp4,它是是黑的?

https://github.com/doggycoder/AAVT ,可以跑下这个试试,我不太确定是手机的问题还是代码的问题,我这边看到的是正常的。

换成GrayFilter

好吧。不太清楚这个问题,没遇到过。你搜搜看。

方向和水印都用OpenGL处理,可以查下相关资料。这个只是利用硬解硬编的示例。

@leestars 确定导出的YUV数据到底是NV21的,还是NV12的。output导出的数据是YUV的,但是YUV也有YUV420\YUV422\YUV420SP等等格式,建议先看下这些基础性的东西。