-
### bug description
when you use a tiktok slideshow link & attempt to download the audio, you get a 0B file.
### reproduction steps
1. find any tiktok slideshow with audio
2. try to download…
-
when i use `VideoQuality.MediumQuality` always get relative low quality, but file size is not changed much, the video' with and height is decrease absolutely;
when use `VideoQuality`, although i got…
-
### Description
```javascript
launchCamera({
mediaType: 'video',
videoQuality: 'high',
...option,
})
```
The video qulity is too low even though `videoQuality: 'high'…
-
When recording with VideoQuality.resolution3840x2160 the output video results in 1080p resolution.
Result is also the same on VideoQuality.high.
Tested on iPhone 6s Plus running 10.3.3.
-
Hi, please correct me if I am wrong, but making `filter: VideoSearchOptions::Video,` or `filter: VideoSearchOptions::Audio,` works but `filter: VideoSearchOptions::VideoAudio,` isn't, returns `Video s…
-
As the title said.
```
final info = await _flutterVideoCompress.compressVideo(
file.path,
quality: VideoQuality.DefaultQuality, // default(VideoQuality.DefaultQuality)
deleteOrigin: false…
ghost updated
2 years ago
-
`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.compre…
-
1) When I use compression with VideoQuality.MediumQuality the audio is not included..
2) When I use VideoQuality.HighestQuality the result size is very similar to original size... is there some be…
-
### Description
```
final compressedVideo = await videoCompress.compressVideo(
file.path,
quality: videoQuality,
deleteOrigin: false,
startTime: 0,
dur…
-
Hi , using latest release 2.2.0 , on real Samsung device android 12
I see the response not returned
```
final Result response = await _lightCompressor.compressVideo(
path: item.pat…