nicholas-fr / test-content-validation

CTA WAVE Test Content Validation
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

pic_timing sei is not detected properly #9

Closed rbouqueau closed 2 years ago

rbouqueau commented 2 years ago

We are looking for two timing information:

nicholas-fr commented 2 years ago

Thanks! The VUI timing info was detected (although its absence wasn't handled properly). The pic_timing SEI presence was mistakenly linked to VUI pic_struct_present_flag = 1, not taking into account the other possible condition CpbDpbDelaysPresentFlag = 1. The script now just checks directly for the pic_timing SEI presence (as detected by ffmpeg).

Both issues should now be resolved with commit https://github.com/nicholas-fr/test-content-validation/commit/a8f64b3c9ff2855b8b8ef21c1ef7c4d97043ac94.

rbouqueau commented 2 years ago

I confirm.