I need to transcode video streams using C#. The streams come in a variety of formats, like MP4
, H264
, H263
, VP8
. Is there any library for c# that can transcode a MemoryStream
?
C# video transcoding library [closed]
Asked Answered
take a look at #2163536 –
Pirouette
Questions asking for library recommendation are often closed as not constructive. See this Meta Question But as Bill's answer to Best library for xyz suggest, asking how to do transcoding instead is perfectly fine and if a library recommendation is the answer that's fine. –
Adamok
There is a ffmpeg-sharp
library
ffmpeg-sharp is a wrapper library over the FFmpeg multimedia suite that provides easy to use wrappers for use in CIL products under both Mono and .NET
Also look at SharpFFmpeg
SharpFFmpeg is a C# binding of ffmpeg. The goal of SharpFFmpeg is to provide the facility that allows .NET developers to easily create audio and video applications.
And MeWiG - MEncoder GUI for Windows
MeWiG is a Windows Frontend to the MEncoder (part of MPlayer) using the .NET Framework.You should be able to crop, scale, deinterlace, etc and finally convert almost any digital video-source, without the need for commandline-options.
© 2022 - 2024 — McMap. All rights reserved.