Ffmpeg
FFmpeg
https://ffmpeg.org/
Software for audio/video recording, streaming, and conversion
FFmpeg is a complete solution to record, convert and stream audio and video.
Its components include:
- ffmpeg – Converts one video file format to another and supports grabbing and encoding in real time from a TV card.
- ffserver – HTTP (RTSP is being developed) multimedia streaming server for live broadcasts that supports time shifting.
- ffplay – simple media player based on SDL and the ffmpeg libraries
- ffprobe – a media file prober
- libavcodec – library containing all FFmpeg audio/video encoders and decoders (most developed from scratch for best performances and high reusability)
- libavfilter – video and audio filtering library
- libavformat – library of parsers and generators for all common audio/video formats
- libavutil – utility library containing functions used by all FFmpeg components
- libswscale – video scaler and pixel format converter
- libswresample – audio resampler and sample format converter
- libpostproc – video post-processing library
Download
http://ffmpeg.org/download.html
Categories
- Audio:cd-copying
- Audio:cd-playing
- Audio:mixing
- Audio:mp3
- Audio:ogg-vorbis
- Audio:waveform-manipulation
- Interface:command-line
- Library:C
- Program-build-automation:make-related
- Programming-language:C
- Protocol:http
- Runs-on:Windows
- Runs-on:BSD
- Runs-on:OS X
- Runs-on:GNU/Linux
- Use:video
- Use:compressing
- Use:editing
- Version-control:git
- Video:viewing
- Video:manipulation
- Works-with:video
- Works-with:audio
- Works-with-format:mp3
- Works-with-format:ogg-vorbis
- Works-with-format:speex
- Works-with-format:FLAC
- Works-with-format:ogg-theora
- Works-with-format:opus
- Works-with-format:webm
- Works-with-format:flv
- Works-with-format:swf
Licensing
License
Verified by
Verified on
Notes
License
Verified by
enyst
Verified on
23 August 2014
Notes
Optional parts of Ffmpeg are licensed GPLv2 or later, and they're activated when compiled with --enable-gpl option.
Leaders and contributors
Contact(s) | Role |
---|---|
Paul B. Mahol | Developer |
Derek Buitenhuis | Developer |
James Almer | Developer |
Stefano Sabatini | Developer |
Carl Eugen Hoyos | Developer |
Fabrice Bellard | Original Author |
Michael Niedermayer | Project Leader |
Ronald S. Bultje | Developer |
Reimar Döffinger | Developer |
Nicolas George | Developer |
Christophe Gisquet | Developer |
Clément Bœsch | Developer |
Hendrik Leppkes | Developer |
Marton Balint | Developer |
Peter Ross | Developer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) | https://tracker.debian.org/pkg/ffmpeg | |
Support | Mailing List Info/Archive | http://lists.ffmpeg.org/mailman/listinfo/ffmpeg-user |
Ruby (Ref) | https://rubygems.org/gems/ffmpeg | |
Developer | Mailing List Info/Archive | http://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.