LukasBommes / mv-extractor

Extract frames and motion vectors from H.264 and MPEG-4 encoded video.
MIT License
305 stars 60 forks source link

Extracting Motion Vector #26

Open ZaraNaSha opened 1 year ago

ZaraNaSha commented 1 year ago

Dear all, Thanks for your interesting implementation. There is a question, Is the motion vector extracted after the decoding process? Best regards

isra60 commented 1 month ago

Yes it is. motion vector are extracted after complete decoding process. It is necessary since the encoder only contains the Motion difference (MVD) and not the complete vector source and destiny. Also the motion difference coding is dependent of CABAC or CAVLC