Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodecMedia NuGet

.NET package scaffold for the CodecMedia engine.

This project is prepared for porting behavior from codecmedia-java and codecmedia-npm. The current implementation is intentionally minimal and extension-based so the package can build while parser and conversion behavior is ported.

Status

  • Package version: 0.1.0
  • Target framework: net8.0
  • License: Apache-2.0

Quick Start

using CodecMedia;

var engine = CodecMedia.CodecMedia.CreateDefault();
var result = engine.Probe("sample.mp3");
Console.WriteLine($"{result.MimeType} {result.Extension}");

Development

dotnet build
dotnet pack -c Release

Next Work

  • Port parser-backed probing from Java/npm.
  • Add validation options and strict parser checks.
  • Add metadata, extraction, playback, and conversion APIs.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages