Log in

View Full Version : Inserting SEI message in H.264


phanibhamidipati
14th May 2010, 00:38
Hi all,
I want to encode a sequence using 2 slices. Can I include an SEI message (SEI Nalu) before each slice? In other words, the structure of the bitstream is something like this,

------------
SPS
PPS
SEI message
Encoded Frame 0 Slice 0 data
SEI message
Encoded Frame 0 Slice 1 data
SEI message
Encoded Frame 1 Slice 0 data
SEI message
Encoded Frame 1 Slice 0 data
...
...
----------

From figure 7-1 in the standard, I get the feeling that this is not compliant. Is my understanding correct?

Regards,
Phanikumar

Guest
14th May 2010, 04:21
You are correct. Why do you want to do that?