COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200919212959/https://github.com/topics/ffmpeg-wrapper
Here are
133 public repositories
matching this topic...
ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
Updated
Mar 18, 2017
Shell
Android-Video-Trimmer项目实现了对长短视频进行片段的裁剪选择。使用MediaMetadataRetriever获取视频帧,采用ffmpeg进行视频裁剪,和视频压缩。
Updated
Jul 25, 2020
Java
Video Processing in Python
Updated
May 5, 2020
Python
The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
Qt5/C++ FFmpeg Media Converter
A colored progress bar for FFmpeg.
Updated
Jul 16, 2020
JavaScript
Interface to record a X11 desktop
Updated
Sep 19, 2020
Shell
Library to easily get the ffprobe output of a given file
The easiest library for video processing
A user-friendly Video Converter based on FFMPEG and writen in Python/PyQt5.
Updated
Aug 3, 2020
Python
A slim PHP wrapper around ffmpeg to record screen,best for recording your acceptance test using selenium, easy to use and clean OOP interface
Rust - Self Contained FFmpeg Bindings
Batch script files for FFMPEG (Microsoft Windows and DOS, OS/2 🦄 )
Updated
Sep 7, 2020
Batchfile
Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.it supports on Android 10
Updated
Sep 17, 2020
Java
A basic RTSP Client in SWIFT using FFMpeg wrapper for iOS.
A utility to record video/audio with ffmpeg
JavaAVC (Java Audio/Video Codec) is FFmpeg wrapper for Java programming language.
Updated
Feb 19, 2018
Java
FFmpeg4Java provides a JNI wrapper of FFmpeg library
Updated
Dec 16, 2018
Java
A simple Lib to share a video file to Facebook Live Streaming
Updated
Sep 30, 2019
JavaScript
.Net wrapper for media encoders such as FFmpeg, X264 and X265
A clojure wrapper around ffmpeg command line tools.
Updated
Jun 6, 2019
Clojure
Seven Converter | Free Converter for Video and Audio files | Simple tool for converting media files into various formats.
Makes it easy to encode a Anime using Anime4K with predefined encoding profiles!
Updated
Jun 5, 2020
Python
This is a C++ based FFmpeg Encoder/Decoder for Python 3.5+ & numpy 1.13+. Both Linux & Win versions are provided. Theoretically you do not need to install FFmpeg for using this library.
Transcodes HTTP-stream to HLS
A specialized Qt frontend for FFmpeg and other free media tools
Improve this page
Add a description, image, and links to the
ffmpeg-wrapper
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ffmpeg-wrapper
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Unless there is a good reason to have the thread
SynchronizationContext
preserved, all of yourawait ...
calls throughout the library should have.ConfigureAwait(false)
appended.Not having this causes deadlocks when having to call your library in a synchronous manner such as:
var meta = ffmpeg.GetMetaDataAsync(input).GetAwaiter().GetResult();
Obviously you would ideally not call it