-
Notifications
You must be signed in to change notification settings - Fork 4
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
Playing 4K videos with VLC failed ! #98
Comments
What video type? HEVC/H265, H264, AV1? The only one that is expected to work is H265 (being the only one with h/w accel). |
Then I'm not surprised it doesn't work. Pi 4 doesn't have the CPU power to do that and its h/w H264 decode is only good to HD (its basically the same block that was in a Pi 1). This falls into the realm of "can't fix". |
So teh video should be scaled to lower resolution or we can encode it to H265 so vlc can play it ? Thank you for your help! |
H265 4k should generally work as long as you are using DRM output (windowed output will fail), HD H264 will also work. |
Thank you for this valuable Information. |
Hello everyone,
I am trying to play 4K videos with VLC but vlc fails.
Command line :
cvlc vide_name.mp4
Result - Output :
I am using Compute Module 4 and Bullseye
Best regards,
Chayma.
The text was updated successfully, but these errors were encountered: