gianni-rosato / aviator

A lightweight, Flatpak-first, easy-to-use GUI utility for encoding with SVT-AV1 & Opus.
GNU General Public License v3.0
156 stars 14 forks source link

10-bit encoding option #28

Closed kdwk closed 1 year ago

kdwk commented 1 year ago

SVT-AV1 allows encoding videos in 10-bit with minimal encoding time and file size penalty, resulting in reduced color banding artifacts in low-light scenes.

I propose that Aviator include a toggle with the label '10-bit'.

gianni-rosato commented 1 year ago

10-bit is enabled by default because of the reasons you listed. "-pix_fmt", "yuv420p10le",

You can check src/init.py for our full list of encoding parameters

kdwk commented 1 year ago

Ah, I didn't realize that. Thanks.