Hacker News new | ask | show | jobs
by tracker1 3408 days ago
Transcoding... x265 CPU encodes on even a 2hr video can take several hours on a very fast intel CPU. I've been playing around with nvenc vbr 2-pass which has been giving me good results, not too much larger than the cpu encode in minutes.

But if you want something hosted/online, then it gets harder.

1 comments

No way to offload it to the GPU? I remember reading about ffmpeg extensions for doing that...
I mentioned using nvenc (nvidia encoder), but didn't mention that is was using gpu... cpu encoding is much slower.