SymphonyRecords

Results 6 issues of SymphonyRecords

This is not an issue , it's more like an enhancement if you approve. **1.** Compress asset files `(ffmpeg && ffprobe)` to any archive format, and replace with current files....

enhancement

There are two notes when you want to use two-pass encoding. **Note 1** : use `"-f null -"` for null pipeline **Note 2** : override `-passlogfile`: like: `-passlogfile /mnt/sdcard/logFilePrefix` ffmpeg...

library version: # 2.8.0 Modify `BitmapCroppingWorkerTask` class as below: Find this: Bitmap bitmap = BitmapUtils.resizeBitmap(bitmapSampled.bitmap, mReqWidth, mReqHeight, mReqSizeOptions); Add below lines after: Bitmap bitmap = BitmapUtils.resizeBitmap(bitmapSampled.bitmap, mReqWidth, mReqHeight, mReqSizeOptions); if...

In my XML I have a horizontal recyclerview wrapped by this custom class. So I have a **horizontal scroll**(recyclerview), **inside a vertical slide**(stickTo bottom). The problem is this, please look...

I've tried `wavelock` , `AlarmManager` with no success. I don't know maybe I'm doing something wrong but still compression process will pause when app goes in background and screen locks....

I've added a ripple effect to a view. a new activity will be started onClick. But when I come back to the previous activity(previous view) the ripple effect will finish...