idea
FourCC is a 4 byte tag that represents codec or pixel format of a stream, as 4 ascii chars. There is one FourCC per stream.
examples:
- avc1/avc3 = h264 with parameters in description and extradata / parameters in band
- hvc1/hev1 = hevc equivalent
- mp4a = audio aac
links