Librempeg 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.
