|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/part-1-video-coding-with-ffmpeg-and-c-in-replit-online-ide/
课程评论:没有评论
**课程名称:** Part 1: 使用FFMPEG和C进行视频编码 **课程概述:** 本课程是一门非常易于上手的视频编码入门课程,无需任何安装,您可以在手机或笔记本电脑上进行学习,得益于Replit在线IDE的便利性。FFMPEG是一个音频和视频处理库,被Netflix、TikTok、Comcast和Disney等公司工程师广泛使用。视频编码工程师拥有极高的薪资潜力,年薪可达180K美元,而Netflix等公司更是为视频编码工程师提供高达900K美元的总薪酬。 本视频系列旨在向有志于进入高薪领域的学习者介绍视频编码。课程重点在于使用C语言进行编程,而非命令行操作。所有代码均在Replit在线IDE中编写,方便学习者跟随讲师同步实践。 **课程内容:** 本课程将带领学习者深入了解FFMPEG C API。与专注于命令行的课程不同,本系列课程侧重于用C语言编写代码。 **学习内容包括:** * 如何有效查阅和理解庞杂的FFMPEG文档。 * C语言程序员可用的FFMPEG数据结构。 * 专业C语言程序员在使用FFMPEG时的技巧和窍门。 **第一部分课程结束后,学习者将掌握以下关键数据结构:** * AVDictionary * AVDictionaryEntry * AVCodec * AVCodecParameters * AVStream * AVFormatContext * AVRational * AVMEDIA_TYPE **此外,学习者还将学会如何处理 inttypes.h 头文件中定义的 int64_t 数据类型。**
**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 -How to navigate the vast FFMPEG documentation. The data structures available to C programmers.Tips and Tricks professional C programmers use with FFMPEG.By the end of the 1st part learners shall grasp these data structures:AVDictionaryAVDictionaryEntryAVCodecAVCodecParametersAVStreamAVFormatContextAVRationalAVMEDIA_TYPELearners shall also learn how to work with int64_t data types as defined in the inttypes.h header.