-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1. Added motion vector as 2nd output from the H264EncoderV4l2 module. #242
Conversation
Test Results Linux_ARM64 1 files ±0 1 suites ±0 10m 49s ⏱️ -11s Results for commit d39ede2. ± Comparison against base commit 13a6be8. This pull request removes 4 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
2f428b6
to
bacb4c6
Compare
bacb4c6
to
28c81cb
Compare
28c81cb
to
53bf260
Compare
f458c5e
to
a8cf750
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove tests which are not required
b047dd3
to
73224ef
Compare
2. Added Props to enable or disable motion vectors. 3. Added tests for it
0296a94
to
d39ede2
Compare
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #240
Description
Implemented 2nd output from H264EncoderV4L2 module as motion vector frame apart from h264 encoded frames
Precise description of the changes in this pull request
During h264 encoding motion vectors are generated as difference in motion vectors between two subsequent frames. It is the process by which frames can be assessed for similarities between frames that can reused. The same motion vectors are extracted and serialized using overlay module, and it is send as 2nd output from H264EncoderV4L2 module apart from h264 encoded frames. Also added props to enable or disable motion vector frame
Alternative(s) considered
Have you considered any alternatives? And if so, why have you chosen the approach in this PR?
Type
Type Choose one: (Feature)
Screenshots (if applicable)
Checklist