Opened 15 years ago
Last modified 14 years ago
#1501 new defect
VDPAU crashes with -vf screenshot
Reported by: | 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)
Change History (3)
by , 15 years ago
Attachment: | mplayer.log added |
---|
comment:1 by , 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 , 14 years ago
Cc: | 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
MPlayer output log