Skip to content

Enable building torchvision with ffmpeg regardless of version on Linux #4413

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

Merged

Conversation

prabhat00155
Copy link
Contributor

torchvision now works fine with latest ffmpeg(4.3) on Linux, hence this check is not needed.

Copy link
Contributor

@datumbox datumbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prabhat00155 I don't have context why the version check is removed but I'm sure you have your reasons. Assessing only the PR for what it's supposed to be doing, LGTM.

Accepting to unblock your work.

@prabhat00155
Copy link
Contributor Author

@prabhat00155 I don't have context why the version check is removed but I'm sure you have your reasons. Assessing only the PR for what it's supposed to be doing, LGTM.

Accepting to unblock your work.

Thanks @datumbox! This check was introduced as we used to support ffmpeg 4.2 and there were a lot of issues with 4.3. @bjuncek did some work making torchvision work with ffmpeg 4.3 and now it works fine on Linux, hence I am removing the check.

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @prabhat00155 , this LGTM now that #4417 is merged!

@prabhat00155 prabhat00155 merged commit 9275cc6 into pytorch:main Sep 16, 2021
@prabhat00155 prabhat00155 deleted the prabhat00155/fix_ffmpeg_version branch September 16, 2021 11:57
facebook-github-bot pushed a commit that referenced this pull request Sep 30, 2021
…n on Linux (#4413)

Summary:
* Enable building torchvision with ffmpeg regardless of version on Linux

* Skip tests with python 3.9

* Removed PY39_SKIP

* Cleaned up a bit

Reviewed By: datumbox

Differential Revision: D31268050

fbshipit-source-id: b73ea0ab52e16b26a1e7b960833b5e345d545d3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants