[FEATURE REQUEST] Custom input from command line like ffmpeg
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 374
- PR merge metrics
- No merged PRs in 30d
Description
- I have tried with the newest version of editly:
npm i -g editlyornpm i editly@latest - I have tried ffmpeg newest stable version
- I have searched for existing issues
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the editly command entry point and trace how the JSON5 spec and command-line options are currently read. Define how repeated --input paths map into the specification, then verify the proposed syntax and video output behavior with the existing CLI checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100