Open navneetboghani opened 4 years ago
getting same issue. Any solution found ?
same issue but only in one device. Other devices produce a video with sound. is there any solution?
also getting same issue ? Please provide any solution ...
I also getting same issue i tested in 4 devices. successfully work in redmi , oppo and realme devices but getting issue in OnePlus7t Please provide solution or way to fix this bug
I am creating a video player where after recording a video user should be able to apply gpu filter to the video then upload and then be able to play it.
I applied the GPUMp4Composer library but after applying the filter the video is coming as expected but the audio is getting muted.
**new GPUMp4Composer(srcMp4Path, destMp4Path) .filter(new GlFilterGroup(FilterType.createGlFilter(filterTypes.get(select_postion), getApplicationContext()))) .listener(new GPUMp4Composer.Listener() { @Override public void onProgress(double progress) {