View Full Version : Invalid timing_info_present_flag value = 0
zeroprobe
29th October 2007, 10:32
I'm having trouble importing an elementary h264 stream into the MUI Generator of Scenarist. This is the error message I am getting.
Invalid timing_info_present_flag value = 0
Any experts have any ideas. The h264 came from an EVO file.
drmpeg
29th October 2007, 11:24
I'm having trouble importing an elementary h264 stream into the MUI Generator of Scenarist. This is the error message I am getting.
Invalid timing_info_present_flag value = 0
Any experts have any ideas. The h264 came from an EVO file.
It's a Blu-ray constraint on H.264 video streams. All H.264 streams must have vui_parameters_present_flag = 1, and in the VUI, timing_info_present_flag must be equal to 1.
Ron
zeroprobe
29th October 2007, 12:31
Could this be a case of hex editing to change it or is that not possible and requires a reencode.
Thanks for the info.
Trahald
29th October 2007, 17:54
hex edit wont work. even if you could hex edit the 0 to a 1 (im not looking at the bit allocation chart where i am for timing_info_present_flag but often exp_golumb coding makes hex editing impossible) .. besides the fact that if you set that value to 1 then you have to actually add timing info which takes more bits.
You can try h264info .13 and leave all the settings blank except imput the correct framerate and check 'add pps every picture'. if it doesnt handle that scenario properly, cut a peice of the original .264 file and make it available to download and i can add it.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.