Hishiro64 / av1an-win-script

A Batch script that sets up Av1an with all it's dependencies in a portable workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿฆ Av1an Win Script

A Windows Batch script that sets up Av1an with all its dependencies for AV1 in a portable workspace. It doesn't require building from source or modifying any path variables. Once installed, you can queue multiple files to be encoded using the parameters you specify.

preview

๐Ÿ› ๏ธ Installation

Open PowerShell in a directory path that contains no spaces and run:

git clone https://github.com/Hishiro64/av1an-win-script.git; ./av1an-win-script/install.bat

You could also download, extract, and double click on install.bat

๐Ÿš— Usage

  1. Go to /scripts/av1an-batch
  2. Place the videos you want to encode into the input directory
  3. Modify the encoder arguments by editing params.txt (Defaults are fine)
  4. Run encode.bat
  5. Once it finishes, the encoded videos should be in the output directory

About

A Batch script that sets up Av1an with all it's dependencies in a portable workspace

License:GNU General Public License v3.0


Languages

Language:Batchfile 100.0%