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