Opened 16 years ago
Last modified 16 years ago
#1324 new defect
Subtitles flicker with bobdeint on xvmc
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | core |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
The subtitles flicker when using the bobdeint deinterlacer with xvmc. Without the deinterlacer, and with '-nodr -double', the subtitles display nicely. Also, with xv and with '-vf kerndeint', I see no flickering with the subtitles. This seems to suggest that the flickering is specific to xvmc:bobdeint.
Details:
MPlayer dev-SVN-r27900-4.2.4 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (Family: 15, Model: 3, Stepping: 4)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
nVidia 6800 GT, using 177.80 nVidia proprietary drivers.
naveen@somepc:~$ cat .mplayer/config
# Write your default config options here!
heartbeat-cmd="gnome-screensaver-command \-p"
[xvmc]
fs=true
dr=false
double=true
#vo=xvmc
vo=xvmc:bobdeint
vc=ffmpeg12mc
ao=pulse
dvd-speed=1
mplayer command-line:
mplayer -profile xvmc dvd:// # flickering subtitles
mplayer -vo xv -vf kerndeint -nodr -double dvd:// # no flickering
- Naveen