Pete Cheyne
Pete Cheyne
Add: ``` $this->commands([ ClientCommand::class, ]); ``` to the `boot` method in `app/Providers/AppServiceProvider.php`... but this leads up to the next issue - the tool doesnt like URLs being sent through. hopefully...
We are running into the same issue, would be great to get this fixed.
Had a play around today, you can also use good ol' `ffmpeg` to map the audio from the source video over the generated output: ``` imageio.mimsave('generated.mp4', [img_as_ubyte(frame) for frame in...