-
Notifications
You must be signed in to change notification settings - Fork 8.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
Fixes video recorder ffmpeg on Centos7 and RHEL7 #1893
Conversation
zlig
commented
Apr 24, 2020
- Conditionally select different arguments for ffmpeg
- Adds meaningful error from the third party application in charge of encoding
…ul error for third party application in charge of encoding
Should we instead depend on |
yeah, I like imageio-ffmpeg python package path better too |
Are you suggesting to replace
Not sure if it is an improvement question readability, but having new dependencies in the requirements for imageio and imageio_ffmpeg will probably resolve other install issues. |
Sort of, I think we could forget "avconv" entirely, add |
Hey following up with this issue. @zlig could you create a Dockerfile based on Centos7 or RHEL7? This would greatly help us understand and test the PR. |
* Conditionally select different arguments for ffmpeg, and add meaningful error for third party application in charge of encoding * Consistency with other logger() calls Co-authored-by: J K Terry <[email protected]>
Hi @vwxyzjn Actually, the RHEL/CentOS 7 systems aren't supported anymore. Provided the following CentOS 8 Dockerfile into the PR 2400, if there is an issue number you need me to attach against. It is still work-in-progress as I'm still getting 15x failing tests at the moment...
Also, just for reference, this is a CentOS 7 Dockerfile, but I need to spend a bit more time on it :
|
* Reverts some changes from #1893, and propose to install imageio-ffmpeg instead * Reformat file as required by the Python Black linter