Hello, I would like to execute some code to overlay images on a video, this works fine using filepaths, but I would really prefer loading everything via bytes and streaming in the data. I tried the following snippet and got an error : FFmpeg.execute() takes from 1 to 2 positional arguments but 3 were given
Hello, I would like to execute some code to overlay images on a video, this works fine using filepaths, but I would really prefer loading everything via bytes and streaming in the data. I tried the following snippet and got an error :
FFmpeg.execute() takes from 1 to 2 positional arguments but 3 were given
Is there a way to achieve this already or can it be implemented in the future. I would be happy to open a PR and implement if needed.