I came across an interesting project called MV-Tractus and is based on extracting motion vectors from h264 encoded videos. The idea is that the MPEG compressor has already done motion analysis, which is actually stored inside of an MPEG file. So if we are able to extract those motion vectors, it may not be necessary to run a new motion analysis on the file (or at least if would be much faster?). Not sure how this works in practice, but it could be cool to test out.
I came across an interesting project called MV-Tractus and is based on extracting motion vectors from h264 encoded videos. The idea is that the MPEG compressor has already done motion analysis, which is actually stored inside of an MPEG file. So if we are able to extract those motion vectors, it may not be necessary to run a new motion analysis on the file (or at least if would be much faster?). Not sure how this works in practice, but it could be cool to test out.