Kunal Gupta
Kunal Gupta
@YeralYamil Yeah exactly, so do you have any ideas how to do this?
@avanibhatnagar ``` public void combineVideo(String videoInput, String audioPath, String output) { try { Movie orig_movie = MovieCreator.build(videoInput); File audioFile = new File(audioPath); AACTrackImpl aacTrack = new AACTrackImpl(new FileDataSourceImpl(audioFile)); //get duration...
``` public void combineVideo(String videoInput, String audioPath, String output) { try { Movie orig_movie = MovieCreator.build(videoInput); File audioFile = new File(audioPath); AACTrackImpl aacTrack = new AACTrackImpl(new FileDataSourceImpl(audioFile)); //get duration of...
@wysaid Any suggestions would be highly appreciated! :)
Thanks for the PR, and fix the test's, rest looks good to me!
Yeah, I noticed that, if you fixed this, feel free to post a PR for it @jschenkDD
Yes its maintained, let me know the issue?
The best would be different args like `prettier-check STYLE_ERROR 'Some text here' ...` and similarly the three other, as most probably you'll get some more issues to change them as...
Thanks for the reply, but the generated public id is not the same for the overlay image In the code down below ``` Transformation transformation = new Transformation(); String publicId...
Hey, sorry for the late reply. I used `Debug.startMethodTracing("...");` at the beginning of the onBindViewHolder and `Debug.stopMethodTracking()` at the end of the onBind. Yes this is the results of first...