MMaitre.VideoEffects by Matthieu Maitre

<PackageReference Include="MMaitre.VideoEffects" Version="2.2.0" />

 MMaitre.VideoEffects 2.2.0

Provides Media Extensions applying image effects from the Lumia Imaging SDK and DirectX HLSL pixel shaders to videos via MediaTranscoder, MediaComposition, MediaCapture, or MediaElement. Enables overlays, effect animations, cropping, creating square videos, and video analysis. Supports Universal Store Apps for Windows Phone 8.1 and Windows 8.1. For documentation see https://github.com/mmaitre314/VideoEffect .

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>MMaitre.VideoEffects</id>
    <version>2.2.0</version>
    <title>Video Effects</title>
    <authors>Matthieu Maitre</authors>
    <owners>Matthieu Maitre</owners>
    <licenseUrl>https://raw.githubusercontent.com/mmaitre314/VideoEffect/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/mmaitre314/VideoEffect</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Provides Media Extensions applying image effects from the Lumia Imaging SDK and DirectX HLSL pixel shaders to videos via MediaTranscoder, MediaComposition, MediaCapture, or MediaElement. Enables overlays, effect animations, cropping, creating square videos, and video analysis. Supports Universal Store Apps for Windows Phone 8.1 and Windows 8.1. For documentation see https://github.com/mmaitre314/VideoEffect .</description>
    <summary>Applies effects from the Lumia Imaging SDK and DirectX HLSL pixel shaders to videos.</summary>
    <releaseNotes>Add LumiaAnalyzer to improve the performance of video analysis.</releaseNotes>
    <copyright>Copyright © 2015, Matthieu Maitre. All rights reserved.</copyright>
    <tags>Native WinRT Nokia DirectX HLSL shader</tags>
    <dependencies>
      <dependency id="LumiaImagingSDK" version="2.0.184" />
    </dependencies>
  </metadata>
</package>