Open topilski opened 7 years ago
Hi, is this issue solved already? I'm not sure how libvdpau-sunxi is used by ffmpeg conversion. Is the error maybe because of missing get_bits_ycbcr functionality?
Hi @rellla, i forked from your sources and remark 1 line ( https://github.com/fastogt/libvdpau-sunxi/commit/e0059f882449eecbd1d039799621d3214e09e50b ), after that vdpau decoding worked. Yes this issue is missing get_bits_ycbcr functionality.
Depend issues: https://github.com/linux-sunxi/libvdpau-sunxi/issues/57
@topilski How do you achieve ffmpeg hardware decoding Help me
THIS IS A BUG TRACKING SYSTEM / NOT A SUPPORT PLATFORM
@nulijiabei here my fork https://github.com/fastogt/libvdpau-sunxi
@topilski I also encountered the same problem https://github.com/fastogt/libvdpau-sunxi How to do !!!
@nulijiabei it does not support retrieving decoded pixels back mplayer's vdpau implementation does need this and works ok
@mittorn @topilski Thank you
Waiting for Miracles ...
Hi, i have Orange Pi One device, last build from ffmpeg (build from snapshot sources), and i'am trying to convert big buck bunnny video. i use next command line:
DISPLAY=:0 /usr/bin/ffmpeg -hwaccel vdpau -i b.mov out.mp4 -v debug
but receive the error: Error retrieving the data from VDPAU surface, may be you can help me why it can happen?