Сжатие видео триммер для Android ffmpeg Exoplayer2Android

Форум для тех, кто программирует под Android
Ответить
Anonymous
 Сжатие видео триммер для Android ffmpeg Exoplayer2

Сообщение Anonymous »


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
Ответить

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

Вернуться в «Android»