Skip to content

Instantly share code, notes, and snippets.

View visioforge's full-sized avatar

VisioForge visioforge

View GitHub Profile
@visioforge
visioforge / ScreenCaptureWMV.cs
Last active July 22, 2021 14:07
5 lines of code sample - Screen capture to WMV - VisioForge Video Capture SDK .Net - https://www.visioforge.com/video-capture-sdk-net
// Required NuGet packages:
// https://www.nuget.org/packages/VisioForge.DotNet.VideoCapture/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.VideoCapture.x64/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.VideoCapture.x86/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
@visioforge
visioforge / ScreenCaptureMP4.cs
Last active July 22, 2021 14:07
5 lines of code sample - Screen capture to MP4 - VisioForge Video Capture SDK .Net - https://www.visioforge.com/video-capture-sdk-net
// Required NuGet packages:
// https://www.nuget.org/packages/VisioForge.DotNet.VideoCapture/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.VideoCapture.x64/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.VideoCapture.x86/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.MP4.x64/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.MP4.x86/
using System;
using System.Collections.Generic;
using System.ComponentModel;
@visioforge
visioforge / VideoCaptureMP4.cs
Last active July 21, 2021 20:28
5 lines of code sample - Video capture to MP4 - VisioForge Video Capture SDK .Net - https://www.visioforge.com/video-capture-sdk-net
// Required NuGet packages:
// https://www.nuget.org/packages/VisioForge.DotNet.VideoCapture/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.VideoCapture.x64/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.VideoCapture.x86/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.MP4.x64/
// https://www.nuget.org/packages/VisioForge.DotNet.Core.Redist.MP4.x86/
using System;
using System.Collections.Generic;
using System.ComponentModel;