antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

videogrep ffmpeg mosaic #43

Closed kadallah closed 2 years ago

kadallah commented 7 years ago

Seeing as videogrep uses ffmpeg to concat the videos together, is it possible to create a mosaic rather than a single long video? The ultimate goal would be to have the videos aligned so that the search text is all being said at the same time in the mosaic, but just outputting it as a mosaic first seems like a good enough entry point to me.

Thanks!

BaddMann commented 7 years ago

If you export all the clips as separate clips, you could then use moviepy to mosaic the clips and time them, yes it's not one single command, but should be relatively easy from there.

Just a thought.