
Originally Posted by
nickrout
Have you tried another player, eg mplayer, with vdpau to see what happens?
I'm not sure if this is what tells me that vdpau is working or not, but...
Code:
vlc --ffmpeg-hw
VLC media player 1.1.9 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to srand(1348925288)
Warning: call to rand()
Blocked: call to setlocale(6, "")
Warning: call to srand(1348925288)
Warning: call to rand()
Warning: call to srand(1348925288)
Warning: call to rand()
Warning: call to srand(1348925288)
Warning: call to rand()
Warning: call to srand(1348925288)
Warning: call to rand()
Blocked: call to setlocale(6, "")
(process:2641): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Blocked: call to setlocale(6, "")
mplayer seems to play (although there is heavy interlacing) with:
Code:
$ mplayer -vo vdpau -vc ffmpeg12vdpau 1521_20120713192503.mpg
mplayer: Symbol `ff_codec_bmp_tags' has different size in shared object, consider re-linking
MPlayer 1.0rc4-4.5.2 (C) 2000-2010 MPlayer Team
Playing 1521_20120713192503.mpg.
TS file format detected.
VIDEO MPEG2(pid=49) AUDIO A52(pid=52) NO SUBS (yet)! PROGRAM N. 1
VIDEO: MPEG2 1920x1080 (aspect 3) 29.970 fps 90000.0 kbps (11250.0 kbyte/s)
==========================================================================
Forced video codec: ffmpeg12vdpau
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmpeg12vdpau] vfm: ffmpeg (FFmpeg MPEG-1/2 (VDPAU))
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
[ac3 @ 0x1353fc0]frame sync error
AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000)
Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
==========================================================================
waitpid(): No child processes
AO: [pulse] Init failed: Internal error
Failed to initialize audio driver 'pulse'
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
[VD_FFMPEG] XVMC-accelerated MPEG-2.
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [vdpau] 1920x1080 => 1920x1080 MPEG2 VDPAU acceleration
TS_PARSE: COULDN'T SYNC: -0.000 ct: -0.982 65/ 65 29% 9% 3.6% 6 0
[ac3 @ 0x1353fc0]incomplete frame
[ac3 @ 0x1353fc0]frame sync errort: -0.983 67/ 67 28% 9% 3.5% 6 0
[ac3 @ 0x1353fc0]incomplete framet: -0.986 68/ 68 28% 8% 3.4% 6 0
A:86422.6 V:86422.9 A-V: -0.270 ct: -1.182 90/ 90 21% 6% 2.6% 6 0
Exiting... (End of file)
Also, XBMC has the vdpau option enabled and seems to work just fine.
Bookmarks