TSGU-OSC / Learn_FFmpeg_the_Hard_Way

Welcome to our library of command line and development tutorials for the FFmpeg audio and video codec program
MIT License
5 stars 4 forks source link

Learn FFmpeg the Hard Way

This title is inspired by Leandro Moreira's tutorial, particularly echoing the approach of Learn FFmpeg libav the Hard Way.

introduction

📢 Welcome to our library of command line and development tutorials for the FFmpeg audio and video codec program

Introduction to ffmpeg

🌟 FFmpeg is an open-source cross platform audio and video processing tool that can be used to record, convert, and stream audio and video files. FFmpeg is written in C language and supports multiple operating systems, including Windows, Linux, macOS, etc.

ffmpeg official website

ffmpeg download

ffmpeg official document

ffmpeg tutorial

FFmpeg provides some core libraries and tools that enable developers to easily handle video and audio files. The supported features include:

Participate and contribute.

  1. Fork's own warehouse
  2. Submit code
  3. Create Pull Request

🚀 Please refer to our Contribution Guide for details.

Portal

Basic Knowledge
Code Examples
Command Line Usage
Code Development
Compile

Thank you

😁 Sincere thanks to Hakan Soyalp, Stephen DrangerLeandromoreira's contribution to teaching ffmpeg development