Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.3.0 Alpha
-
None
-
Operating System: Windows 7
Platform: Intel
Description
TsReader H.264 video FPS info parsing sometimes fails because the conditions are too strict, so valid FPS values are rejected.
The 'fixed_frame_rate_flag' bit should be ignored, since if it is '0' the FPS data is still valid - it just indicates the maximum FPS in this situation.
The TsReader log will report 27 Hz as the frame rate (fallback default) if the parsing fails
h4. Additional Information
Fixed in Git branch https://github.com/MediaPortal/MediaPortal-1/tree/BUG-3980_TsReader_H264_video_FPS_parsing
The 'fixed_frame_rate_flag' bit should be ignored, since if it is '0' the FPS data is still valid - it just indicates the maximum FPS in this situation.
The TsReader log will report 27 Hz as the frame rate (fallback default) if the parsing fails
h4. Additional Information
Fixed in Git branch https://github.com/MediaPortal/MediaPortal-1/tree/BUG-3980_TsReader_H264_video_FPS_parsing