Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] screen tearing with mpv but not mplayer
Date: Fri, 21 Oct 2016 09:35:34
Message-Id: 20161020202227.yst4btls6jum6aoa@grusum.endjinn.de
In Reply to: Re: [gentoo-user] screen tearing with mpv but not mplayer by Behrouz Khosravi
1 Hello,
2
3 On Thu, 20 Oct 2016, Behrouz Khosravi wrote:
4 >You could test different video output drivers and also hardware decoding.
5 [..]
6 >> vo=vdpau:deint=-3,opengl-hq:scale=spline36,xv
7 [..]
8 >I tried testing some options in config file, but it didnt help.
9
10 Why not check what output-driver you use with mplayer and then use
11 that with mpv too. E.g.:
12
13 $ mplayer foo.mp4 | grep '^VO: '
14 VO: [gl] ...
15 $ mpv foo.mp4 | grep '^VO: '
16 VO: [opengl]
17
18 See 'mplayer -vo help' and 'mpv -vo help'.
19
20 HTH,
21 -dnh
22
23 --
24 Well, merry frelling christmas! -- Aeryn Sun, Farscape - 4x13 - Terra Firma

Replies

Subject Author
Re: [gentoo-user] screen tearing with mpv but not mplayer Behrouz Khosravi <bz.khosravi@×××××.com>