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.
