Contribute Media
A thank you to everyone who makes this possible: Read More

Multimedia processing with FFMpeg and Python

Description

[EuroPython 2024 — Terrace 2B on 2024-07-11]

Multimedia processing with FFMpeg and Python by Michał Rokita

https://ep2024.europython.eu/session/multimedia-processing-with-ffmpeg-and-python

Multimedia processing can be very complex, especially if you want to handle most of the available codecs and formats. Fortunately, we have FFMpeg - a "complete, cross-platform solution to record, convert and stream audio and video". It is a great tool, but its CLI is quite complex and challenging to master unless you use it on a daily basis. During this talk, I will tell you what FFmpeg is and how to use it in Python without hurting yourself.

---

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: https://creativecommons.org/licenses/by-nc-sa/4.0/

Improve this page