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

在bmf中如何实现与ffmpeg命令行 -re 选项相同的功能 #134

Open KkemChen opened 1 month ago

KkemChen commented 1 month ago

我想要将一个本地文件以实际速率使用bmf处理后推送到rtmp服务器,有没有类似 -re 和-stream_loop -1的选项可以使用