PDA

View Full Version : [Linux] Can FFplay use VDPAU?


skottish
21st January 2009, 07:08
Hopefully this hasn't been answered here somewhere. My searches didn't turn up anything.

I have FFmpeg-svn compiling cleanly with VDPAU, and everything seems to be in order:
ffmpeg-svn > ffmpeg -formats | grep vdpau
FFmpeg version SVN-r16706, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --prefix=/usr --enable-gpl --enable-libfaac --enable-libx264 --enable-shared
--disable-static --enable-pthreads --enable-network --enable-x11grab --enable-xvmc --enable-postproc
--enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-swscale
libavutil 49.14. 0 / 49.14. 0
libavcodec 52.11. 0 / 52.11. 0
libavformat 52.25. 0 / 52.25. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 2. 0 / 0. 2. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Jan 20 2009 22:01:39, gcc: 4.3.2
D V D h264_vdpau H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
D V DT mpeg1video_vdpau MPEG-1 video (VDPAU acceleration)
D V DT mpegvideo_vdpau MPEG-1/2 video (VDPAU acceleration)
D V D vc1_vdpau SMPTE VC-1 VDPAU
D V D wmv3_vdpau Windows Media Video 9 VDPAU

I've been trying to get FFplay to play anything, and I can't figure it out. Before I waste any more time on this, does FFplay even
have an output driver for this yet? The closest that I've come is with --disable-decoder=h264, then ffplay -f h264, but that dies
in all sorts of colorful ways (segfaults mainly).

nm
21st January 2009, 11:11
Before I waste any more time on this, does FFplay even
have an output driver for this yet?
No, I don't think it does.