~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to src/fallback.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2004-08-29 10:53:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040829105342-qgmnry37eadfkoxx
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * fallback.h,
 
3
 *
 
4
 * Copyright (C) 1997,98 Rasca, Berlin
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; either version 2 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
19
 */
 
20
 
 
21
static String fallback [] = {
 
22
        "xvidcap*font: *-lucida-medium-r-*-*-12-*",
 
23
        "xvidcap*fps: 25",
 
24
        "xvidcap*file: frm-%04d.xwd",
 
25
        "xvidcap*verbose: 0",
 
26
        "xvidcap*capWidth: 192",
 
27
        "xvidcap*capHeight: 144",
 
28
        "xvidcap*time: 0",
 
29
        "xvidcap*frames: 30",
 
30
        "xvidcap*startNo: 0",
 
31
        "xvidcap*compress: 0",
 
32
        "xvidcap*source: shm",
 
33
        "xvidcap*sndDevice: /dev/audio",
 
34
        "xvidcap*sndRate: 8000",
 
35
        "xvidcap*sndSampleSize: 8",
 
36
        "xvidcap*quality: 75",
 
37
        "xvidcap*bpp: 0",
 
38
        "xvidcap*animateCommand: animate \"%s\" -delay %d &",
 
39
        "xvidcap*mkVideoCommand: ppm2mpeg \"%s\" %d %d %d %d %f %d &",
 
40
        "xvidcap*editCommand: display \"%s\" &",
 
41
        "xvidcap*helpCommand: MANPATH=/usr/local/X11/man rxvt -e man xvidcap &",
 
42
        "xvidcap.x: 100",
 
43
        "xvidcap.y: 350",
 
44
        "xvidcap.title: Video Capture",
 
45
        "xvidcap*OverrideShell.borderWidth: 0",
 
46
        "xvidcap*OverrideShell.background: red",
 
47
        "xvidcap*panel.label.font: fixed",
 
48
        "xvidcap*blind.background: white",
 
49
        "xvidcap*panel.orientation: horizontal",
 
50
        "xvidcap*file_mb.label: &File",
 
51
        "xvidcap*file_mb.translations: #override \\n\\"
 
52
        " <Btn1Down>: set() popup() reset() \\n\\"
 
53
        " <Key>F: set() popup() reset()",
 
54
        "xvidcap*file_mb*XwButton.translations: #override \\n\\"
 
55
        " <Btn1Up>: set() notify() reset()",
 
56
        "xvidcap*file_menu.translations: #override \\n\\"
 
57
        " Alt<Key>O: option_open() \\n\\"
 
58
        " Alt<Key>Q: quit_app() \\n\\"
 
59
        " <Key>Escape: popdown_file_menu()",
 
60
        "xvidcap*options.label: &Options .. Alt+O",
 
61
        "xvidcap*mkvideo.label: Make Video",
 
62
        "xvidcap*help.label: Help",
 
63
        "xvidcap*quit.label: &Quit",
 
64
        "xvidcap*ok.label: &Ok",
 
65
        "xvidcap*cancel.label: &Cancel",
 
66
        "xvidcap*start.foreground: red",
 
67
        "xvidcap*move.borderColor: white",
 
68
        "xvidcap*move.borderWidth: 1",
 
69
        "xvidcap*translations: #override \\n\\"
 
70
        " Alt<Key>F: popup_file_menu() \\n\\"
 
71
        " Alt<Key>O: option_open() \\n\\"
 
72
        " Alt<Key>Q: quit_app()",
 
73
        "xvidcap*options.title: Options",
 
74
        "xvidcap*options*XwField.width: 180",
 
75
        "xvidcap*options*box.borderWidth: 0",
 
76
        "xvidcap*options*box.margin: 0",
 
77
        "xvidcap*options*info.label: Change runtime options: ",
 
78
        "xvidcap*options*fps.label: Frames per Second (FPS)",
 
79
        "xvidcap*options*file.label: File pattern",
 
80
        "xvidcap*options*max_frames.label: Max Frames (0 = no limit)",
 
81
        "xvidcap*options*max_time.label: Max Time (as seconds)",
 
82
        "xvidcap*options*quality.label: Quality (JPEG: 1-100)",
 
83
        "xvidcap*options*compress.label: Compress (GZIP, PNG: 0-9)",
 
84
        "xvidcap*options*shm.label: Use Shared &Memory",
 
85
        "xvidcap*options*shm*translations: #override \\n\\"
 
86
        " <EnterWindow>: highlight() \\n\\"
 
87
        " <LeaveWindow>: unhighlight() \\n\\"
 
88
        " <FocusIn>: highlight() \\n\\"
 
89
        " <FocusOut>: unhighlight() \\n\\"
 
90
        " <BtnDown>,<BtnUp>: toggle() \\n\\"
 
91
        " <Key>Return: toggle() \\n\\"
 
92
        " <Key>space: toggle()",
 
93
        "xvidcap*options*save.label: &Save",
 
94
        "xvidcap*options*translations: #override \\n\\"
 
95
        " Alt<Key>O: option_done(1) \\n\\"
 
96
        " Alt<Key>C: option_done(0) \\n\\"
 
97
        " Alt<Key>S: option_done(2) \\n\\"
 
98
        " <Key>Escape: option_done(0)",
 
99
        "xvidcap*menu*translations: #override \\n\\"
 
100
        " Alt<Key>O: option_open() \\n\\"
 
101
        " <Key>Escape: menu_done()",
 
102
        "xvidcap*file_menu.title: File",
 
103
        "xvidcap*file_menu.borderWidth: 1",
 
104
        "xvidcap*file_mbox.margin: 2",
 
105
        "xvidcap*file_mbox.expand: True",
 
106
        "xvidcap*file_mbox.vSpace: 1",
 
107
        "xvidcap*file_mbox.?.shadowWidth: 1",
 
108
        NULL
 
109
        };
 
110