-
video saved fine. but here neither `then` nor `catchError` is happening, just can not figure it out
```dart
await GallerySaver.saveVideo(value)
.then((value) => () async {
…
-
Kindly suggest what is use of albumName parameter in saveVideo function?
-
Documentation for this lib looks to be incorrect, the below does not return `String path`
```
GallerySaver.saveImage(recordedImage.path).then((String path) {
setState(() {
…
-
When trying to save a video with only one clip recorded, the video fails to save.
Here are the relevant code snippets:
```
internal func endCapture(completion: @escaping () -> Void) {
se…
-
My code, where increment factor is the fixed duration for each trimmed video.
Example: If duration is set to 10 seconds then some of the saved outputs are having 11 seconds duration. where the extr…
-
Using this approach with Nuxt: https://github.com/championswimmer/vuex-module-decorators#accessing-modules-with-nuxtjs
store/index.ts:
```
import { Store } from 'vuex'
import { initialiseStore…
-
GallerySaver.saveVideo() silently fails when the video is encoded with x.265 on IOS. No errors in the log, but the call returns false. The same video encoded with x.264 works fine IOS and both 265 …
-
Hi,
I downloaded the `yolov2-tiny.cfg` and the `yolov2-tiny.weights` from the Darknet (https://pjreddie.com/darknet/yolo/) site and run the command,
`python flow --model cfg/yolov2-tiny.cfg --lo…
-
video is stuck in the first few seconds after it was trimmed (but the audio is still playing).
I think that it is because of the FFmpeg command, but I'm not sure and couldn't find the exact reason,.
…
-
Can provide a demonstration of your use