[FFmpeg-devel] Parallelization of FFmpeg
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Dec 29 12:31:36 CET 2014
David Ison <paralleldev <at> dtison.net> writes:
> > (And I suspect parallelization of vc1 is not
> > an easy task.)
> >
> > Thank you for any contribution!
> Are you referring to the file
>
> libavcodec/vc1.c ?
To libavcodec/vc1*, yes
An easier choice may be parallelization of the
scale filter: It is possible to let libswscale
work on slices, working on several slices at
the same time should allow for a big speedup
for some conversions.
Carl Eugen
More information about the ffmpeg-devel
mailing list