Skip to content
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

4.3.1-1.5.4 version, problems encountered on Mac #1542

Closed
willdas opened this issue Dec 2, 2020 · 5 comments
Closed

4.3.1-1.5.4 version, problems encountered on Mac #1542

willdas opened this issue Dec 2, 2020 · 5 comments

Comments

@willdas
Copy link

willdas commented Dec 2, 2020

  1. Version 4.3.1-1.5.4, the revers command cannot be used on Mac,
    The command is as follows: ffmpeg -i input.mp4 -vf reverse output.mp4
  2. Version 4.3.1-1.5.4, libx264 command cannot be used on Mac, libx265 can
    The command is as follows: ffmpeg -i input.mp4 -vcodec libx264 -crf 23 output.mp4
    But: version 4.2.2-1.5.3 can run the above commands correctly.
    Hard-working open source workers can see the difference between these two versions.
    The strange thing is that there is no error, or the input file size is only 48kb.
@saudet
Copy link
Member

saudet commented Dec 2, 2020

Yes, there's something wrong with libx264's assembly optimizations on Mac, so they have been disabled since the release.
Please give it a try with the snapshots: http://bytedeco.org/builds/

@saudet
Copy link
Member

saudet commented Dec 2, 2020

Duplicate of #1519

@saudet saudet marked this as a duplicate of #1519 Dec 2, 2020
@saudet saudet closed this as completed Dec 2, 2020
@willdas
Copy link
Author

willdas commented Dec 2, 2020

Thanks

@saudet
Copy link
Member

saudet commented Mar 10, 2021

The workaround has been released with JavaCV 1.5.5. Enjoy!

@willdas
Copy link
Author

willdas commented Mar 25, 2021

Thanks. I will update the version and use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants