-
Notifications
You must be signed in to change notification settings - Fork 1
/
camcodec.rc
168 lines (141 loc) · 5.51 KB
/
camcodec.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,1,0
PRODUCTVERSION 1,4,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Version 1.4 includes a bug-fix over the previous version (1.3, more commonly known as 1.0) which corrects a problem that caused black lines to appear on videos that did not have a width divisible by 4. See http://www.camstudio.org/ for more information."
VALUE "CompanyName", "RenderSoft Software"
VALUE "FileDescription", "CamStudio lossless video codec"
VALUE "FileVersion", "1.4.1.0"
VALUE "InternalName", "CamCodec"
VALUE "LegalCopyright", "Copyright © 2003 RenderSoft Software and Web Publishing, Modifications Copyright © 2008 Jake P."
VALUE "OriginalFilename", "camcodec.dll"
VALUE "ProductName", "CamCodec"
VALUE "ProductVersion", "1.4.1.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_ABOUT DIALOGEX 0, 0, 205, 197
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About CamStudio Codec "
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,63,167,73,14
CTEXT "CamStudio Lossless Codec v1.4.1,\nCopyright 2003 RenderSoft Software,\nModifications Copyright © 2008 Jake P.",IDC_STATIC,7,22,191,29,SS_NOPREFIX
PUSHBUTTON "http://www.camstudio.org/",IDC_HOMEPAGE,19,53,168,14
LTEXT "The source code for this codec is available at the above site and is released under the GNU General Public License, v2. ",IDC_STATIC,22,78,163,27
LTEXT "This codec is based on the LZO compression library by Markus Franz Xaver Johannes Oberhumer, zlib compression library by Jean-loup Gailly and Mark Adler, and the HUFFYUV codec by Ben Rudiak-Gould.",IDC_STATIC,21,112,168,42
GROUPBOX "CamStudio Codec",IDC_STATIC,7,3,191,187
END
IDD_CONFIGURE DIALOGEX 0, 0, 220, 190
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Encoding Options"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,7,169,50,14
PUSHBUTTON "Cancel",IDCANCEL,60,169,50,14
CONTROL "LZO ( Fast encoding , use for screen capture )",IDC_RADIO1,
"Button",BS_AUTORADIOBUTTON,23,18,174,18
GROUPBOX "Algorithm for Compression",IDC_STATIC,7,3,206,161
CONTROL "GZIP ",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE,23,40,171,14
EDITTEXT IDC_EDIT1,60,141,50,17,ES_AUTOHSCROLL | ES_READONLY | ES_NUMBER
CONTROL "Spin1",IDC_SPIN1,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,114,140,13,19
LTEXT "Level",IDC_STATIC,22,145,30,13,0,WS_EX_RIGHT
LTEXT "When encoding with a third party application, remember to enable / force keyframes to take advantage of this codec's temporal compression. )",IDC_STATIC,35,104,171,33
LTEXT "( Select this algorithm if an AVI already exists and you are converting the AVI or recompressing it with CamStudio codec. This algorithm is slower but produces a better compression ratio. ",IDC_STATIC,35,59,171,39
LTEXT "1 - Fastest\n9 - Best Compression",IDC_STATIC,134,141,73,18
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_ABOUT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 198
TOPMARGIN, 7
BOTTOMMARGIN, 190
END
IDD_CONFIGURE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 213
TOPMARGIN, 7
BOTTOMMARGIN, 183
END
END
#endif // APSTUDIO_INVOKED
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED