LocalMorph.Bridge
0.1.1
dotnet tool install --global LocalMorph.Bridge --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local LocalMorph.Bridge --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LocalMorph.Bridge&version=0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package LocalMorph.Bridge --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LocalMorph Bridge .NET tool
localmorph-bridge is a local ASP.NET Core companion service. It uses only a
system-installed ffmpeg found on PATH; it never bundles or downloads it.
Install the .NET 10 SDK
and ensure ffmpeg is on PATH. On Windows, install the SDK with:
winget install --id Microsoft.DotNet.SDK.10 -e
Verify dotnet --version begins with 10., then run the tool without
installing it:
dnx LocalMorph.Bridge
Or install and run it globally:
dotnet tool install --global LocalMorph.Bridge
localmorph-bridge
The service prints its localhost URL and a new per-launch token on standard
output. Enter both values in LocalMorph's Local FFmpeg Bridge settings. The
tool binds only to 127.0.0.1 and does not bundle or download FFmpeg.
| Product | Versions 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.