-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Added warning message for unsupported ffmpeg version #4041
Added warning message for unsupported ffmpeg version #4041
Conversation
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.
LGTM, thanks. I just left a small nit.
Hey @datumbox, @prabhat00155! You approved or merged this PR, but no labels were added. |
@NicolasHug, @datumbox , @fmassa I see labels in this PR, what is this talking about? |
You need to put one of the "module" labels or bug/improvement/new feature, etc. I think we should document the process a bit better because I understand now it's a bit confusing. :) |
Okay, thank you! |
Summary: * Added warning message for unsupported ffmpeg version * Replaced os.popen with subprocess.run * Removed capture_true argument Reviewed By: fmassa Differential Revision: D29097707 fbshipit-source-id: 775eae7ba0004462be80eaed232f75a6336ad107
Resolves #4022.