Skip to content

mystery123sk/VLCRenderToBitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLCRenderToBitmap

Example usage of VLC in C#/WPF to render video into memory bitmap (and draw this bitmap later to screen). There is a freeze problem when using the scrollbar to seek the media file.

Generates BitmapSource from VLC video, which can be used in WPF. It's not really effective, since the bitmap is copied inside the code. But it works.

Don't forget to reinstall nuget packages using Update-Package -reinstall in the Package Manager Console.

About

Example usage of VLC in C#/WPF to render video into memory bitmap (and to screen after).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages