Skip to content

Latest commit

 

History

History
 
 

README.md

Example VideoEncode

Demonstrates how to encode video.

Pre-requisites

To Run

# Go into the repository
cd WebSharp\Examples\api\VideoEncode

Windows

# Compile the example project from Visual Studio 2015 Native Tools Command Prompt 
msbuild VideoEncode.csproj

Mac

# Compile the example project from Mac terminal 
xbuild VideoEncode.csproj

Install dependencies and run the app.

# Install dependencies and run the app
npm install && npm start

Learn more about Electron Dotnet and its API in the Getting Started documentation.

License MIT