Skip to content

Releases: NapoleonWils0n/ffmpeg-rust-scripts

v0.1.0 - Initial Release

09 Jan 12:53

Choose a tag to compare

🚀 FFmpeg Rust Scripts v0.1.0

Statically compiled FFmpeg Rust scripts for automated video and audio processing. This is the first official release, migrating the original shell script collection into high-performance, standalone Rust binaries.

✨ Key Features

  • Zero Dependencies: Statically compiled—just download and run (requires FFmpeg on your system).
  • Cross-Platform: Native support for NixOS, Linux (musl), and Windows (gnu).
  • Optimized Workflow: Organized by frequency of use—from precision trimming to automated scene detection and high-quality WebP/GIF exports.

📦 Included Assets

  • linux-ffmpeg-rust-scripts-v1.tar.gz: Standard Linux distributions (64-bit).
  • nixos-ffmpeg-rust-scripts-v1.tar.gz: Optimized for NixOS users.
  • windows-ffmpeg-rust-scripts-v1.zip: Windows 10/11 executables.

🛡️ Verify Download Integrity

To ensure your download is safe and complete, compare the file hash with the provided .sha256 files.

Linux / NixOS

sha256sum -c <filename>.sha256

Windows (PowerShell)

View expected hash

cat <filename>.sha256

Compare with actual hash

Get-FileHash <filename> -Algorithm SHA256

Developed by NapoleonWils0n. Licensed under BSD-3-Clause.