Skip to content

pedrocss/frapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages