BabitMF / bmf

Cross-platform, customizable multimedia/video processing framework. With strong GPU acceleration, heterogeneous design, multi-language support, easy to use, multi-framework compatible and high performance, the framework is ideal for transcoding, AI inference, algorithm integration, live video streaming, and more.
https://babitmf.github.io/
Apache License 2.0
807 stars 71 forks source link

CFFFilter Demo #108

Closed klauswng closed 7 months ago

klauswng commented 8 months ago

The parameters for CFFFilter seem quite complex; could you provide a Python example using CFFFilter?

HuHeng commented 8 months ago

Here are some examples of the usage of ff_filter with python in bmf/demo/transcode/test_transcode.py.

klauswng commented 7 months ago

got it,ths