SkillAgentSearch skills...

Av1anStaxRipWrapper

Wrapper script to use Av1an with StaxRip

Install / Use

/learn @Kidsnd274/Av1anStaxRipWrapper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Av1anStaxRipWrapper

Python wrapper script to use Av1an with StaxRip

Av1anStaxRipWrapperRav1e (OUTDATED rav1e specialized script README)
INSTALL AND USAGE GUIDE (YouTube)

Contents

Usage

This script makes use of the Command Line option in StaxRip. There are some required arguments needed in the command that allows Av1an to work with StaxRip. Namely -i "%source_file%" -o "%encoder_out_file%" -t "%temp_dir%av1an_temp". -s "%startup_dir%" is needed if you want a portable installation. Portable installation is described in more detail at the Setup section.

<img src="https://user-images.githubusercontent.com/1343896/209460663-fa6ac57b-ec77-48d7-b993-ba67bf0d56a1.png" alt="staxrip_image" width="500"/>

A good starting command would be:

"%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\VapourSynth\python.exe" "%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\Av1anStaxRipWrapper.py" -s "%startup_dir%" -i "%source_file%" -o "%encoder_out_file%" -t "%temp_dir%av1an_temp" --pix-format yuv420p10le -e rav1e --photon-noise 2 --chroma-noise --sc-downscale-height 540 -v "--quantizer 60 --speed 6 --tiles 2 --threads 2"

Everything after the -t parameter will affect the encoding parameters (either Av1an or the selected encoder). Refer to Command Line Options section for more information.

This starting command uses the rav1e encoder and uses the encoding parameters passed in by the argument -v.

Requirements

This script also requires the psutil module in Python to automatically detect CPU core counts to pass into av1an.

  • You can run with the --disable-automatic-thread-detection flag to disable this feature and requirement

Setup

Portable Installation (Recommended)

Since Av1an requires ffmpeg, aomenc or rav1e or SVT-AV1, VapourSynth to be in PATH, this script can automatically help you add important folders (from StaxRip) temporarily to PATH when it's being run (for portable installation). In this way, your actual system PATH is not affected when running Av1an. However, this means that you need to install the tools in specific folders in StaxRip as the wrapper script looks for them there.

Portable mode is enabled when the -s flag is used with the StaxRip startup directory.

  1. Clone this repository (or download the files) into StaxRip\Apps\Encoders\Av1anStaxRipWrapper

