Search for MP4 having "bit depth=10-bit"
Search for MP4 having "bit depth=10-bit"
Is there any way to search for MP4 having "bit depth=10-bit"?
Re: Search for MP4 having "bit depth=10-bit"
The MP4 header always reports 24bit (which really means the video is in color with no alpha)
The real bit depth is stored in the codec's private data.
It's not easy to parse all available codecs for this information.
I have put on my TODO list to gather the bit depth for common codecs. (and maybe add a HDR property)
Thank you for the suggestion.
There might be existing Windows Property System properties that gather this information already.
The real bit depth is stored in the codec's private data.
It's not easy to parse all available codecs for this information.
I have put on my TODO list to gather the bit depth for common codecs. (and maybe add a HDR property)
Thank you for the suggestion.
There might be existing Windows Property System properties that gather this information already.
Re: Search for MP4 having "bit depth=10-bit"
Command line version of MediaInfo (as I suppose other utilities can also do).
(For some reason, ffprobe does not seem to see 10-bit files?)
Code: Select all
C:\TMP\BRU\spaces>mediainfo.exe test.mp4 | grep -i depth
Bit depth : 10 bits