-
I am using your API to compress a video file, it works fine on 95% of my tests, but on one video i have this stack trace right after the begining :
```
E/TranscodeEngine(10577): Unexpected error …
-
Is there any chance the Unity webrtc package could expose direct access to the NVenc video encoder? The idea being that other WebRTC and VoIP implementations could then take advantage of it.
Some W…
-
I locally patch the video_transcoding gem to change the default output format and aac encoder so that I don't have to specify them every time on the command line. I think having these defaults, and po…
-
Right now, it's possible to stream (to for example youtube or twitch) by encoding a video in advance and steaming with `ffmpeg -re -i input.mkv -c copy -f flv rtmp://{url}`. However, right now, twitch…
-
Why are there no attention masks in DIT and U-Net?
DIT directly removes the attention masks, including both self and cross attention.
In U-Net, the mask is applied by multiplying the keys (k) and …
-
Choosing "vp7" as video format fails the encoding. Should we remove it from the options?
-
Hello. I can use Scrcpy on my Xiomi phone without any problems. But it doesn't work on my BOOX Tab Ultra e-book reader. Onyx BOOX Tab Ultra has Android 11 operating system. Debug mode is on. I can acc…
-
## tl;dr
- We have consolidated KerasNLP and KerasCV into a new **KerasHub** package.
- We have renamed the `keras-nlp` GitHub repository to `keras-hub`.
- **All existing usages will continue to …
-
It seems like a new build of ffmpeg-worker-mp4.js is needed. When using current build, I get an mp4 file that plays fine in VLC, but plays with a black video in Quicktime. Doing a conversion of the sa…
-
Working to align code to VASA white paper
https://github.com/johndpope/VASA-1-hack/blob/main/Net.py
I cherry picked some code from here - which I believe builds off the MegaPortraits stuff
htt…