Closed korciuch closed 1 month ago
Right now, this is not possible, as each of them is considered a separate entity that starts after the last is shown. Having said that, that would be a cool feature.
Okay, if you are open to reviewing a PR for this, I can try implementing.
Currently, I'm using the following command to display a grid of videos playing the first 10 frames; however, it is rendering one-at-a-time.
timg --grid=5x1 --upscale=i --center --title --frames=1 --threads=8 --loops=1 -wr0 --verbose --clear --compress=1 ~/Downloads/*.mp4
Is it possible to have the videos play concurrently for faster viewing?