Mercurial > mplayer.hg
annotate debian/templates @ 19165:7e4f5f62703d
-vf pp7 overblurs still parts of the image, which
have qp=1, and qp becomes zero after the >> 1. Modifying the threshold
table for qp=0 so it copies the qp=1 case seems to fix the problem.
Patch by Jindrich Makovicka % makovick AH gmail P com %
Original thread:
Date: Jul 22, 2006 2:55 PM
Subject: [MPlayer-dev-eng] [PATCH] -vf pp7 artifacting in still MPEG2 images
author | gpoirier |
---|---|
date | Sun, 23 Jul 2006 13:38:20 +0000 |
parents | a5bef61f49bf |
children | 886df65b96e8 |
rev | line source |
---|---|
1398 | 1 Template: mplayer/replace-existing-files |
2 Type: boolean | |
3 Default: true | |
4 Description: Upgrade existing system? | |
17346
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
5 It looks like you've configured MPlayer already. If you'd like to |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
6 configure it with this program, I'll have to delete the old |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
7 configuration /etc/mplayer/mplayer.conf. Do you want to continue |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
8 configuration with this program? If you say "Yes", I'll go ahead and |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
9 delete your old configuration and you can create it anew with this |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
10 program. If you say "No" I'm going to exit now since you don't want |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
11 me to replace your existing files. If you change your mind later, |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
12 you can run 'dpkg-reconfigure mplayer'. |
1398 | 13 |
17346
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
14 Template: mplayer/ttfont |
1398 | 15 Type: select |
17346
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
16 Choices: ${ttfontchoices} |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
17 Default: ${ttfontdefault} |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
18 Description: MPlayer fonts |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
19 MPlayer can use TrueType fonts to render the OSD and subtitles. |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
20 Choose your favorite. |
1398 | 21 |
17346
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
22 Template: mplayer/no-ttfont |
1442 | 23 Type: note |
17346
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
24 Description: MPlayer cannot find TrueType fonts |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
25 You should install a package providing TrueType fonts (such as |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
26 'ttf-freefont' or 'ttf-bitstream-vera' or 'msttcorefonts' ) |
a5bef61f49bf
Improve the Debian package configuration: Remove the vo module configuration,
diego
parents:
17325
diff
changeset
|
27 and reconfigure mplayer. |