summaryrefslogtreecommitdiff
path: root/README.md
blob: 3fcbc38ff3c359ffe04c9e417ca65c7d06638833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# xplane-video

Process outputted videos from xplane

## Configuration
Copy the `config/app.php.example` file to `config/app.php` and adjust the paths to your preffered options.

## Execution
`php scripts/run.php` interactively lists videos and allows for specific video processing

`php scripts/run.php --pretend` interactive lists videos and shows what commands would be run without any execution.

## TODO
Currently the thing that works is processing a single video.
Eventually this will be able to process multiple videos, and cobine videos!