ModelingEvolution.Mjpeg.Cli 1.2.3

dotnet tool install --global ModelingEvolution.Mjpeg.Cli --version 1.2.3
                    
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 ModelingEvolution.Mjpeg.Cli --version 1.2.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ModelingEvolution.Mjpeg.Cli&version=1.2.3
                    
nuke :add-package ModelingEvolution.Mjpeg.Cli --version 1.2.3
                    

MJPEG CLI

A command-line tool for extracting frames and converting MJPEG recordings to MP4 with HDR support.

Installation

dotnet tool install --global ModelingEvolution.Mjpeg.Cli

Commands

Extract - Extract JPEG frames from MJPEG recording

mjpeg-cli extract <input-path> --output-dir=<dir> [--hdr-window=N] [--hdr-algorithm=<mode>]

Convert - Convert MJPEG recording to MP4

mjpeg-cli convert <input-path> --output=<file.mp4> [--hdr-window=N] [--fps=N] [--codec=<fourcc>]

HDR Processing

Supports exposure bracketing HDR with automatic format detection (Gray8/I420).

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
1.2.3 30 1/18/2026