7 comments
@sss I'm not sure there's anything to compute in parallel. the algorithms themselves are linear and can barely get any profit from parallelization.
0
0
13 Sep 2023 at 0:05 | Open on friendica.ironbug.org
ffmpeg use own implementation, but it is also singlethreaded, also something exists for opencl/cuda which seems to be limited to windows only for now (at least i am not able to find source code)
for example it would be very useful for reencoding large collections or large files, of course as workaround it is possible to run many singlethreaded encoding processes, but this is not best approach ....
|