jishnujayakumar/MV-Tractus

Vectors at different levels

Closed this issue · 3 comments

sak25 commented

Is it possible to extract motion vectors at 8x8 or 4x4 level as well. Currently its at 16x16 level.

It's possible. But I think it depends on the encoder. Since mv-tractus decodes the stream, it has no control over the block size. Once the motion-vec info is obtained only then it can be inferred. I hope that this answered your query.

sak25 commented

It's possible. But I think it depends on the encoder. Since mv-tractus decodes the stream, it has no control over the block size. Once the motion-vec info is obtained only it can be inferred. I hope that this answered your query.

Thanks a lot.Exactly, but since you mention for h.264 encoded format, which has 16x16 pixel level, I was a bit confused. It would work for hevc encoded video formats as well then right?

I haven't tried MVT that way. So I am afraid I can't help in that context.