SymphonyRecords
SymphonyRecords
@singhmeenu edit your commands to this: `[-i, /storage/emulated/0/Reverse Video/.VideoPartsReverse/reverse_video0.mp4, -i, /storage/emulated/0/Reverse Video/.VideoPartsReverse/reverse_video1.mp4, -i, /storage/emulated/0/Reverse Video/.VideoPartsReverse/reverse_video2.mp4, -filter_complex, [0:v:0] [0:a:0] [1:v:0] [1:a:0] [2:v:0] [2:a:0] concat=n=3:v=1:a=1 [v] [a], -map, [v], -map, [a], /storage/emulated/0/Reverse...
@singhmeenu I've just executed this code with success. if you run this code and still got error, then you may want to check your inputs. maybe testing with some other...
@msroid This is how you can use two-pass encoding #129
@protectedMan @Savion1162336040 @abdelhady @Brianvdb I've added full details with all necessary codes. Result: 79.8MB ==> 13.2MB
@protectedMan I'm using both `ffmpeg`,`ffprobe` files for both `x86`,`arm` CPU arch. Signed APK size **uncompressed ==>50.7MB** and **compressed ==> 23.1MB**
If anybody have the same issue this is how I solved it. In **SlidingLayer.java** class inside `onInterceptTouchEvent` method add below code for `MotionEvent.ACTION_MOVE` action: if (xDiff > yDiff) { return...
Thank you for your respond. I saw this issue in **`Honor 8 Lite - API24`**(I checked developer settings for `don't keep activity` or `destroy activity...` , everything are set to...
@brarcher , Yes, when app is in background the process gets slower, and in about 20 sec it will completely pause until I unlock the screen. Yes I figured this...
@licaon-kter I checked **`allow app to ignore battery optimizations`**. didn't worked
@brarcher There is another note that might worth mentioning. In android studio when app is attached to adb through `USB Cable` everything works fine even in background and screen is...