Selur's Little Message Board

Full Version: 2 pass encode : rc=abr
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
when i make a 2 passe encode (option specific filesize/bitrate 2 pass), why there is rc=abr instead rc=2pass in the mediainfo ??
Thanks
What encoder are you using?
In case it's x264 or x265 you need to complain to the developers of the encoder you used.
Hybrid does everything properly and uses:
Code:
--pass 1 --bitrate XX
for the first pass and
Code:
--pass 2 --bitrate XX
for the second pass.

Cu Selur
(15.08.2019, 09:44)Selur Wrote: [ -> ]What encoder are you using?
In case it's x264 or x265 you need to complain to the developers of the encoder you used.
Hybrid does everything properly and uses:
Code:
--pass 1 --bitrate XX
for the first pass and
Code:
--pass 2 --bitrate XX
for the second pass.

Cu Selur

X265
Quote:X265
Then the only way to get this changed would be to contact the x265 developers.

Cu Selur
With x264 you should get rc=2pass in mediainfo.