Android-Video-Trimmer icon indicating copy to clipboard operation
Android-Video-Trimmer copied to clipboard

Android-Video-Trimmer项目实现了对长短视频进行片段的裁剪选择。使用MediaMetadataRetriever获取视频帧,采用ffmpeg进行视频裁剪,和视频压缩。

Results 17 Android-Video-Trimmer issues
Sort by recently updated
recently updated
newest added

手机信息描述: Android 版本 8.0.0 Samsung Experience版本 9.0 初步原因: FFcommandExecuteAsyncTask类的onPostExecute(CommandResult commandResult) 方法没被调用。始于onPreExecute()方法,止于onProgressUpdate(String... values)方法

视频裁剪大于60秒,原视频大与60秒 显示时间不对

pr-welcome

When the app starts it's not showing the video list but just some empty tables without video content. But when run on emulator its working fine # ![Screenshot_20221021-003026_Video Trim](https://user-images.githubusercontent.com/38070804/197035274-d6f2dfb7-b16d-41fc-b523-5602f2f4d113.jpg)

I have integrate below library as you have mentioned in gradle file but still not resolved.Also I have done invalidate cache and restart but still not resolved. implementation("com.github.iknow4:android-utils-sdk:1.1.2")

I am trying to run your code but not able to because of above error and same error for ffmpeg library as well : Could not find nl.bravobit:android-ffmpeg:1.1.7. Could you...