mifi / editly

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

[FEATURE REQUEST] Custom input from command line like ffmpeg #103

Open huykhoong opened 3 years ago

huykhoong commented 3 years ago

Can you add input variable into command line like this:

editly my-spec.json5 --fast --keep-source-audio --input input1.mp4 input2.mp3 --out output.gif

And in json file could look like this:


  title:'My video' \
  input1 \
  input2 \
  title:'My slideshow' \
  input3 \
  input4 \
  title:'THE END' \
  --fast \
  --audio-file-path /path/to/music.mp3```

Thank you
mifi commented 3 years ago

Hi. I'm not sure what you want to achieve. Can you provide the expected JSON you would want to be generated?