h265ize icon indicating copy to clipboard operation
h265ize copied to clipboard

It ignores bitdepth with no warning

Open danialbehzadi opened this issue 7 years ago • 4 comments

Hi.

Setting bitdepth 10 or 12 has no effect on a system without proper libraries. It sould at least have a warning, which tell user how to acquire them.

danialbehzadi avatar Apr 05 '17 13:04 danialbehzadi

This should be fixed in the next major release of h265ize.

FallingSnow avatar May 28 '17 07:05 FallingSnow

Nope.

Kazz3r24 avatar Sep 03 '20 13:09 Kazz3r24

Sorry, I should have put that better. 3 years later, the latest release doesn't have this fixed and no indication at all on what's missing or how to fix. I thought the work around may be to use -x and pass the bit depth options directly to ffmpeg, still no joy.

I tried running the latest ffmpeg which completely broke h265ize, forcing me to downgrade - but still unable to pass the 10bit option.

Kazz3r24 avatar Sep 03 '20 18:09 Kazz3r24

I might have figured this one out if anyone else reads this...

Discovered via: https://github.com/FallingSnow/h265ize/commit/a0574d40098adae8a6b555a86be010c94e740048

There's a line that describes using --10bit or --12bit instead of the described --bitdepth # for setting the bitdepth. This appears to work properly. I'm now seeing -pix_fmt yuv420p10le properly being passed as an argument.

Will update if I discover anything else, but this should really be added somewhere in the readme.

Kazz3r24 avatar Sep 03 '20 18:09 Kazz3r24