Search for MP4 having "bit depth=10-bit"
-
w64bit
- Posts: 338
- Joined: Wed Jan 09, 2013 9:06 am
Search for MP4 having "bit depth=10-bit"
Is there any way to search for MP4 having "bit depth=10-bit"?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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