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

Video Compression Example for Android using FFMPEG.

Results 4 Android-Video-Compressor issues
Sort by recently updated
recently updated
newest added

`-y -i "videoPath" -strict experimental -vcodec libx264 -s 640x360 -aspect 16:9 -r 30 -b 1000k` This is my code,and I run project is much slow.A Video that is 50M,and it...

when i use this lib run on nexus 6p ,there is a error : ``` =================================== ``` om.github.hiteshsondhi88.libffmpeg.exceptions.FFmpegNotSupportedException: Device not supported 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.github.hiteshsondhi88.libffmpeg.FFmpeg.loadBinary(FFmpeg.java:52) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp...

I am getting an error in android studio compilation Please have a look at it and let me know what's wrong C:\Users\Horopter\Documents\GitHub\Android-Apps\AVC\app\src\main\jni\armArch.c Error:(15) undefined reference to `android_getCpuFamily' Error:(19) undefined reference...