BasixKOR / frapper

Minimalist ffmpeg wrapper C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frapper

Minimalist Fmmpeg Wraper for .Net.

About

Nuget package

Fmmpeg site

Usage

First, add ffmpeg.exe path to your App.config or Web.config.

<appSettings>
  <add key="ffmpeg:ExeLocation" value="C:\ffmpeg.exe" />
</appSettings>

Then:

using Frapper;

FFMPEG ffmpeg = new FFMPEG();
// Get file information :)
ffmpeg.RunCommand("--i C:\\lol.mp4");

About

Minimalist ffmpeg wrapper C#


Languages

Language:C# 100.0%