Here are
28 public repositories
matching this topic...
FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more
Golang bindings for FFmpeg
[DEPRECATED] FFmpeg build for android random architectures with example jni
Android-Video-Trimmer项目实现了对长短视频进行片段的裁剪选择。使用MediaMetadataRetriever获取视频帧,采用ffmpeg进行视频裁剪,和视频压缩。
-
Updated
Jul 25, 2020
-
Java
A clean, easy-to-use C++ wrapper around the ffmpeg libraries
Stream video (e.g. RTSP) to an HTML5 video element (MP4)
A tool for capturing Half-Life videos on Linux.
Lightweight audio streaming server
Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.Small in size and it supports on Android 10
FFmpeg libraries (x86, x64, ARM, ARM64) for UWP (Universal Windows Platform)
-
Updated
May 6, 2019
-
Batchfile
Video spliter which use FFmpeg / HTML5
Docker image with ffmpeg libraries
-
Updated
Jan 22, 2020
-
Dockerfile
Events-driven, notification subscription system, with SecuritySpy and iMessage integration.
Full Featured Go Library for SecuritySpy
Video conferencing application for Linux. Made with Qt and libav libraries.
🎵 a simple library that makes it easy to implement a plug.dj clone
-
Updated
Sep 11, 2018
-
Shell
Kotlin + FFmpeg的Android音视频相关的Demo. 基于FFmpeg API来实现各种逻辑,而不是仅仅调用FFmpeg的命令行
add initial project files
A crossplatform player built with QT and AVLibs
Collecting useful command line about "FFmpeg"
-
Updated
Apr 19, 2020
-
Shell
RAII wrappers over ffmpeg types
Dockerfile for video/audio conversion on Ubuntu using ffmeg
Improve this page
Add a description, image, and links to the
ffmpeg-libraries
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-libraries
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.
Now application creates a video named "output.mp4". The task is to create a unique name in the following format "SR_DDMMYYYY_%%%.mp4"
DDMMYYYY represents the date, month and year.
%%% represents three digits start from 000 to a maximum of 999.
If the system date is 14-feb-2018, then the filename should be
example names are: SR_14022018_312.mp3