BorkScanner 0.1.4
dotnet tool install --global BorkScanner --version 0.1.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local BorkScanner --version 0.1.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=BorkScanner&version=0.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package BorkScanner --version 0.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BorkScanner
BorkScanner is a fast, multi-threaded, multi-platform, CLI tool for scanning video files for corruption using FFmpeg. It supports scanning full files or only checking first frame for speed, concurrent processing, and outputs detailed logs of any errors found.
Features
Full or fast scan modes
- Full = Entire file
- Fast = First frame only
Multi-threaded file processing
Limit concurrent FFmpeg processes
Recursive directory scanning
Produces detailed reports and splits files into
- Major Errors (Unplayable)
- Minor Errors (Issues but playable)
- Clean (No issues)
Installation
NuGet (Recommended)
Requires .NET SDK installed.
dotnet tool install --global BorkScanner
Wget
wget -L https://github.com/KogaraDigital/BorkScanner/releases/download/v0.0.1/BorkScanner
chmod +x BorkScanner
Usage
BorkScanner <directory> [full|fast] [--filethreads <int>] [--ffmpeginstances <int>] [--recursive|--norecursive]
- <directory> Directory to scan (required)
- full|fast Scan mode. 'full' = entire file, 'fast' = first frame only (default: full)
- --filethreads <int> Number of file-processing threads (default: logical processors / 2)
- --ffmpeginstances <int> Max number of concurrent ffmpeg processes (default: 4)
- --recursive Scan subdirectories (default)
- --norecursive Disable scanning subdirectories
Example
Scan the first frame of all videos in ~/Videos recursively, using 2 file threads and limiting FFmpeg to 3 concurrent instances:
BorkScanner ~/Videos fast --filethreads 2 --ffmpeginstances 3 --recursive
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.