Kagami / boram

:film_strip: Cross-platform graphical WebM converter
https://github.com/Kagami/boram/releases
433 stars 30 forks source link

Enable vp9 highbitdepth #17

Closed ghost closed 6 years ago

ghost commented 6 years ago

Can you enable by default vp9 highbitdepth, for using profile 2 (10-bit) ?

You create a great GUI, better than handbrake and staxrip

ghost commented 6 years ago

Like this https://github.com/hmsintrepide/boram/commit/ac25fbde225a0d259021e44ec47d3df9dfaa5eeb

Kagami commented 6 years ago

I published builds with enabled high bitdepth. I don't think it's necessary to create GUI option for that (there isn't much free space anyway), just fix pix_fmt option in raw args string.

E.g. for 10-bit encode you need to replace yuv420p with yuv420p10.