Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I learn ffmpeg?

Tags:

video

ffmpeg

I really want to get more into video/audio encoding and decoding, and I’ve heard that ffmpeg is a good tool, but I can’t find any good tutorials for it. Does anyone know a good way to learn it?

like image 339
BubLblckZ Avatar asked Feb 14 '20 17:02

BubLblckZ


People also ask

Is FFmpeg in C or C++?

FFmpeg is a pure C project, so to use the libraries within your C++ application you need to explicitly state that you are using a C library.

Is FFmpeg free?

FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams.


2 Answers

I think this tutorial is very well written and illustrated https://github.com/leandromoreira/ffmpeg-libav-tutorial

like image 151
Mattias Wadman Avatar answered Sep 27 '22 18:09

Mattias Wadman


Browse trough these links:

  • ffmpeg Encoding and Editing Course by Werner Robitza

    ffmpeg Encoding and Editing Course

  • ffmpeg examples by hhsprings (bitbucket.io)

    ffmpeg examples

  • ffmpeg book by Michael Koch

    ffmpeg book

  • ffmprovisr

    ffmprovisr

Books:

  • FFmpeg Basics: Multimedia handling with a fast audio and video encoder by Frantisek Korbel

    FFmpeg Basics

  • Learn to Produce Video with FFmpeg in 30 Minutes or Less by Jan Ozer

    Learn to Produce Video with FFmpeg in 30 Minutes or Less

like image 29
drake7 Avatar answered Sep 27 '22 18:09

drake7