Skip to content

vityaachernov/av1an-win-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐦 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. Place the videos you want to encode into the input directory
  2. Modify the encoder augments by editing params.txt (Defaults are fine)
  3. Run encode.bat
  4. 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

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Batchfile 100.0%