Demonstrates how to encode video.
- Node.js (which comes with npm) installed on your computer.
- PepperPlugin and its pre-requisites.
- The samples use a prebuilt version of electron-dotnet Building on OSX
# Go into the repository
cd WebSharp\Examples\api\VideoEncode# Compile the example project from Visual Studio 2015 Native Tools Command Prompt
msbuild VideoEncode.csproj# Compile the example project from Mac terminal
xbuild VideoEncode.csproj# Install dependencies and run the app
npm install && npm startLearn more about Electron Dotnet and its API in the Getting Started documentation.