Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Part 1: Video Coding with FFMPEG and C
Rating: 3.5 out of 5(16 ratings)
179 students

Part 1: Video Coding with FFMPEG and C

Turn FFMPEG commands into code using the C programming language. Handle FFMPEG Data Structures like a Pro Engineer.
Created byMurage Kibicho
Last updated 7/2023
English

What you'll learn

  • Learn the basic FFMPEG Data Structures i.e. AVStream, AVFormatContext, AVDictionary etc
  • Link native FFMPEG libraries to the GNU Compiler Collection
  • Learn how to use the Replit online IDE to improve learning outcomes
  • Handle image color correction and algorithmic pixel scaling
  • Convert FFMPEG command line text into C programs
  • Use the C Int Types library to work on raw integer data
  • Manipulate raw bytes for audio and graphical data in the C programming language

Course content

4 sections11 lectures1h 32m total length
  • Introduction1:31

    This section introduces the FFmpeg library to potential students.

  • Introduction to Replit and FFMPEG2:27

    This section introduces the Replit coding environment and the FFMPEG documentation.

    Students will also be exposed to Audacity software for audio processing and the STB library for image processing.

  • Replit Setup10:33

    This video introduces the FFMPEG online IDE.

    The file "murage.mp4" is included as a downloadable.

    By the end of the video, students shall be able to run FFMPEG inside Replit

Requirements

  • Basic grasp of C programming

Description

**You can code on your phone or laptop. No installations necessary! Super accessible course thanks to Replit!**

FFMPEG is an audio and video library used by Netflix, TikTok, Comcast and Disney engineers to manipulate audio and video.

Video coding engineers earn a basic salary of 180k and companies like NETFLIX pay video coding engineers 900k total compensation.

This video series introduces video coding to committed learners. We emphasize using the C programming language, not the command line. The goal is to make accessible video and audio coding to programmers who desire to work in HIGH-PAYING fields. All the code is written in Replit, an online IDE, to allow programmers to code alongside the instructor. Again, the instructor's goal is to make accessible video coding.

This course introduces learners to the FFMPEG C API. Unlike courses that teach the command line, this series focuses on writing code in the C programming language.

Students are taught -

  1. How to navigate the vast FFMPEG documentation.

  2. The data structures available to C programmers.

  3. Tips and Tricks professional C programmers use with FFMPEG.

By the end of the 1st part learners shall grasp these data structures:

  • AVDictionary

  • AVDictionaryEntry

  • AVCodec

  • AVCodecParameters

  • AVStream

  • AVFormatContext

  • AVRational

  • AVMEDIA_TYPE

Learners shall also learn how to work with int64_t data types as defined in the inttypes.h header.



Who this course is for:

  • Beginners who desire to learn the FFMPEG API in C
  • Programmers who want to get into the video and streaming industry
  • Teams that handle audio and visual content