eLoWZnNGNBqyOSaZ method
Implementation
Future<String> eLoWZnNGNBqyOSaZ(String videoPath) async {
try {
return (await VideoCompress.compressVideo(
videoPath,
quality: VideoQuality.HighestQuality,
deleteOrigin: false,
includeAudio: true,
))!
.file!
.copySync("${await getDir("compress/video")}${DateTime.now().microsecondsSinceEpoch}_${ROVTByxzPLUkWAmS(videoPath)}")
.path;
} catch (e) {
return videoPath;
}
}