We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can check the bit depth of a specific video using the following command:
$ ffprobe -i <input> &> bitdepth.log && \ grep -i video bitdepth.log && \ rm bitdepth.log
This will show you information about the bit-depth of the input.