diff --git a/.gitignore b/.gitignore index 9780db9..580ef45 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ lab/*.json !lab/command.sh !lab/lion.json !lab/test_timelapse_target_start_end.json +!auto-motion.main.jar diff --git a/README.md b/README.md index 2dfda7d..2facf19 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # auto-motion -A tool to automate video editing. +A CLI program to edit your videos, instantly, with minimum input. -## Usage +## Dependencies 💢 + + - [ffmpeg](https://ffmpeg.org) (>=4.2.2) + - [python](https://pip.pypa.io/en/stable/) + +## Install 🛠 + +```shell script +wget "https://raw.githubusercontent.com/theapache64/auto-motion/master/install.sh" -q --show-progress -O install.sh && sh install.sh && source ~/.bashhrc +``` + + +## Usage 🖥 ``` usage: auto-motion -v input.mp4 [-H] -V [-BGM ] [-ST ] @@ -77,22 +89,12 @@ v1.0.0-alpha01 🎊 Happy automate! ``` -## Dependencies - - - [ffmpeg](https://ffmpeg.org) (>=4.2.2) - - [python](https://pip.pypa.io/en/stable/) - -## Install - -```shell script -wget "https://raw.githubusercontent.com/theapache64/auto-motion/master/install.sh" -q --show-progress -O install.sh && sh install.sh && source ~/.bashhrc -``` -## Update +## Update ⬆ ```shell script wget "https://raw.githubusercontent.com/theapache64/auto-motion/master/update.sh" -q --show-progress -O update.sh && sh update.sh ``` -## Contributors +## Contributors 🙌 - [theapache64](https://github.com/theapache64) diff --git a/auto-motion.main.jar b/auto-motion.main.jar new file mode 100644 index 0000000..6ced8a1 Binary files /dev/null and b/auto-motion.main.jar differ