jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
PyAV for video processing
2021年11月4日 22:17
ffmpeg is an excellent tool for video processing.
However, using ffmpeg directly inside Python is not convenient enough.
Previously, I have been using ffmpeg-python, which is a thin wrapper around the ffmpeg command line executable.