Open tejaswinidev24 opened 2 years ago
+1
I'm having exactly the same problem! Did you find any solution?
Getting the same error, but it's working fine with includeAudio
option false
.
var info = await VideoCompress.compressVideo(
videoFile.path,
deleteOrigin: false,
includeAudio: false,
quality: VideoQuality.DefaultQuality,
);
Has anyone solved this issue??
Me too.
i'm getting this problem for non-mp4 video format, if i change includeAudio to false then it works but i need the audio also. any solution yet? But everything working fine for .mp4 format video.
Me too.
for me its not even working for android, I changed the file formats and made all the params available but no luck. its always returns null from my android device but its working fine in iPhone. buggy plugin.
Hi, Is there any progress on this issue? I'm facing this issue in Android 10 devices only. I'm using video_compress: 3.1.1
same problem
i'm getting this problem for non-mp4 video format, if i change includeAudio to false then it works but i need the audio also. any solution yet? But everything working fine for .mp4 format video.
I also need audio and getting null value. Did you find any solution?
same problem
same problem here
Flutter (Channel stable, 3.0.5, on macOS 12.2.1)
Dart version 2.17.6
video_compress: 3.1.1
await VideoCompress.setLogLevel(0); final MediaInfo? mediaInfo = await VideoCompress.compressVideo( videoFile.path, quality: Platform.isIOS ? VideoQuality.MediumQuality : VideoQuality.LowQuality, deleteOrigin: true, includeAudio: true, );
Please let me know, how can I get compressed video file path