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.
I use h264 as encode codec, and got the error bellow, and I change this to be mpeg4 and it works well.
My os is ubuntu 20.04 and python is 3.9 and pip install BabitMF
[2023-09-25 03:08:33.274] [error] node id:1 Codec 'libx264' not found
[2023-09-25 03:08:33.274] [error] node id:1 init codec error
[2023-09-25 03:08:33.274] [error] node id:1 catch exception: BMF(0.0.8) /project/bmf/engine/c_engine/src/node.cpp:352: error: (-5:Bad argument) [Node_1_c_ffmpeg_encoder] Process result != 0.
in function 'process_node'
[2023-09-25 03:08:33.274] [error] node id:1 Process node failed, will exit.
I use h264 as encode codec, and got the error bellow, and I change this to be mpeg4 and it works well. My os is ubuntu 20.04 and python is 3.9 and pip install BabitMF
[2023-09-25 03:08:33.274] [error] node id:1 Codec 'libx264' not found [2023-09-25 03:08:33.274] [error] node id:1 init codec error [2023-09-25 03:08:33.274] [error] node id:1 catch exception: BMF(0.0.8) /project/bmf/engine/c_engine/src/node.cpp:352: error: (-5:Bad argument) [Node_1_c_ffmpeg_encoder] Process result != 0. in function 'process_node'
[2023-09-25 03:08:33.274] [error] node id:1 Process node failed, will exit.