FFmpeg for Jellyfin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nyanmisaka 273d33c583
Merge pull request #245 from nyanmisaka/next
4 days ago
.github Don't enable 6.0 in the release links before JF 10.9 3 months ago
builder Update dependencies and build scripts 4 days ago
compat New upstream version 6.0 3 months ago
debian Bump version to 6.0-3 4 days ago
doc New upstream version 6.0 3 months ago
ffbuild New upstream version 6.0 3 months ago
fftools New upstream version 6.0 3 months ago
libavcodec New upstream version 6.0 3 months ago
libavdevice New upstream version 6.0 3 months ago
libavfilter New upstream version 6.0 3 months ago
libavformat New upstream version 6.0 3 months ago
libavutil New upstream version 6.0 3 months ago
libpostproc New upstream version 6.0 3 months ago
libswresample New upstream version 6.0 3 months ago
libswscale New upstream version 6.0 3 months ago
presets Imported Upstream version 2.3 9 years ago
tests New upstream version 6.0 3 months ago
tools New upstream version 6.0 3 months ago
.gitattributes New upstream version 3.3.2 6 years ago
.mailmap New upstream version 4.4 2 years ago
.travis.yml New upstream version 4.2.1 4 years ago
CONTRIBUTING.md New upstream version 3.2 7 years ago
COPYING.GPLv2 Imported Upstream version 2.2 9 years ago
COPYING.GPLv3 Imported Upstream version 2.2 9 years ago
COPYING.LGPLv2.1 Imported Upstream version 2.2 9 years ago
COPYING.LGPLv3 Imported Upstream version 2.2 9 years ago
CREDITS Imported Upstream version 2.2 9 years ago
Changelog New upstream version 6.0 3 months ago
Dockerfile.in Update build scripts and dependencies 3 months ago
Dockerfile.make Hotfix for Mesa driver build 7 months ago
Dockerfile.win64.in Do not hardcode pkg version for windows build 7 months ago
Dockerfile.win64.make Update build scripts and dependencies 3 months ago
INSTALL.md New upstream version 4.2.1 4 years ago
LICENSE.md New upstream version 4.3.1 3 years ago
MAINTAINERS New upstream version 6.0 3 months ago
Makefile New upstream version 6.0 3 months ago
README.md New upstream version 5.0.1 1 year ago
RELEASE New upstream version 6.0 3 months ago
RELEASE_NOTES New upstream version 6.0 3 months ago
VERSION New upstream version 6.0 3 months ago
build Update llvm version for Ubuntu jammy 2 months ago
build-linux-amd64 Rename portable build scripts 7 months ago
build-linux-arm64 Rename portable build scripts 7 months ago
build-windows-win64 Update build scripts and dependencies 3 months ago
build.yaml Bump version to 6.0-3 4 days ago
configure New upstream version 6.0 3 months ago
cross-arm64.meson Add dav1d AV1 support for armhf and arm64 3 years ago
cross-armhf.meson Add dav1d AV1 support for armhf and arm64 3 years ago
cross-win64.meson add build script for windows win64 1 year ago
docker-build-win64.sh Update dependencies and build scripts 4 days ago
docker-build.sh Update dependencies and build scripts 4 days ago
toolchain-arm64.cmake Enable chromaprint in ffmpeg 1 year ago
toolchain-armhf.cmake Enable chromaprint in ffmpeg 1 year ago
toolchain-win64.cmake add build script for windows win64 1 year ago

README.md

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.