mifi / editly

Slick, declarative command line video editing & API
MIT License
4.64k stars 295 forks source link

Adding hundreds of jpg pictures #223

Closed blogdemoi closed 1 year ago

blogdemoi commented 1 year ago

Hello,

How can I add easily hundreds of jpg pictures from a unique folder?

I tried with a few pictures, for creating a sideshow and it works well, thank you for this tool:

editly title:'My slideshow' 1.jpg 2.jpg 3.jpg 4.jpg 5.jpg 6.jpg title:'THE END' --fast --audio-file-path /home/xxx/Desktop/f/vvvvv/1.mp3

Bit what if I have hundreds of pictures?

mifi commented 1 year ago

does it not work if you try with 100s of pictures?

blogdemoi commented 1 year ago

does it not work if you try with 100s of pictures?

I mean, how to list the jpgs in the command? I am not going to write 1.jpg 2.jpg .... 150.jpg and so on :-)

mifi commented 1 year ago

use bash!

blogdemoi commented 1 year ago

Thank you. editly title:'My slideshow' *.jpg title:'THE END' --fast --audio-file-path xxx.mp3 worked fine.