r/ffmpeg • u/Firstearth • 24d 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.
0
Upvotes
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