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

ffmpeg on centos #36

Open
Ajauish opened this issue Oct 18, 2023 · 1 comment
Open

ffmpeg on centos #36

Ajauish opened this issue Oct 18, 2023 · 1 comment

Comments

@Ajauish
Copy link

Ajauish commented Oct 18, 2023

Hello,

I've installed ffmpeg on centos and ran the same project that worked successfully on my windows machine, but I received cannot play video ffmpeg exited with code 8:, nothing else.

And I don't know why yet, I made sure that ffmpeg is installed with the necessary libraries.

@dank074
Copy link
Owner

dank074 commented Oct 22, 2023

Make sure that hardware acceleration is off just in case your new environment doesn't support it.

You can also verify that you have the necessary libraries to encode to h264 by running this command:

ffmpeg -i <file dir or url> -f h264 /dev/null

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

No branches or pull requests

2 participants