-
Notifications
You must be signed in to change notification settings - Fork 36
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
enhancement: multi-resolution stream MD5 value calculation #14
Comments
AFAICT, ffmpeg and gstreamer decode will automatically scale each frame to the designated output resolution. Thus, if input has 100 frames in multiple resolutions and output is specified as NxM resolution, then all 100 frames in the output will be NxM resolution. Can you describe a case where we need multi-resolution support? |
same as #15 (comment) |
#24 fix this issue |
now gstreamer add parse "videoscale" to make the output as single resolution, so no need multi-res md5 support, close it |
we should support multi-resolution stream MD5 value calculation
The text was updated successfully, but these errors were encountered: