pateljc

Results 3 issues of pateljc

like erase the blur from touch cords

`public void mergeAudioVideo(String audioFile, String videoFile, String mergedFile) { Controller.getInstance().run(new String[]{ "-i", videoFile, "-i", audioFile, "-c", "copy", "-map", "0:0", "-map", "1:0", mergedFile }); }` here is the code i m...

stickerview getX() and getY() always return 0