Hacker News new | ask | show | jobs
by bitL 4265 days ago
You'd be surprised how fast you can run out of memory if you are mastering your own, non-professional 5k/4k video and applying some advanced non-linear operations such as video stabilization. It's not GPU accelerated, parallelism is limited by the nature of the algorithm which makes rendering farms useless. Do you need a power hungry and noisy server with slower single thread performance than a top end i7 just for additional RAM?

On the other hand, beyond 32GB, ECC seems to be very important so you probably won't have any choice but to buy a proper workstation unless AMD makes a miraculous processor on par with i7 (as they do support ECC in all models).

1 comments

> non-linear operations such as video stabilization

What do you mean by non-linear? Are you referring to an equation containing a linear combination of the dependent variable and its derivatives, or something else?

Usually a non-linear video operation would mean one that doesn't just process each frame of the video beginning-to-end, like moving clips around.

Stabilization seems pretty linear to me, though.