What affects video encoding speeds?

6,140

Since encoding is usually a highly parallelizable task, many cores will give an almost linear gain (i.e. 6 cores is ~three times as fast as 2 cores).

See e.g. http://macperformanceguide.com/Optimizing-Handbrake.html for some real life numbers. The article also mentions that at least Handbrake doesn't scale well beyond 9 cores, so many more than that won't increase speed (unless you run several parallel jobs, which probably is connected to other slowdowns, though).

RAM is used to keep the images in memory which is needed, but the limiting factor will almost always be CPU power.

So: if all you want is encoding performance, cores will give you the best boost per monetary unit (within reasonable bounds).

Share:
6,140

Related videos on Youtube

pighead10
Author by

pighead10

Student. C++ and Lua programmer. Makes games and likes maths.

Updated on September 18, 2022

Comments

  • pighead10
    pighead10 over 1 year

    FRAPs doesn't compress its videos when you record, so the files are enormous. In a long recording you can get up to a few hundred gigabytes.

    Obviously, usually you would need to convert/compress them. What affects the speed of this? I don't think the RAM does, as when I converted 600 gb my RAM usage only went to 6 gig, but the processor was at 100%, which is surprising as I have a 6 core processor @ 3.46 ghz. Would clock speed or cores help the most?

    • Ignacio Vazquez-Abrams
      Ignacio Vazquez-Abrams about 12 years
      A dedicated encoder chip would help the most.