Avsser is a command-line utility for generating Avisynth scripts. It is written in Rust, primarily because I'm more familiar with Rust than with Python.
Currently Avsser can take a video file or directory containing videos and create
an Avisynth script with the same file name (extension changed to .avs) that loads
the video with FFVideoSource
.
I hope to add the following features as well:
Certain features require ffmpeg and mkvtoolnix to be installed on your system.
Avsser uses Semantic Versioning for all of its releases.
Avsser is released under the MIT License.
Use cargo build --release
. Avsser should compiled with the latest stable Rust.
If it doesn't, please create an issue and include your Rust version, Cargo version,
OS, and the complete compiler error message.
All contributions are welcome via Github. Bug reports and feature requests should be submitted via the Issues tab. If you can include a pull request, that is helpful but not necessary. I appreciate bug reports from any users regardless of coding ability.