Added an ffprobe helper class

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-18 17:40:24 -04:00
parent 3e86104641
commit 803ce0968e
4 changed files with 146 additions and 1 deletions

View File

@@ -52,6 +52,8 @@
<Compile Include="Configuration\ServerApplicationPaths.cs" />
<Compile Include="Configuration\ServerConfiguration.cs" />
<Compile Include="Events\ItemResolveEventArgs.cs" />
<Compile Include="FFMpeg\FFProbe.cs" />
<Compile Include="FFMpeg\FFProbeResult.cs" />
<Compile Include="IO\DirectoryWatchers.cs" />
<Compile Include="IO\Shortcut.cs" />
<Compile Include="Library\ItemController.cs" />