Skip to content

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg.Skia

FFmpeg.Skia extends the functionality of the FFmpeg (.NET Wrapper) project by integrating it with SkiaSharp.
It provides convenient tools to convert decoded FFmpeg frames (AVFrame) into Skia image objects (SKImage, SKBitmap) and classes for easily decoding and rendering video or image sequences using Skia.


📖 Overview

FFmpeg.Skia bridges the gap between FFmpeg’s powerful decoding capabilities and SkiaSharp’s GPU-accelerated rendering. Using GPU Frames directly is not supported. It allows .NET developers to display video frames or image sequences directly in Skia-based applications (such as MAUI, Avalonia, or WPF with Skia integration).

This library builds on top of the main FFmpeg project and offers:

  • Extension methods to convert FFmpeg frames to Skia objects
  • Simplified video and image decoding with Skia-ready bitmaps
  • Real-time frame rendering via events and async video playback

🚀 Getting Started

1. Prerequisites

Nuget-Package

FFmpegDotNet.Skia

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages