You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how well the VE in R40 is supported but I seem to have a problem with opening HEVC encoded files.
H264 works fine:
mpv --hwdec-codecs=all --vo=vdpau --hwdec=vdpau jellyfish-3-mbps-hd-h264.mkv
Playing: jellyfish-3-mbps-hd-h264.mkv
(+) Video --vid=1 (*) (h264 1920x1080 29.970fps)
[VDPAU SUNXI] VE version 0x1701 opened
[VDPAU SUNXI] OSD disabled!
Using hardware decoding (vdpau).
VO: [vdpau] 1920x1080 vdpau[yuv420p]
[VDPAU SUNXI] Presentation time not supported
But hevc one prints a warning and just hangs without showing any video output (also no audio output on files with audio):
$ mpv --hwdec-codecs=all --vo=vdpau --hwdec=vdpau jellyfish-3-mbps-hd-hevc.mkv
Playing: jellyfish-3-mbps-hd-hevc.mkv
(+) Video --vid=1 (*) (hevc 1920x1080 29.970fps)
[VDPAU SUNXI] VE version 0x1701 opened
[VDPAU SUNXI] OSD disabled!
HEVC video output may be broken due to nVidia bugs.
Mplayer just shows blank screen:
$ mplayer -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau,ffhevcvdpau, jellyfish-3-mbps-hd-hevc.mkv
MPlayer 1.2.1 (Debian), built with gcc-5.3.1 (C) 2000-2016 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing jellyfish-3-mbps-hd-hevc.mkv.
libavformat version 56.40.101 (external)
libavformat file format detected.
[lavf] stream 0: video (hevc), -vid 0
VIDEO: [HEVC] 1920x1080 0bpp 29.970 fps 0.0 kbps ( 0.0 kbyte/s)
Clip info:
COMPATIBLE_BRANDS: iso4hvc1iso6
MAJOR_BRAND: iso4
MINOR_VERSION: 1
ENCODER: Lavf56.3.100
Load subtitles in ./
[VDPAU SUNXI] VE version 0x1701 opened
[VDPAU SUNXI] OSD disabled!
==========================================================================
Forced video codec: ffmpeg12vdpau
Forced video codec: ffh264vdpau
Forced video codec: ffhevcvdpau
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 56.60.100 (external)
Selected video codec: [ffhevcvdpau] vfm: ffmpeg (FFmpeg HEVC / H.265 (VDPAU))
==========================================================================
Audio: no sound
Starting playback...
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [vdpau] 1920x1080 => 1920x1080 HEVC VDPAU acceleration
System details:
Banana Pi M2 Ultra (Alwinner R40)
Display mode is 1080p25, connected with HDMI
Sinovoip's Ubuntu 16.04 image
Kernel: Linux bpi-iot-ros-ai 3.10.108-BPI-M2U-Kernel #1 SMP Wed Mar 28 16:57:21 +03 2018 armv7l armv7l armv7l GNU/Linux
libcedrus, libvdpau and libvdpau-sunxi are compiled from their git repositories (preinstalled ones are replaced with compiled ones)
mpv is self compiled (with its own ffmpeg)
mpv 0.27.0 (C) 2000-2017 mpv/MPlayer/mplayer2 projects
built on Thu Dec 21 16:30:39 UTC 2017
ffmpeg library versions:
libavutil 56.6.100
libavcodec 58.8.100
libavformat 58.3.100
libswscale 5.0.101
libavfilter 7.7.100
libswresample 3.0.101
ffmpeg version: N-89544-gcfd5209
Hi,
I'm not sure how well the VE in R40 is supported but I seem to have a problem with opening HEVC encoded files.
H264 works fine:
But hevc one prints a warning and just hangs without showing any video output (also no audio output on files with audio):
Mplayer just shows blank screen:
System details:
Linux bpi-iot-ros-ai 3.10.108-BPI-M2U-Kernel #1 SMP Wed Mar 28 16:57:21 +03 2018 armv7l armv7l armv7l GNU/Linux
Here is a VDPAU trace:
Last line is printed again every ~10 seconds.
Thanks
The text was updated successfully, but these errors were encountered: