Opened 15 years ago

Last modified 13 years ago

#1501 new defect

VDPAU crashes with -vf screenshot

Reported by: spam@… Owned by: reimar
Priority: normal Component: vf
Version: HEAD Severity: major
Keywords: Cc: compn
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

MPlayer crashes when run with both vdpau and -vf screenshot. An example command would be:
mplayer -vc ffh264vdpau -vo vdpau -ao alsa -vf screenshot sample.mkv

If either vdpau or screenshot is left out, the file plays fine. Tested with version SVN-r29352-4.3.2.

Attachments (1)

mplayer.log (35.9 KB ) - added by spam@… 15 years ago.
MPlayer output log

Download all attachments as: .zip

Change History (3)

by spam@…, 15 years ago

Attachment: mplayer.log added

MPlayer output log

comment:1 by spam@…, 15 years ago

Generated with the command:
mplayer -v -vc ffh264vdpau -vo vdpau -ao alsa -vf screenshot sample.mkv > mplayer.log 2>&1

comment:2 by compn, 13 years ago

Cc: patriotact@… added

vdpau does not work with video filters much.

you can (hopefully) put this in the bottom of your config file:
[vo.vdpau]
vf-clr=yes

vdpau should disable video filters.

and make it possible in a profile , if filters are used on command line, to use xv.
for example:
[vf*]
vo=xv

Note: See TracTickets for help on using tickets.