2016-12-11 7:21 GMT+01:00 Joshua Grauman <[email protected]>: > I am thinking about upgrading my cpu from a Core i5-4690K to a Core > i7-4790K.
> At the same clock speed, will ffmpeg run faster with the i7? If the i7 has a newer architecture than the i5 (I didn't check) you can expect a (very) slightly better performance. If the i7 has a larger cache than the i5 (I didn't check) you can expect an improved performance. > Does ffmpeg support hyperthreading or other features of the i7? FFmpeg does - afaik - not contain any code specific to hyperthreading (and I am not sure if any program contains code specific to hyperthreading) but some decoders and some encoders support (frame or slice) threading which profits from hyperthreading, this is also true for the utvideo encoder. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
