All Projects → libav → Libav

libav / Libav

Licence: other
Libav github mirror, clone of git://git.libav.org/libav

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Libav

Mlt
MLT Multimedia Framework
Stars: ✭ 836 (-1.3%)
Mutual labels:  audio, multimedia
Mpv
🎥 Command line video player
Stars: ✭ 17,018 (+1909.21%)
Mutual labels:  audio, multimedia
Fdwaveformview
Reads an audio file and displays the waveform
Stars: ✭ 997 (+17.71%)
Mutual labels:  audio, multimedia
Pipewire
Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)
Stars: ✭ 922 (+8.85%)
Mutual labels:  audio, multimedia
Mystiq
Qt5/C++ FFmpeg Media Converter
Stars: ✭ 393 (-53.6%)
Mutual labels:  audio, multimedia
Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (-82.41%)
Mutual labels:  audio, multimedia
Csfml
Official binding of SFML for C
Stars: ✭ 211 (-75.09%)
Mutual labels:  audio, multimedia
Swiftffmpeg
A Swift wrapper for the FFmpeg API
Stars: ✭ 243 (-71.31%)
Mutual labels:  audio, multimedia
Sfml.net
Official binding of SFML for .Net languages
Stars: ✭ 354 (-58.21%)
Mutual labels:  audio, multimedia
Python Mpv
Python interface to the awesome mpv media player
Stars: ✭ 245 (-71.07%)
Mutual labels:  audio, multimedia
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+3132.82%)
Mutual labels:  audio, multimedia
Rust Av
Multimedia Toolkit written in pure rust.
Stars: ✭ 411 (-51.48%)
Mutual labels:  audio, multimedia
Sfml
Simple and Fast Multimedia Library
Stars: ✭ 7,316 (+763.75%)
Mutual labels:  audio, multimedia
Minimp3
Minimalistic MP3 decoder single header library
Stars: ✭ 898 (+6.02%)
Mutual labels:  audio
Blipkit
C library for creating the beautiful sound of old sound chips
Stars: ✭ 23 (-97.28%)
Mutual labels:  audio
Rtsp Simple Server
ready-to-use RTSP / RTMP server and proxy that allows to read, publish and proxy video and audio streams
Stars: ✭ 882 (+4.13%)
Mutual labels:  audio
Jssynth
Make music in your browser with this synthesizer and sequencer
Stars: ✭ 25 (-97.05%)
Mutual labels:  audio
Sndcpy
Android audio forwarding (scrcpy, but for audio)
Stars: ✭ 886 (+4.6%)
Mutual labels:  audio
Regina
Fetch new releases from http://www.juno.co.uk/.
Stars: ✭ 6 (-99.29%)
Mutual labels:  audio
Blueprintsound
A plugin for Unreal Engine 4 that surfaces sound-related functionality to Blueprint.
Stars: ✭ 6 (-99.29%)
Mutual labels:  audio

Libav

Build Status

Libav 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.
  • libavresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • avconv is a command line toolbox to manipulate, convert and stream multimedia content.
  • avplay is a minimalistic multimedia player.
  • avprobe is a simple analisys 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

Conding examples are available in the doc/example directory.

License

Libav codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].