is there any ‘easy’ way to locate the specific syntax unit(like an intra dct coefficient in 8×8 blocks) in a mpeg4 visual stream?
or just say , the only way to do it is analysing the stream with all the detail?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.