bwat47 wrote:You should be able to remove tearing in fullscreen videos at least, if you enable "unredirect fullscreen windows" in kwin and enable vsync in the nvidia driver, (and make sure you use opengl or vdpau output in the video player) because doing this makes the fullscreen window bypass kwin's composting and only use the nvidia driver's vsyncMy experience (with nvidia, v
graysky wrote:Does vlc auto detect vdpau or is there a setting in the GUI to use it? Try it with mplayer making sure your ~/.mplayer/config contains:vo=vdpau
vc=ffh264vdpau,ffodivxvdpau,ffmpeg12vdpau,with mplayer package, the video plays and lags;with mplayer-vaapi package, the video doesn't play.
dvw10984
https://bbs.archlinux.org/profile.php?id=68414
2013-05-11T12:04:32Z
Okay, so I've got a Blu-Ray disc. I've set up mplayer and the mount points and everything so when I type
mplayer -fs br:////mnt/blu/
it'll play the Blu-Ray back in Mplayer in fullscreen just fine, no stuttering or anything, selectable subtitles, etc. The only problem is it'll only play the first title on the Blu-Ray. This is a major problem.
When I attempt to watch a video in mplayer with caca, the output (in xterm) seems to "blink" or "tear".
You can make MPlayer play h264-encoded video files a lot faster on multicore machines if you graft some libraries from the ffmpeg-mt project into the resulting mplayer binary. We need to recompile for this. First, use Subversion to download the code for MPlayer:
svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer
I have to disable compositing in xorg.conf for video playback without tearing on my HTPC running vdpau with the binary nvidia drivers. Is it possible to have compositing enabled and still get perfectly smooth video?
Compositing seemed to make remote desktop very laggy also.
That one is hard to describe. When I'm playing games or watching movie with mplayer and popup notification comes up, the screen seems to swap for a second between fullscreen application and the rest of my desktop. Here's a choppy video attempting to show the problem: youtubeHere's some details: I'm using Catalyst 13.3 from Vi0L0 repos.
I'm try to run HD video, the command to run the video is:
mplayer -vo vdpau -vc ffh264vdpau
And the error I get is:
[mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
[mkv] Track ID 2: audio (A_AC3), -aid 0, -alang und
[mkv] Will play video track 1.
Detected file format: Matroska
VIDEO: [avc1] 1280x720 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
Load subtitles in .
SUB: Could not determine
Sorry, I didn't have the time before, but today I was testing and by checking the outputs (which before I didn't know you could save with "&>" ), I see the problem is the video output xv, I changed that to vaapi and problem solved. Of course, that's why I could use SMPlayer, because there I have in video output vaapi.