Crates.io | avsser |
lib.rs | avsser |
version | 0.8.0 |
source | src |
created_at | 2016-01-17 17:47:28.27736 |
updated_at | 2017-10-15 00:51:03.375189 |
description | A utility for generating AviSynth scripts |
homepage | https://github.com/shssoichiro/avsser |
repository | https://github.com/shssoichiro/avsser |
max_upload_size | |
id | 3909 |
size | 32,490 |
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
(or an appropriate source filter based on the file type).
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.
Avsser is available on crates.io, so you can install by running cargo install avsser
.
Avsser should compile 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.