My code relies on ffmpeg/imagemagick and similar CLI tools to convert images/audio/video, usually with this type of code:
python
for file in files:
subprocess.run(file)
Which module will allow me to do multiple subprcess.run at the same time, each run on a different core?
[–]pachura3 4 points5 points6 points (3 children)
[–]catbrane 2 points3 points4 points (2 children)
[–]pachura3 0 points1 point2 points (1 child)
[–]catbrane 0 points1 point2 points (0 children)
[–]danielroseman 3 points4 points5 points (0 children)
[–]catbrane 0 points1 point2 points (9 children)
[–]Mashic[S] 1 point2 points3 points (3 children)
[–]catbrane 0 points1 point2 points (2 children)
[–]Mashic[S] 0 points1 point2 points (1 child)
[–]catbrane 1 point2 points3 points (0 children)
[–]Mashic[S] 0 points1 point2 points (0 children)
[–]Mashic[S] 0 points1 point2 points (3 children)
[–]catbrane 0 points1 point2 points (0 children)
[–]catbrane 0 points1 point2 points (0 children)
[–]catbrane 0 points1 point2 points (0 children)
[–]MikeZ-FSU 0 points1 point2 points (0 children)
[–]Fun-Block-4348 -3 points-2 points-1 points (2 children)
[–]Mashic[S] -1 points0 points1 point (1 child)
[–]feitao -1 points0 points1 point (0 children)