I am looking at a H264 stream which has all true field_pic_flags in every slice header. The standard says the following about it:
field_pic_flag equal to 1 specifies that the slice is a slice of a coded field. field_pic_flag equal to 0 specifies that the slice is a slice of a coded frame. When field_pic_flag is not present it shall be inferred to be equal to 0.
Can anybody elaborate on what a field_pic_flag signifies, what the difference between a field / frame is, and what the significance of having all field_pic_flags = 1 is?
The video also has a set Encoding Interval / Gov Length: 1 iframe 69 pframes 1 iframe 69 pframes 1 iframe 69 pframes etc etc.... Does the field_pic_flag have any relation to this interval?