All Projects → magiclen → FFmpeg-For-MagicLen-Applications

magiclen / FFmpeg-For-MagicLen-Applications

Licence: Unknown and 3 other licenses found Licenses found Unknown LICENSE.md GPL-2.0 COPYING.GPLv2 GPL-3.0 COPYING.GPLv3 LGPL-3.0 COPYING.LGPLv3
Modified FFmpeg for MagicLen Applications

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
objective c
16641 projects - #2 most used programming language
Makefile
30231 projects
C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to FFmpeg-For-MagicLen-Applications

Video Srt
这是一个可以识别视频语音自动生成字幕SRT文件的开源命令行工具。
Stars: ✭ 222 (+469.23%)
Mutual labels:  ffmpeg
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (+482.05%)
Mutual labels:  ffmpeg
Php Ffmpeg Video Streaming
📼 Package media content for online streaming(DASH and HLS) using FFmpeg
Stars: ✭ 246 (+530.77%)
Mutual labels:  ffmpeg
Gifine
Quickly record and edit gifs and videos of your desktop
Stars: ✭ 225 (+476.92%)
Mutual labels:  ffmpeg
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+7171.79%)
Mutual labels:  ffmpeg
Obscuracam
Photo and Video Filtering App for Privacy
Stars: ✭ 238 (+510.26%)
Mutual labels:  ffmpeg
Ffmpeg Aws Lambda Layer
FFmpeg/FFprobe AWS Lambda layer
Stars: ✭ 222 (+469.23%)
Mutual labels:  ffmpeg
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (+8007.69%)
Mutual labels:  ffmpeg
Go Fluent Ffmpeg
A Go implementation of fluent-ffmpeg
Stars: ✭ 232 (+494.87%)
Mutual labels:  ffmpeg
Swiftffmpeg
A Swift wrapper for the FFmpeg API
Stars: ✭ 243 (+523.08%)
Mutual labels:  ffmpeg
Mpv
🎥 Command line video player
Stars: ✭ 17,018 (+43535.9%)
Mutual labels:  ffmpeg
Fanplayer
A portable video player based on ffmpeg for windows and android platform.
Stars: ✭ 229 (+487.18%)
Mutual labels:  ffmpeg
Lintel
A Python module to decode video frames directly, using the FFmpeg C API.
Stars: ✭ 240 (+515.38%)
Mutual labels:  ffmpeg
Videocalling
局域网p2p视频聊天
Stars: ✭ 223 (+471.79%)
Mutual labels:  ffmpeg
Qsvideoplayer
安卓视频播放器AndroidVideoplayer,架构设计优良功能丰富,支持多种解码,支持设置比例,浮窗,倍速,静音等
Stars: ✭ 246 (+530.77%)
Mutual labels:  ffmpeg
Hls Vod
HTTP Live Streaming with on-the-fly encoding of any video file for Web/Apple TV/iPhone/iPad/iPod
Stars: ✭ 221 (+466.67%)
Mutual labels:  ffmpeg
Video Transcoder
Android app for video and audio transcoder, based on FFmpeg
Stars: ✭ 234 (+500%)
Mutual labels:  ffmpeg
Ffmpeg Ios Build Script
Shell scripts to build FFmpeg for iOS and tvOS
Stars: ✭ 2,814 (+7115.38%)
Mutual labels:  ffmpeg
Ffmpeg Video Slideshow Scripts
Shell scripts to create video slideshows using images and videos
Stars: ✭ 248 (+535.9%)
Mutual labels:  ffmpeg
Sist2
Lightning-fast file system indexer and search tool
Stars: ✭ 245 (+528.21%)
Mutual labels:  ffmpeg

FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides means to alter decoded audio and video through a directed graph of connected filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libswresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis tool to inspect multimedia content.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Contributing

Patches should be submitted to the ffmpeg-devel mailing list using git format-patch or git send-email. Github pull requests should be avoided because they are not part of our review process and will be ignored.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].