View Full Version : How can I view/modify the header flags in an H264 file?
bergqvistjl
17th December 2015, 18:46
Is there a tool that lets me inspect and/or modify the header flags in an H264 file (specifically the flag specifying the colour range - full or limited), and if so, what are the flags that would specify that information, is it: video_full_range_flag, or are there others?
sneaker_ger
17th December 2015, 18:50
To change:
http://forum.doom9.org/showthread.php?t=152419 (not updated anymore and a bit unstable, though)
To see flag:
MediaInfo ("Color range: Full") or Codec Visa ("video_full_range_flag"==1 somewhere in the SPS->vui_parameters)
bergqvistjl
17th December 2015, 19:08
To change:
http://forum.doom9.org/showthread.php?t=152419 (not updated anymore and a bit unstable, though)
To see flag:
MediaInfo ("Color range: Full") or Codec Visa ("video_full_range_flag"==1 somewhere in the SPS->vui_parameters)
I don't see a 'color range' option in media info, the closest i've got is this:
Colorimetry : 4:2:0
Color space : YUV
Chroma subsampling : 4:2:0
sneaker_ger
17th December 2015, 19:12
If you don't see it it probably means that the full range flag is not set (i.e. it is implicitly limited range).
bergqvistjl
17th December 2015, 19:18
If you don't see it it probably means that the full range flag is not set (i.e. it is implicitly limited range).
Very odd then. I was expecting it to be set....
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.