Alston Fernandes

Results 5 comments of Alston Fernandes

Here's how I'm currently using it. 1. Initialize a repository with Github desktop and add unity libraries to it. 2. then open the project and import GitHub for unity. ![Screenshot...

Hey, is someone working on this issue? If not, I'd like to try it out. Some question, what language is this frontend supposed to be? a web based HTML/React or...

I used a function from the docs ```import ffmpeg import numpy as np from PIL import Image def convert_vid_to_np_arr(video_path): probe = ffmpeg.probe(video_path) video_stream = next((stream for stream in probe['streams'] if...