Skip to content

Commit

Permalink
Merge branch 'master' of github.com:teamxenox/auto-motion
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Mar 9, 2020
2 parents afb055f + bf72c1e commit 4d25be4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -147,3 +147,4 @@ lab/*.json
!lab/command.sh
!lab/lion.json
!lab/test_timelapse_target_start_end.json
!auto-motion.main.jar
30 changes: 16 additions & 14 deletions 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 <arg> [-BGM <arg>] [-ST <arg>]
Expand Down Expand Up @@ -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)
Binary file added auto-motion.main.jar
Binary file not shown.

0 comments on commit 4d25be4

Please sign in to comment.