* Update README to new documentation style

* Update README.md

* Update README.md

* Rename requirements-ci.txt to requirements-headless.txt

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
Henry Ruhs
2023-08-03 22:11:53 +02:00
committed by GitHub
parent e648fadf73
commit a3c304de6d
7 changed files with 66 additions and 57 deletions

BIN
.github/output-1080p.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

BIN
.github/target-1080p.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@@ -30,7 +30,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install -r requirements-ci.txt
- run: pip install -r requirements-headless.txt
- run: python run.py -s .github/examples/source.jpg -t .github/examples/target.mp4 -o .github/examples/output.mp4
if: matrix.os != 'windows-latest'
- run: python run.py -s .github\examples\source.jpg -t .github\examples\target.mp4 -o .github\examples\output.mp4