-
Notifications
You must be signed in to change notification settings - Fork 61
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
Failed to decode mpeg4 (x264) video #27
Comments
I have a similar setup (Orange Pi PC running on 5.3.8-1-ARCH) with the same libva-v4l2-request-git package package installed but a different error.
But when running v4l2-request-test I get an error "Unable to open DRM node: No such file or directory".
(Hopefully) relevant part from kernel boot.
|
@luusl did you add 'video' group on your user account? |
@choryuidentify Yes, I'm in the video group. Same result when running with sudo. |
OK, the problem with me was apparently that I had an X server running, after quitting it I ran into the same problem as @choryuidentify. |
Hello!
I'm using Orange Pi Plus 2 with Arch Linux (mainline 5.3.7-1-ARCH).
I've install libva-v4l2-request-git package.
and run vainfo, it display correct information.
so, I've trying decode MPEG4 video using VLC. Video is this file
and got this error (verbose log)
and I trying v4l2-request-test, mpeg2 is ok (log), but h264 is failed (log)
h264 preset is disabled some unknown reason, so I've turn on h264 using
export CFLAGS=-DV4L2_PIX_FMT_H264_SLICE=1
How can I resolve this problem?
and It's have schedule for support GStreamer? I'm trying to porting OpenAuto to Sunxi boards.
Thanks!
The text was updated successfully, but these errors were encountered: