Vijayadhas

Results 3 comments of Vijayadhas

It require UI injection. I can not inject the UI from service. Please let me how to do this.

Hi @SebSob @hiteshsondhi88 .. I am trying like this. I attached the code for your review. ``` public class VideoCompressionService extends Service { private static final String TAG = VideoCompressActivity.class.getSimpleName();...

Hi.. I am using `-y -i /sdcard/videokit/in.mp4 -strict experimental -vcodec libx264 -preset ultrafast -crf 24 -acodec aac -ar 44100 -ac 2 -b 36000k -s 1280x720 -aspect 16:9 -metadata:s:v:0 rotate=0 /sdcard/videokit/out3.mp4`...