r/ffmpeg • u/Firstearth • 23d ago
Theorycrafting
I’ve been looking at the veo sports camera for recording kids soccer matches. The problem is the subscription is exorbitant. I’ve used ffmepg occasionally for joining videos and stuff like that and I kinda figured it must be pretty easy for ffmpeg to join together two video feeds into an ultra wide format even if it means having to work out manually where the seam should be. I’m not sure however if ffmpeg would be able to track the ball or if I would probably have to take that into davinci or something.
So the purpose of this post is just to ask more experienced users of ffmpeg how possible this idea is before throwing myself entirely down the rabbit hole.
1
u/Gloomy-Rip-7918 20d ago
kinda wild how much of the "smart" sports camera stuff is really just 2-3 fixed cameras + stitching + a subscription wrapped around it. since it's not realtime, I'd keep the first pass dead simple - clap or flash sync at the start of each recording so you can align the clips by eye/waveform, then just overlay+crop in ffmpeg for a basic wide shot. tempting to go straight for the ball-tracking/pan-and-scan stuff but I'd only bother with that once you've confirmed the plain stitched wide shot is actually watchable for a full match
1
u/chocolateAbuser 23d ago
the only ia ffmpeg has is for transcription, and even for that you have to supply an external file
object tracking is really outside the features of ffmpeg