Difference between revisions of "Ffmpeg"
(Tweaks.) |
m (Fix features list display.) |
||
Line 5: | Line 5: | ||
* ffmpeg – Converts one video file format to another and supports grabbing and encoding in real time from a TV card. | * 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 | + | * 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 | * ffplay – simple media player based on SDL and the ffmpeg libraries | ||
* ffprobe – a media file prober | * ffprobe – a media file prober |
Revision as of 15:40, 10 August 2014
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
Documentation
Documentation
IRC general channel
- irc://chat.freenode.net/ffmpeg
IRC development channel
- irc://chat.freenode.net/ffmpeg-devel
Download
http://ffmpeg.org/download.html
version 4.2.2
(stable)
released on 31 December 2019
User level
Advanced
Donate link
https://ffmpeg.org/donations.html
VCS Checkout
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
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
Related Projects
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 |
---|---|
Fabrice Bellard | Original Author |
Derek Buitenhuis | Developer |
Clément Bœsch | Developer |
Michael Niedermayer | Project Leader |
Hendrik Leppkes | Developer |
Carl Eugen Hoyos | Developer |
Stefano Sabatini | Developer |
James Almer | Developer |
Nicolas George | Developer |
Paul B. Mahol | Developer |
Christophe Gisquet | Developer |
Peter Ross | Developer |
Reimar Döffinger | Developer |
Marton Balint | Developer |
Ronald S. Bultje | Developer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer | Mailing List Info/Archive | http://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel |
Support | Mailing List Info/Archive | http://lists.ffmpeg.org/mailman/listinfo/ffmpeg-user |
Debian (Ref) | https://tracker.debian.org/pkg/ffmpeg | |
Ruby (Ref) | https://rubygems.org/gems/ffmpeg |
Software prerequisites
This entry (in part or in whole) was last reviewed on 29 February 2020.
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.