Mercurial > mplayer.hg
annotate debian/templates @ 13249:a6642a4330fa
ensure that avi files have a valid header as soon as possible.
without this, the header says 0x0 video size, which works with mplayer
when the video size is stored in the codec data, but it does NOT work
with other players or with codecs that don't store size (e.g. snow).
actually i don't like having seeks in the muxer module, but i don't
know any other way to implement this fix without major changes to
mencoder. if you have a better fix, please reverse this and commit
yours.
author | rfelker |
---|---|
date | Sun, 05 Sep 2004 16:51:15 +0000 |
parents | 4aa373c0a395 |
children | a4d9f8fd5938 |
rev | line source |
---|---|
1398 | 1 Template: mplayer/replace-existing-files |
2 Type: boolean | |
3 Default: true | |
4 Description: Upgrade existing system? | |
5 It looks like you've configured your mplayer already. | |
6 If you'd like to configure it with this program, I'll have | |
7 to delete the old configuration. Do you want to continue | |
8 configuration with this program? If you say "yes", I'll go ahead | |
9 and delete your old configuration and you can create it anew with | |
10 this program. | |
11 | |
12 Template: mplayer/replace-existing-files-bail | |
13 Type: note | |
14 Description: Files not replaced | |
15 I'm going to exit now since you don't want me to replace your | |
16 existing files. If you change your mind later, you can run | |
17 dpkg-reconfigure mplayer. | |
18 | |
19 Template: mplayer/mainmenu | |
20 Type: select | |
21 Choices: ${choices}, Exit | |
22 Description: MPlayer Main Menu | |
23 From this menu, you can modify any of the settings for your device. | |
24 Simply select the item you'd like to change to modify it. | |
25 When you are done, select Exit. | |
26 | |
27 Template: mplayer/voutput | |
28 Type: select | |
5692
8bfa2ecbcab9
Fix non-interactive install issue, based on report from Jens
eyck
parents:
1734
diff
changeset
|
29 Default: x11 |
1734
bf80e7d70bc6
d'ah, there was a left-over from early testing phase, removed by andre.dahlqvist@telia.com
eyck
parents:
1634
diff
changeset
|
30 Choices: ${vochoices} |
1398 | 31 Description: MPlayer Video Output |
12856 | 32 MPlayer can use very wide range of video output drivers: |
1442 | 33 ( order aproximately by speed: ) |
34 * mga, xmga - direct hardware access on MGA cards (G200/400/450), needs /dev/mga_vid | |
35 this driver can work without X and display video on secondary head of matrox cards | |
36 * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering ) | |
37 * sdl - SDL library, it can also use hardware scaling, filtering etc | |
1634
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
1442
diff
changeset
|
38 * ggi - GGI library, it can also use hardware scaling, filtering etc |
1442 | 39 * dga, fsdga - DGA extension. |
40 * fsbdev - framebuffer device ( watching movies on text console ) | |
41 * x11 - simple x11 output. | |
1634
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
1442
diff
changeset
|
42 . |
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
1442
diff
changeset
|
43 Please choose carefully because this will have a tremendous effect on speed. |
1398 | 44 |
1442 | 45 Template: mplayer/cfgnote |
46 Type: note | |
47 Description: Create your ~/.mplayer/conf file. | |
48 Remember to read documentation and edit your ~/.mplayer/conf | |
49 (or /etc/mplayer.conf) file. This binary depends heavily on | |
50 your hardware - which means that it needs tweaking for every single | |
51 machine it's installed to. And it also it means that it will use | |
52 your setup very effectively. Look at /usr/share/doc/mplayer | |
53 end | |
54 |