Anduin.Parser 10.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Anduin.Parser --version 10.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Anduin.Parser --version 10.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Anduin.Parser&version=10.0.8
                    
nuke :add-package Anduin.Parser --version 10.0.8
                    

Parser

MIT licensed Pipeline stat Test Coverage NuGet version ManHours

A small project helps me to parse and save my videos.

Install

Requirements:

  1. .NET 10 SDK

Run the following command to install this tool:

dotnet tool install --global Anduin.Parser

Usage

After getting the binary, run it directly in the terminal.

$ parser
Required command was not provided.
Option '--path' is required.

Description:
  A cli tool project helps to re-encode and save all videos under a path.

Usage:
  parser [command] [options]

Options:
  -g, --gpu                     Use NVIDIA GPU to speed up parsing. Only if you have an NVIDIA GPU attached. [default:
                                False]
  -c, --crf <crf>               The range of the CRF scale is 0-51, where 0 is lossless (for 8 bit only, for 10 bit use
                                -qp 0), 20 is the default, and 51 is worst quality possible. [default: 20]
  -p, --path <path> (REQUIRED)  Path of the videos to be parsed.
  -d, --dry-run                 Preview changes without actually making them
  -v, --verbose                 Show detailed log
  --version                     Show version information
  -?, -h, --help                Show help and usage information

Commands:
  ffmpeg  The command to convert all video files to HEVC using FFmpeg.

It will fetch all videos under that folder, and try to re-encode it with ffmpeg.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

Version Downloads Last Updated
10.0.9 0 2/13/2026
10.0.8 41 2/11/2026
10.0.7 81 2/8/2026
10.0.6 107 1/18/2026
10.0.5 95 1/14/2026
10.0.4 175 12/26/2025
10.0.3 141 12/12/2025
10.0.2 121 11/29/2025
10.0.1 356 11/17/2025
9.0.34 303 11/12/2025
9.0.33 221 10/29/2025
9.0.32 132 10/25/2025
9.0.31 213 9/11/2025
9.0.30 226 9/4/2025
9.0.29 292 8/7/2025
9.0.28 304 8/5/2025
9.0.27 160 8/1/2025
9.0.26 222 7/10/2025
9.0.25 211 7/9/2025
9.0.24 222 6/18/2025
Loading failed