cisco / openh264

Open Source H.264 Codec
BSD 2-Clause "Simplified" License
5.45k stars 1.77k forks source link

frame based multi-thread encoding? #2651

Open ragnraok opened 7 years ago

ragnraok commented 7 years ago

It seem that openh264 only support slice based multi-thread encoding, and the performance is not very well for mobile devices, does this library support frame based multi-thread encoding like x264? which is faster than the slice based one

huili2 commented 7 years ago

Frame based multi-thread encoding is not supported yet.

ragnraok commented 7 years ago

do you have any plan to support it in the future version?

shihuade commented 7 years ago

@ragnraok there is no plan for this feature, but will add to our backlog later