-
1) Start cupscale
2) Load random image
3) select RealESRGAN (NCNN) as AI
4) select realesrgan-x4plus as model
5) start converting
Cupscale crashed after a few seconds of "loading RealESRGAN". …
radry updated
2 years ago
-
In the image, ![IMG_20230627_195341.jpg](https://github.com/GanerCodes/videoEditBot/assets/78565096/bc02d9d8-d45a-4001-9ead-81dcef104b16) this error message is spammed indefinitely when the bot cannot…
-
### Current Behavior
I noticed in android you are using 'com.googlecode.mp4parser:isoparser:1.1.20' to trim.
When trimming a video the native call goes to genVideoUsingMp4Parser() method…
-
There isn't any instructions on how to start the PYEdit program.
Is the user supposed to discover by itself what file to open?
What python version is needed to run the program?
I've tried to run …
-
only this.
to add
-
I'm creating a video editing app and I have functionality to add transitions and audios.
When adding transitions, without added audios, it renders fine, with transitions and all.
Also when addin…
-
https://github.com/android/socialite/blob/main/app/src/main/java/com/google/android/samples/socialite/ui/camera/CameraViewModel.kt
https://github.com/android/socialite/blob/main/app/src/main/java/com…
-
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
WARNING: application exited with …
-
-
In android, VideoPlayerView class, getting fileNotFoundException
```
if (VideoEdit.shouldUseURI(uriString)) {
Uri parsedUri = Uri.parse(mediaSource);
setDataSource(themedReactContext, parsed…