-
Updated
Aug 22, 2020 - GLSL
video-processing
Here are 779 public repositories matching this topic...
FFMPEG supports a "video file name" of image-%04d.png, and moviepy accepts this in VideoFileClip() which is great. But unfortunately it assumes 25 fps, and I don't see any way to change that. I can call clip=clip.set_fps(24) but that doesn't change the duration - I think it just skips frames.
It would be great if VideoFileClip could accept an optional fps arg for this case.
-
Updated
Aug 9, 2020 - C
-
Updated
Jul 30, 2020
-
Updated
Aug 26, 2020 - C++
-
Updated
Aug 31, 2020 - Python
-
Updated
Oct 31, 2019 - Python
-
Updated
Aug 27, 2020 - Python
-
Updated
Aug 31, 2020 - Swift
-
Updated
Aug 7, 2020 - Python
-
Updated
Aug 24, 2020 - C
-
Updated
Aug 17, 2020 - Objective-C
-
Updated
Aug 30, 2020 - C
-
Updated
Dec 10, 2018 - C++
-
Updated
Aug 20, 2020 - C++
-
Updated
Feb 7, 2019 - C++
-
Updated
Aug 17, 2020 - Java
Describe the bug:
The "Pixelization" values is not linear. It starts with 0,0 which means "no pixelization at all", through 0,9" which means "heavy pixelization", but ends with "1,0" which does not pixelate at all (i. e. 0,0 and 1,0 behave the same). This makes it hard to understand for the user, and hard to prevent failures in usage.
Steps to reproduce the behavior:
- Use Pixe
-
Updated
May 5, 2020 - Python
-
Updated
Mar 1, 2018 - Objective-C
-
Updated
Aug 14, 2020 - Shell
-
Updated
Mar 10, 2020 - Java
-
Updated
Apr 22, 2019 - JavaScript
-
Updated
Aug 31, 2020 - C#
-
Updated
Jul 28, 2020 - Java
-
Updated
Jul 5, 2020 - Python
-
Updated
May 4, 2020 - JavaScript
-
Updated
Mar 5, 2020
-
Updated
Nov 11, 2019 - MATLAB
Improve this page
Add a description, image, and links to the video-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the video-processing topic, visit your repo's landing page and select "manage topics."
Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is