2-pass encoding with hardware encoder thoughts
2-pass encoding with hardware encoder thoughts
As far as I know, there hardware encoding (NVidia, Intel) is not capable of doing 2-pass encodes. Would it be possible with some sort of workaround, let the CPU do the first pass and then let GPU/whatever do the "second pass" only?
-
- Veteran User
- Posts: 4640
- Joined: Wed May 04, 2011 11:06 pm
Re: 2-pass encoding with hardware encoder thoughts
This cannot be done.
Re: 2-pass encoding with hardware encoder thoughts
Nope. The hardware is closed to changes.
Nvidia has a "single frame level" sort of "2pass" which HB enables by default in the background but it's just not the same as what x264/5 do for example.
Nvidia has a "single frame level" sort of "2pass" which HB enables by default in the background but it's just not the same as what x264/5 do for example.
Re: 2-pass encoding with hardware encoder thoughts
The whole point of multi-pass encoding is that the first pass gathers some extremely specific data used by the second pass, said data is not only encoder-specific but also settings-specific and can never be used by a different encoder than the one doing the first pass.