Here are
158 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
The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
Video Processing in Python
Updated
Nov 1, 2020
Python
Qt5/C++ FFmpeg Media Converter
Pythonic interface for FFmpeg/FFprobe command line
Updated
Jan 13, 2021
Python
Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
A colored progress bar for FFmpeg.
Updated
May 7, 2021
JavaScript
Library to easily get the ffprobe output of a given file
Interface to record a X11 desktop
Updated
Sep 19, 2020
Shell
golang binding for ffmepg
High-level API for FFmpeg's Command Line Tools
Updated
Apr 10, 2021
TypeScript
The easiest library for video processing
Batch script files for FFMPEG (Microsoft Windows and DOS, OS/2 🦄 )
Updated
Apr 18, 2021
Batchfile
A user-friendly Video Converter based on FFMPEG and written in Python/PyQt5.
Updated
Mar 12, 2021
Python
Rust - Self Contained FFmpeg Bindings
A slim PHP wrapper around ffmpeg to record screen,best for recording your acceptance test using selenium, easy to use and clean OOP interface
Updated
Feb 28, 2021
Clojure
A basic RTSP Client in SWIFT using FFMpeg wrapper for iOS.
A utility to record video/audio with ffmpeg
Go FFMPEG Library for RTSP streams (IP cameras)
JavaAVC (Java Audio/Video Codec) is FFmpeg wrapper for Java programming language.
Updated
Feb 19, 2018
Java
Makes it easy to encode a Anime using Anime4K with predefined encoding profiles!
Updated
Feb 20, 2021
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.
Allows you to edit videos automatically
Updated
Apr 28, 2021
Python
A simple Lib to share a video file to Facebook Live Streaming
Updated
Sep 30, 2019
JavaScript
FFmpeg4Java provides a JNI wrapper of FFmpeg library
Updated
Dec 16, 2018
Java
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