You must log in or register to comment.
What video format is this so I can install the right codec?
webm with opus audio, here’s the ffmpeg snippet in my script
ffmpeg -loop 1 -i "$IMAGE" -i "$AUDIO" -c:v libvpx-vp9 -b:v 1M -c:a libopus -shortest -y "$OUTPUT"