Re: [FFmpeg-user] Ffmeg multi-threading introduction

2020-02-19 Thread Jim Shupert
On 2/18/2020 3:42 AM, Mohammed Bey Ahmed Khernache wrote: Hello, I am novice to programming upon ffmpeg. I would like to know how ffmpeg manages to decode multiple regions of a frame (slices, tiles, NALs, etc) in parallel. Could you point me to the files/functions that do this job? Best regards

Re: [FFmpeg-user] Ffmeg multi-threading introduction

2020-02-18 Thread Ted Park
> Hello, > I am novice to programming upon ffmpeg. I would like to know how ffmpeg > manages to decode multiple regions of a frame (slices, tiles, NALs, etc) in > parallel. > Could you point me to the files/functions that do this job? You could start with a search for “thread” in the filename. I

[FFmpeg-user] Ffmeg multi-threading introduction

2020-02-18 Thread Mohammed Bey Ahmed Khernache
Hello, I am novice to programming upon ffmpeg. I would like to know how ffmpeg manages to decode multiple regions of a frame (slices, tiles, NALs, etc) in parallel. Could you point me to the files/functions that do this job? Best regards ___ ffmpeg-user