u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.67k stars 167 forks source link

CPU limits and RunWithResource #37

Closed dedo1911 closed 2 years ago

dedo1911 commented 2 years ago

In README there's a whole section dedicated to Set Cpu limit/request For FFmpeg-go, but RunWithResource is not available in the code.

What is that function and how to use it?

u2takey commented 2 years ago

In README there's a whole section dedicated to Set Cpu limit/request For FFmpeg-go, but RunWithResource is not available in the code.

What is that function and how to use it?

missing method, fixed in https://github.com/u2takey/ffmpeg-go/pull/38; it is only available on linux.