All Projects → fawdlstty → Fawcourse_ffmpeg

fawdlstty / Fawcourse_ffmpeg

ffmpeg教程,非命令行模式

Projects that are alternatives of or similar to Fawcourse ffmpeg

Teach Me Quantum
⚛ 10 week Practical Course on Quantum Information Science and Quantum Computing - with Qiskit and IBMQX
Stars: ✭ 118 (-9.23%)
Mutual labels:  course
Ffscreencast
ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
Stars: ✭ 1,625 (+1150%)
Mutual labels:  ffmpeg
Youtube2audio
Desktop application to download YouTube videos as annotated MP3 or MP4 files
Stars: ✭ 128 (-1.54%)
Mutual labels:  ffmpeg
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+1320.77%)
Mutual labels:  ffmpeg
Statistical Rethinking
An interactive online reading of McElreath's Statistical Rethinking
Stars: ✭ 123 (-5.38%)
Mutual labels:  course
Xl player
A high performance Android media player, base on ffmpeg and MediaCodec, support VR video.
Stars: ✭ 126 (-3.08%)
Mutual labels:  ffmpeg
Ustc Course
❤️中国科学技术大学课程资源
Stars: ✭ 11,274 (+8572.31%)
Mutual labels:  course
Rtmp Ts Dash Webrtc
👾 音视频解决方案 Audio and video solutions(AV1)
Stars: ✭ 129 (-0.77%)
Mutual labels:  ffmpeg
Thumbnailer
Go media thumbnailer
Stars: ✭ 123 (-5.38%)
Mutual labels:  ffmpeg
Anirip
🎬 A Crunchyroll show/season ripper
Stars: ✭ 127 (-2.31%)
Mutual labels:  ffmpeg
Android
Android app for collecting OpenStreetCam imagery
Stars: ✭ 119 (-8.46%)
Mutual labels:  ffmpeg
Patch
Something could be public patches
Stars: ✭ 120 (-7.69%)
Mutual labels:  ffmpeg
Ffmpeg
Automated scripts for installation of ffmpeg and its most popular libraries from source under Ubuntu and a detailed wiki containing a lot of hints and tricks for ffmpeg.
Stars: ✭ 126 (-3.08%)
Mutual labels:  ffmpeg
Scala Course
Scala for Statistical Computing and Data Science Short Course
Stars: ✭ 118 (-9.23%)
Mutual labels:  course
Fwf
HTML video editor with FFmpeg
Stars: ✭ 128 (-1.54%)
Mutual labels:  ffmpeg
Canvas2video
Convert dynamic canvas to video, support merge audio
Stars: ✭ 117 (-10%)
Mutual labels:  ffmpeg
Live Stream From Desktop
Provide guidance to test live streaming (mpeg-dash or hls) or vod from your desktop
Stars: ✭ 124 (-4.62%)
Mutual labels:  ffmpeg
Tiktokbot
A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
Stars: ✭ 126 (-3.08%)
Mutual labels:  ffmpeg
Ffplayout Engine
python and ffmpeg based playout
Stars: ✭ 128 (-1.54%)
Mutual labels:  ffmpeg
Makerlapse App
Document Your Journery Into A Timelapse Video
Stars: ✭ 127 (-2.31%)
Mutual labels:  ffmpeg

FawCourse_FFmpeg

FFmpeg教程,非命令行模式

GitHub地址

在线阅读

所有示例

引言

FFmpeg 是一个音视频领域使用最广泛的开源库。由C语言编写,但广泛的为C/C++、C#、Java、Python等主流编程语言所调用。它集合了几乎所有的编码解码库与流协议,并能任意添加图片或文字水印,几乎能完美处理您对音视频开发领域的几乎所有需求。 FFmpeg的开源协议为LGPL或GPL协议,也就是说它能在一定程度上允许闭源商用,前提是不要使用它的GPL开源的功能。

起因

FFmpeg算是我个人近期入门时间最长的一个库了,学它耗费了我大量时间,最主要的原因还是因为资料难找。所以我个人整理一套FFmpeg入门资料,留作备用,另外也帮助后面准备入门的初学者们能更快的上手开发。

我对FFmpeg的入门离不开雷总博客的帮助。在此向雷总致敬。

雷霄骅的博客:https://blog.csdn.net/leixiaohua1020

雷霄骅的代码库:https://github.com/leixiaohua1020

目标读者

  1. 本教程假定读者已经熟悉了传统 C/C++ ,至少在阅读传统 C++ 代码上不具备任何困难,渴望在短时间内迅速了解音视频原理的人或需要对音视频做处理的人非常适合;
  2. 本教程一定程度上整理了音视频领域开发的关键点,对FFmpeg开发比较熟悉,需要一本方便随时查阅的读者。

其他

开源协议:CC BY-NC-ND 4.0

打赏:

打赏

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].