From b09b1abab2fc3ec7137c4bfe6ff0b67aa8d444b1 Mon Sep 17 00:00:00 2001 From: "Fernando Lopez Jr." Date: Sat, 1 Mar 2025 22:57:23 +0700 Subject: python/python3-ffmpeg: Added (FFmpeg wrapper for Python). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-ffmpeg/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-ffmpeg/README (limited to 'python/python3-ffmpeg/README') diff --git a/python/python3-ffmpeg/README b/python/python3-ffmpeg/README new file mode 100644 index 0000000000..9cfcec6321 --- /dev/null +++ b/python/python3-ffmpeg/README @@ -0,0 +1,3 @@ +There are tons of Python FFmpeg wrappers out there but they +seem to lack complex filter support. ffmpeg-python works well +for simple as well as complex signal graphs. -- cgit v1.2.3