Сжатие видео триммер для Android ffmpeg Exoplayer2 ⇐ Android
-
Anonymous
Сжатие видео триммер для Android ffmpeg Exoplayer2
I'm trying to compress the video trimmed android video
I have some android code from github that I've been working on. The code is a video trimmer in enter image description hereAndroid. However I'm trying to compress the video after the video is trimmed. Here's the source code
https://github.com/a914-gowtham/android-video-trimmer
I was able to modify the timeline that's generated with a set duration minimum similar to a whatsapp status, with a set max at 10 sec and max 90 seconds
// TrimType.MIN_MAX_DURATION TrimVideo.activity(videoUri) .setTrimType(TrimType.MIN_MAX_DURATION) .setMinToMax(10, 90) //seconds .start(this,startForResult);
Now all is is working fine but I'm trying to compress the file after the video is trimmed and add an overlay.
Any ideas would be helpful
Источник: https://stackoverflow.com/questions/781 ... exoplayer2
I'm trying to compress the video trimmed android video
I have some android code from github that I've been working on. The code is a video trimmer in enter image description hereAndroid. However I'm trying to compress the video after the video is trimmed. Here's the source code
https://github.com/a914-gowtham/android-video-trimmer
I was able to modify the timeline that's generated with a set duration minimum similar to a whatsapp status, with a set max at 10 sec and max 90 seconds
// TrimType.MIN_MAX_DURATION TrimVideo.activity(videoUri) .setTrimType(TrimType.MIN_MAX_DURATION) .setMinToMax(10, 90) //seconds .start(this,startForResult);
Now all is is working fine but I'm trying to compress the file after the video is trimmed and add an overlay.
Any ideas would be helpful
Источник: https://stackoverflow.com/questions/781 ... exoplayer2
Мобильная версия