You can run git clone https://github.com/Kidsnd274/Av1anStaxRipWrapper.git" in StaxRip\Apps\Encoders

  1. Ensure encoders, Av1an and the wrapper script are extracted in the right directories
  • Av1an: StaxRip\Apps\Encoders\Av1an (IMPORTANT)
  • aomenc: StaxRip\Apps\Encoders\aomenc
  • rav1e: StaxRip\Apps\Encoders\rav1e
  • SVT-AV1: StaxRip\Apps\Encoders\SVT-AV1 or StaxRip\Apps\Encoders\SVT-AV1\SvtAv1EncApp
  • FFMPEG: StaxRip\Apps\Encoders\Av1an (moving it to an ffmpeg folder would interfere with StaxRip's own ffmpeg)
  • Wrapper Script: StaxRip\Apps\Encoders\Av1anStaxRipWrapper
  1. Run the setup_py_vp_environment.bat script from the Av1anStaxRipWrapper folder to install required Python modules and VapourSynth plugins
  2. Use the Command Line encoder profile to create an Av1an Encoder Profile <img src="https://user-images.githubusercontent.com/1343896/209458682-9e42b62f-22d2-4efb-a84d-47da50c1921f.png" alt="staxrip_image" width="200"/>
<img src="https://user-images.githubusercontent.com/1343896/209460663-fa6ac57b-ec77-48d7-b993-ba67bf0d56a1.png" alt="staxrip_image" width="500"/>

Good starting command (v2.40.0 and above):

"%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\VapourSynth\python.exe" "%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\Av1anStaxRipWrapper.py" -s "%startup_dir%" -i "%source_file%" -o "%encoder_out_file%" -t "%temp_dir%\av1an_temp" --pix-format yuv420p10le -e rav1e --photon-noise 2 --chroma-noise --sc-downscale-height 540 -v "--quantizer 60 --speed 6 --tiles 2 --threads 2"

Below v2.40.0

"%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\VapourSynth\python.exe" "%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\Av1anStaxRipWrapper.py" -s "%startup_dir%" -i "%source_file%" -o "%encoder_out_file%" -t "%temp_dir%av1an_temp" --pix-format yuv420p10le -e rav1e --photon-noise 2 --chroma-noise --sc-downscale-height 540 -v "--quantizer 60 --speed 6 --tiles 2 --threads 2"

IMPORTANT: Make sure to change Output File Type to mkv!

  1. Save this Encoder Profile with the name AV1 | av1an, and it will appear in the AV1 drop-down menu. image

Alternative Installation (install tools to system PATH)

Basically, just make sure Av1an, ffmpeg, aomenc, rav1e, SVT-AV1, Python, VapourSynth are all accessible from PATH and follow the steps above from Step 2.

The command in StaxRip used is
python "%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\Av1anStaxRipWrapperRav1e.py" -i "%source_file%" -o "%encoder_out_file%" -t "%temp_dir%av1an_temp" --pix-format yuv420p10le -e rav1e --photon-noise 2 --chroma-noise --sc-downscale-height 540 -v "--quantizer 60 --speed 6 --tiles 2 --threads 2"

Command Line Options

options:
Av1an wrapper for StaxRip

optional arguments:
  -h, --help            show this help message and exit
  --version             Print Av1an, ffmpeg and the encoders' versions
  -i INPUT              Input File (for StaxRip)
  -o OUTPUT             Output File (for StaxRip)
  -t TEMPDIR            Temp Directory (for StaxRip)
  -s STAXRIP_STARTUP_DIR, --staxrip-startup-dir STAXRIP_STARTUP_DIR
                        Specify StaxRip Startup Directory so that the wrapper script will automatically add important
                        folders to PATH for av1an to detect (only needed for portable installations)

# Av1an parameters
  -e ENCODER, --encoder ENCODER
                        Video encoder to use. [default: aom][possible values: aom, rav1e, vpx, svt-av1, x264, x265]
  -v ENCODER_ARGS, --video-params ENCODER_ARGS
                        Arguments passed to video encoder
  -a OTHER_ARGS, --other-args OTHER_ARGS
                        Other Av1an arguments
  -f FFMPEG_OPTIONS, --ffmpeg FFMPEG_OPTIONS
                        FFmpeg filter options
  --photon-noise PHOTON_NOISE
                        Generates a photon noise table and applies it using grain synthesis [strength: 0-64] (disabled
                        by default) (Av1an parameter)
  --chroma-noise        Adds chroma grain synthesis to the grain table generated by `--photon-noise`. (Default: false)
                        (Av1an parameter)
  --sc-downscale-height SC_DOWNSCALE_HEIGHT
                        Optional downscaling for scene detection. By default, no downscaling is performed. (Av1an
                        parameter)
  --pix-format PIX_FORMAT
                        FFmpeg pixel format

# Threading parameters (Using any of these would disable the wrapper's Automatic Thread Detection feature)
  --workers WORKERS     Number of workers to spawn [0 = automatic] (Av1an Paramter)
  --set-thread-affinity SET_THREAD_AFFINITY
                        Pin each worker to a specific set of threads of this size (disabled by default) (Av1an
                        parameter)
  --disable-automatic-thread-detection
                        Disable the wrapper's automatic thread detection
  --set-worker-override
                        Set the override workers count and thread affinity count for local computer

Automatic Thread Detection

In my testing, I found that I get the best utilization and encoding speeds when creating the same number of workers as the number of physical cores available in your system. Along with having the number of threads per worker be 2 if your system supports hyperthreading/SMT and 1 if your system does not.

With automatic thread detection, the wrapper script will automatically detect and pass in the relevant parameters to Av1an. For example,

Ryzen 7 5800X
  Physical Cores: 8 cores
  Logical Cores: 16 cores
  Hyperthreading/SMT: Enabled
  Threading Parameters: --workers 8 --set-thread--affinity 2
  
Intel i5-6600K
  Physical Cores: 4 cores
  Logical Cores: 4 cores
  Hyperthreading/SMT: Disabled
  Threading Parameters: --workers 4 --set-thread-affinity 1

If your system uses an Intel 12th Gen chip and above (with the new hybrid architecture with P-cores and E-cores), this feature is disabled.

If you do not want to use this feature, you can use the --disable-automatic-thread-detection flag or any of the Threading parameters under Command Line Options. Using any the Threading parameters would disable this feature.

Override Worker Count and Threads Per Local Machine

When using StaxRip in a networked environment (where multiple compute

Related Skills

docs-writer

99.0k

`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie

model-usage

335.4k

Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

pr

for a github pr, please respond in the following format - ## What type of PR is this? - [ ] 🍕 Feature - [ ] 🐛 Bug Fix - [ ] 📝 Documentation - [ ] 🧑‍💻 Code Refactor - [ ] 🔧 Other ## Description <!-- What changed and why? Optional: include screenshots or other supporting artifacts. --> ## Related Issues <!-- Link issues like: Fixes #123 --> ## Updated requirements or dependencies? - [ ] Requirements or dependencies added/updated/removed - [ ] No requirements changed ## Testing - [ ] Tests added/updated - [ ] No tests needed **How to test or why no tests:** <!-- Describe test steps or explain why tests aren't needed --> ## Checklist - [ ] Self-reviewed the code - [ ] Tests pass locally - [ ] No console errors/warnings ## [optional] What gif best describes this PR?

arscontexta

2.9k

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

View on GitHub
GitHub Stars21
CategoryContent
Updated14d ago
Forks1

Languages

Python

Security Score

80/100

Audited on Mar 10, 2026

No findings