x264 IDR access unit with a SPS and a PPS

Posted by Gcoop on Stack Overflow See other posts from Stack Overflow or by Gcoop
Published on 2010-04-10T16:02:45Z Indexed on 2010/04/10 16:13 UTC
Read the original article Hit count: 613

Filed under:
|
|
|
|

Hi All,

I am trying to encode video in h.264 that when split with Apples HTTP Live Streaming tools media file segmenter will pass the media file validator I am getting two errors on the split MPEG-TS file

WARNING: Media segment contains a video track but does not contain any IDR access unit with a SPS and a PPS.
WARNING: 7 samples (17.073 %) do not have timestamps in track 257 (avc1).

After hours of research I think the "IDR" warning relates to not having keyframes in the right place on the segmented MPEG-TS file so in my ffmpeg command I set -keyint_min 1 to ensure keyframes where at every frame, but this didn't work.

Although it would be great to get an answer, if anyone can shed any light on what a "IDR access unit with a SPS and a PPS" is or what the timestamps warning means I would be very grateful, thanks.

© Stack Overflow or respective owner

Related posts about x264

Related posts about h264