FFmpeg for Jellyfin
Go to file
2015-03-16 23:51:01 +01:00
compat Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
doc Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
libavcodec Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
libavdevice Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
libavfilter Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
libavformat Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
libavresample Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
libavutil Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
libpostproc Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
libswresample Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
libswscale Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
presets Imported Upstream version 2.3 2014-07-19 21:38:16 +02:00
tests Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
tools Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
.gitattributes Imported Upstream version 2.5 2014-12-04 23:19:02 +01:00
arch.mak Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
Changelog Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
cmdutils_common_opts.h Imported Upstream version 2.5 2014-12-04 23:19:02 +01:00
cmdutils_opencl.c Imported Upstream version 2.3 2014-07-19 21:38:16 +02:00
cmdutils.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
cmdutils.h Imported Upstream version 2.5 2014-12-04 23:19:02 +01:00
common.mak Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
configure Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
COPYING.GPLv2 Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
COPYING.GPLv3 Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
COPYING.LGPLv2.1 Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
COPYING.LGPLv3 Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
CREDITS Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
ffmpeg_dxva2.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
ffmpeg_filter.c Imported Upstream version 2.5 2014-12-04 23:19:02 +01:00
ffmpeg_opt.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
ffmpeg_vda.c Imported Upstream version 2.3 2014-07-19 21:38:16 +02:00
ffmpeg_vdpau.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
ffmpeg.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
ffmpeg.h Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
ffplay.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
ffprobe.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
ffserver_config.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
ffserver_config.h Imported Upstream version 2.5 2014-12-04 23:19:02 +01:00
ffserver.c Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
INSTALL.md Imported Upstream version 2.3 2014-07-19 21:38:16 +02:00
library.mak Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
LICENSE.md Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
MAINTAINERS Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
Makefile Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
README.md Imported Upstream version 2.6 2015-03-07 13:08:53 +01:00
RELEASE Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
RELEASE_NOTES Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
VERSION Imported Upstream version 2.6.1 2015-03-16 23:51:01 +01:00
version.sh Imported Upstream version 2.3.1 2014-07-31 21:25:56 +02:00

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 a mean to alter decoded Audio and Video through chain of 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.
  • ffserver is a multimedia streaming server for live broadcasts.
  • 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.