C++ and FFMPEG sometimes have an argument. With this article I want to describe how to make peace between them. In the bottom of the article there are two files. The first one is a pdf file where I describe how to implement a wrapper that allows programmers to use FFMPEG in C++ code, the second one is an archive (7zip) where is stored a Qt project, that uses FFMPEG library to create a simple sound. I hope that this article can help desperate programmers.
Paper Abstract
This paper aims to give some tips that allows programmers to use FFMPEG library in C++ and to create an own project with Qt Creator. First of all, I want to say sorry about my english, but this is the correct way to improve it and make more international this wiki. The examples that will be shown below are completely tested on Ubuntu OS. (See the pfd file for more)
Download the wiki (.pdf): UsingFFMPEGinCwithQtCreator.pdf
Download the Qt Creator example (.7z): fooAudioFFMPEG.7z
Related Posts
FFmpeg RecorderThe FFmpeg Recorder is an home-made application that lets to record a movie. It is based on the FFmpeg applications to acquire the streams coming from the webcam and microphone. Project description Github repository: https://github.com/angelosalatino/FFmpegRecorder Platform: currently only Linux (never tested on Windows) License: LGPL Current version: 1.0 Issue tracker: Here Key features capture a video stream from webcam (either internal or external) capture an audio…
Smart Health 2.0The goal of the project "Smart Health 2.0" is the realization of a technological system that implements an innovative model of healthcare based on the paradigm of digital open architecture, modular and scalable. The system allows to enable the development of new models of applicative cooperation among different operating entities in the field of Health, so that they can actively participate in the re-engineering of…
\n-RemoverThe \n-Remover is an home-made application that lets to remove the newlines from a text. Maybe this could be the most useless application ever thought but sometimes when you have it why not use it. This application has been developed because when you do copy and paste from a pdf file to a text file, you get the text with the newlines. These newlines could…