How to locate the intra dct Coefficient in blocks of mpeg-4 visual stream?

StackOverflow https://stackoverflow.com/questions/12154212

  •  28-06-2021
  •  | 
  •  

Вопрос

is there any 'easy' way to locate the specific syntax unit(like an intra dct coefficient in 8x8 blocks) in a mpeg4 visual stream?

or just say , the only way to do it is analysing the stream with all the detail?

Это было полезно?

Решение

No easy way at all. You have to decode the stream to get those. EDIT Use ffmpeg to get those. A single fprintf in the right place should give it to you.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top