Metadata-Version: 2.1
Name: aomenc-by-gop
Version: 0.1.5
Summary: Aomenc by gop
Home-page: https://github.com/wwww-wwww/py-aomenc-by-gop
Author: wwwwwwww
Author-email: wvvwvvvvwvvw@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: VapourSynth (>=45)

# aomenc-by-gop

Runs aomenc in parallel per group of pictures

## Usage

```aomenc-by-gop FILE AOMENC_ARGS```

View help with:  
```aomenc-by-gop --help```

Simple 2 pass encode:  
```aomenc-by-gop -i file.mkv out.mkv```

Other examples:  
```aomenc-by-gop -i input.mkv --workers 6 --kf-max-dist=120 --threads=8 --cpu-used=6 out.webm```  
```aomenc-by-gop -i input.mkv -s 100 -e 200 --threads=8 --cpu-used=6 out.mkv```  
```aomenc-by-gop -i script.vpy -s 100 -e 200 --threads=8 --cpu-used=6 out.mkv```

## Requirements
- Python 3
- [Vapoursynth](http://www.vapoursynth.com/) R45+
- [ffms2](https://github.com/FFMS/ffms2) or [lsmash](https://github.com/VFR-maniac/L-SMASH-Works) (Available via vsrepo on Windows [lsmas](http://vsdb.top/plugins/lsmas) [ffms2](http://vsdb.top/plugins/ffms2))
- [mkvmerge](https://mkvtoolnix.download/)


