yovenny / VideoCompress

android video compress base&update telegram android
GNU General Public License v2.0
77 stars 28 forks source link

No saving video in external Storage #4

Open ali-abbas-10p opened 7 years ago

ali-abbas-10p commented 7 years ago
                    final boolean isSuccess = MediaController.getInstance().convertVideo(videoFile.getAbsolutePath(),FileUtil.getExternalVideoDirectory().getPath());

This is not saving video in external storage. Even is returning true.