Allow PyAV to export motion vector map #715
Open
Labels
Comments
|
hi, im interested in this feature, what do you think of two-source of [-1] and [+1] of B-frames? does it need to return two mv maps of the previous and the next frame? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IMPORTANT: Be sure to replace all template sections {{ like this }} or your issue may be discarded.
Overview
{{ Hi, I have noticed that there are not usage example of how to get the motion vector, and the only clue I have got lies here in the unittest. Could you please show a standard and efficient usage of transfer a motion vector into a mv map? Namely the motion offset of each pixel, a matrixs of size (2, height, weight)?
A simple implementation can be this, but it use a nested loop on each pixel, seems inefficient. }}
Desired Behavior
{{
}}
Example API
Additional context
{{ Add any other context about the problem here. }}
The text was updated successfully, but these errors were encountered: