All Projects → illuusio → Ffmpeg Example

illuusio / Ffmpeg Example

Licence: mit
FFMPEG 0.11-4.4/LibAV 0.8-11 example application with byte exact reading

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ffmpeg Example

Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (+238.64%)
Mutual labels:  cmake, audio, ffmpeg
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+1172.73%)
Mutual labels:  audio, ffmpeg
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+11643.18%)
Mutual labels:  audio, ffmpeg
Ffmpeg Normalize
Audio Normalization for Python/ffmpeg
Stars: ✭ 631 (+1334.09%)
Mutual labels:  audio, ffmpeg
Ffmpegcore
A .NET FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your C# applications
Stars: ✭ 429 (+875%)
Mutual labels:  audio, ffmpeg
Ffmpeg Php
FFmpegPHP is a pure OO PHP port of ffmpeg-php library that was written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)
Stars: ✭ 446 (+913.64%)
Mutual labels:  audio, ffmpeg
Trinity
android video record editor muxer sdk
Stars: ✭ 609 (+1284.09%)
Mutual labels:  audio, ffmpeg
Cmake Templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
Stars: ✭ 368 (+736.36%)
Mutual labels:  cmake, example
Homebridge Camera Ffmpeg
Homebridge Plugin Providing FFmpeg-based Camera Support
Stars: ✭ 726 (+1550%)
Mutual labels:  audio, ffmpeg
Ffmediaelement
FFME: The Advanced WPF MediaElement (based on FFmpeg)
Stars: ✭ 733 (+1565.91%)
Mutual labels:  audio, ffmpeg
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+1800%)
Mutual labels:  audio, ffmpeg
Awesome Video
A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.
Stars: ✭ 397 (+802.27%)
Mutual labels:  audio, ffmpeg
Mystiq
Qt5/C++ FFmpeg Media Converter
Stars: ✭ 393 (+793.18%)
Mutual labels:  audio, ffmpeg
Mediatoolkit
A .NET library to convert and process all your video & audio files.
Stars: ✭ 492 (+1018.18%)
Mutual labels:  audio, ffmpeg
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+9940.91%)
Mutual labels:  cmake, audio
Green Recorder
A simple screen recorder for Linux desktop. Supports Wayland & Xorg
Stars: ✭ 594 (+1250%)
Mutual labels:  audio, ffmpeg
Vst3sdk
VST 3 Plug-In SDK
Stars: ✭ 853 (+1838.64%)
Mutual labels:  cmake, audio
Qmplay2
QMPlay2 is a video and audio player which can play most formats and codecs.
Stars: ✭ 310 (+604.55%)
Mutual labels:  cmake, ffmpeg
Mpc Hc
MPC-HC's main repository. For support use our Trac: https://trac.mpc-hc.org/
Stars: ✭ 3,567 (+8006.82%)
Mutual labels:  audio, ffmpeg
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+62131.82%)
Mutual labels:  audio, ffmpeg

FFmpeg-example

FFmpeg 0.11-4.0 or Libav 0.8-11 example application with byte exact reading

FFmpeg/Libav example program

This program is example how to use FFmpeg or Libav library with Byte exact reading (Audio only!). Tested with 'gcc'. Currently it only outputs 'out-for.pcm' and 'out-rev.pcm' files that are in Stereo 16-bit raw audio files (s16) that can be opened with Audacity audio editor or similar which imports raw PCM audio.

Compiling with CMake

You need to have FFmpeg or Libav installed. You need CMake and pkg-config.

cmake .

If everything goes fine

make

Compiling with autotools

You need to have FFmpeg or Libav installed. You need have GNU autotools, pkg-config and libtools installed.

./autogen.sh
./configure

If everything goes fine

make

Compiling with scons

You need to have FFmpeg or Libav installed. You need have SCons and pkg-config.

scons

Compiling with script

You need to have FFmpeg or Libav installed. You need have pkg-config.

./compile-pkgconfig.sh

Running application

Currently tested files are OGG/Vorbis,MP3 and MP4 (also acc).

./FFmpeg-example-bin audio-file

You get as output 'out-for.pcm' and 'out-rev.pcm' files that contains played forward byte exact and reverse played file (as audio is normal!)

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