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.
