Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Patti2026

macrumors newbie
Original poster
Hi

I can't find this software (CLI and also GUI) in Homebrew. Did I search wrong?


On macOS I will only provide binaries for the GUI version. Because I did not find any way to deploy a command line Qt application.


it looks like excellent software. Is there any alternative available in Homebrew?
 
Last edited:
yes CLI or GUI. It does not matter.
You can not run the macOS binary of the QT app you linked?
But montage not a ready-to-go solution
Montage is a ready-to-go solution for the CLI, as would be other CLI programs 🤜🤛😎

you could use also e.g. ffmpeg:

ffmpeg -i in.mp4 -s 200x200 -r 2 x%06d.png

and then

magick montage ./above_ffmpeg-output_*.png -geometry +0+0 -tile 5x6 out.png

gives you a 5x6 contact sheet. In the ffmpeg command you specify the frames you want to extract.

See, a ready-to-solution.💪🙃
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.