-
Hi,
In our list (recyclerview) we want to make all video's the same width and height (basically full screen width and a fixed height).
We were using this library to help with center-cropping the…
-
It's very useful to stabilize shaky videos. Some features, in order of importance:
* Make it 2-phase, separating the analyzing phase (which can take hours, or even days) from the smoothing/zoom/crop/…
-
Currently, the duration of the video always disregards the start and end timestamps.
Maybe if I convert the video to binary and splice only the data that pertain to the cropping range.
-
Because AV1_AMF encodes to an even 64x16 grid, padding the rest with black pixels, video needs to be cropped before an accurate VMAF score can be achieved. For 1080p video, this means cropping off the…
-
I have noticed that there is an issue with tracking near the edge of the frames. When displaying keypoints it looks like they become clipped on one side of the video frame. This appears to be not just…
-
I use python version and requirements.txt specified in this repo to create a python env. For videos from val and test splits only first 110 frames are used for evaluation. I enlarge the face bounding …
-
Hi,
I am really interested in your model. However, I do not know how to apply your model to a new fresh video data. Can you help me answer several answers?
1. I am currently having a mp4 file. I…
-
Just wondering if anyone out there is working on a better mobile implementation of Sakugabooru. More people use Androids and iPhones than desktops these days. It could be extremely beneficial to the s…
-
I saw the screenshot you took in ReadMe and took a look at the code: you did a great job! I haven't tried it yet, but I'm very interested.
I'd like to ask you if you can add support for avatars (i.…
-
**Question:**
When I'm cropping part of video, then applying mask onto the video, it's being added to the whole video including the cropped part).
How can I apply mask to only visible part of video…