391 packages tagged with “ffmpeg”
FFmpeg auto generated unsafe bindings for C#/.NET and Mono.
A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications
Cross-platform wrapper for FFmpeg.
.NET wrapper for common ffmpeg tasks.
Video converter component for C#/.NET (wrapper for ffmpeg command line tool). Can convert video/audio files, transcode live streams, extract video thumbnails, apply watermarks to video, screen capture etc - everything that is possible with ffmpeg from the command line. Supports .NET streams for input/output (encode/decode without tmp files). NReco.VideoConverter nuget can be used for free in non-SaaS apps that have only one single-server production deployment. This nuget package includes ffmpeg.exe (it is extracted on the first use automatically - you don't need to deploy ffmpeg separately) and therefore can be used only on Windows. For cross-platform deployments NReco.VideoConverter.LT nuget should be used instead. How to use: var ffmpeg = new NReco.VideoConverter.FFMpegConverter(); ffmpeg.ConvertMedia("input.avi",null,"output.mp4",null,new ConvertSettings()); More info (VideoConverter online demo, examples): https://www.nrecosite.com/video_converter_net.aspx
LibVLC is a modular multimedia framework that can render video and output audio as well as encode and stream. As it is native code, you will need to use a wrapper library such as LibVLCSharp to use it from .NET.
LibVLCSharp is a cross-platform audio and video API for .NET platforms based on VideoLAN's LibVLC Library. It provides a comprehensive multimedia API that can be used across mobile, server and desktop to render video and output audio. Mono, .NET Framework and .NET Core runtimes are supported. This package contains the core features of LibVLCSharp (libvlc loading and initialization, .NET-friendly classes to ease the use of libvlc...). All other `LibVLCSharp.*` packages depend on this one. Features: - Play every media file formats, every codec and every streaming protocols - Run on every platform, from desktop (Windows, Linux, Mac) to mobile (Android, iOS) and TVs - Hardware and efficient decoding on every platform, up to 8K - Network browsing for distant filesystems (SMB, FTP, SFTP, NFS...) and servers (UPnP, DLNA) - Playback of Audio CD, DVD and Bluray with menu navigation - Support for HDR, including tonemapping for SDR streams - Audio passthrough with SPDIF and HDMI, including for Audio HD codecs, like DD+, TrueHD or DTS-HD - Support for video and audio filters - Support for 360 video and 3D audio playback, including Ambisonics - Able to cast and stream to distant renderers, like Chromecast and UPnP renderers. This package also contains the views for the following platforms: - Android - iOS - Mac - tvOS - UWP If you need Xamarin.Forms support, see LibVLCSharp.Forms. LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.
FFmpeg auto generated unsafe bindings for C#/.NET and Mono. An abstraction API has been created specifically for use in .NET MAUI scenarios. This API can be utilized in conjunction with either the FFmpeg.AutoGen.Bindings.DynamicallyLinked, FFmpeg.AutoGen.Bindings.DynamicallyLoaded or FFmpeg.AutoGen.Bindings.StaticallyLinked package.
MediaToolkit is a .NET library which can convert and process audio and video files. Functionality: - Grab thumbnails from videos - Cut / split videos - Convert video files into various other video formats. - Perform video transcoding tasks. - Set bit rate - Set frame rate - Set resolution or size - Set aspect ratio - Set duration - Perform audio transcoding tasks. - Set audio sample rate - Convert video to physical formats using FILM, PAL or NTSC tv standards - DVD - DV - DV50 - VCD - SVCD
FFmpeg auto generated unsafe bindings for C#/.NET and Mono. The Dynamic Loading implementation relies on lazy import function resolution, and it allows for the specification of the location of native binaries via DynamicallyLoadedBindings.LibrariesPath.
Contains classes and methods to handle video sources using FFMPEG. For this reason, this package is available under the GPL license only. This package originated from the AForge.NET Framework and is part of the Accord.NET Framework.
Packages the ffmpeg.exe executable. Installing this package adds a build step to your project that will copy this executable to the bin directory under a "ffmpeg" folder. Refer to the FFmpeg documentation for details on how to use this executable (https://ffmpeg.org/ffmpeg.html).
FFmpeg assemly downloader. Download ffmpeg binary data on Windows, Mac or Linux.
Generate arguments for ffmpeg executable
Outputs for FFmpegArgs
Simply adds the yt-dlp nightly Windows executable, updated daily (if available)
Inputs for FFmpegArgs
Filters for FFmpegArgs
Headers, import libraries, and runtime dlls for FFmpeg, based on the official FFmpeg windows builds.
Headers, import libraries, and runtime dlls for FFmpeg, based on the official FFmpeg BtbN/FFmpeg-Builds. Support C/C++ and C# project.
VisioForge .Net products FFMPEG redist for Windows x86.
Core of FFmpegArgs
Video converter component for C#/.NET (wrapper for ffmpeg command line tool). Can convert video/audio files, transcode live streams, extract video thumbnails, apply watermarks to video, screen capture etc - everything that is possible with ffmpeg from the command line. Supports .NET streams for input/output (encode/decode without tmp files). This LT-version nuget package does NOT include ffmpeg.exe and is suitable for cross-platform deployments (Windows, Linux/Docker, Mac-OS) or using a ffmpeg build/version of your choice. NOTE: LT nuget is not available for free users. Please contact support@nrecosite.com if you want to get a demo key for evaluation/testing purposes. How to use: var ffmpeg = new NReco.VideoConverter.FFMpegConverter(); NReco.VideoConverter.License.SetLicenseKey("your_id", "your_license_key"); ffmpeg.FFMpegExeName = "ffmpeg.exe"; // for Linux/MacOS: "ffmpeg" ffmpeg.FFMpegToolPath = "<path_to_folder_with_ffmpeg>"; ffmpeg.ConvertMedia("input.avi",null,"output.mp4",null,new ConvertSettings()); More info (VideoConverter online demo, examples): https://www.nrecosite.com/video_converter_net.aspx
Executable for FFmpegArgs
Provides FFmpeg based audio and video media end points that can be used with the SIPSorcery real-time communications library.
Simply adds the FFmpeg Windows executable, updated daily (if available)
Lanymy.Common.Enums 通用辅助类库. 序列化 ; 压缩 ; 数据流加密 ; 文件操作 ; 枚举扩展 ; 沙盒操作 ; 进程 ; 二维码 ; 反射 ; 版本 ; 流水号 ; 验证码 ; CMD命令行操作器 ; ffmpeg辅助类 ; 加密/解密 ;
Lanymy.Common.ConstKeys 通用辅助类库. 序列化 ; 压缩 ; 数据流加密 ; 文件操作 ; 枚举扩展 ; 沙盒操作 ; 进程 ; 二维码 ; 反射 ; 版本 ; 流水号 ; 验证码 ; CMD命令行操作器 ; ffmpeg辅助类 ; 加密/解密 ;