forked from hfiggs/WinDV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWinDV.ini.example
More file actions
55 lines (52 loc) · 1.62 KB
/
Copy pathWinDV.ini.example
File metadata and controls
55 lines (52 loc) · 1.62 KB
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
; WinDV.ini — Portable settings file
;
; To enable portable mode, rename this file to WinDV.ini
; and place it next to WinDV.exe. All settings will be
; stored here instead of the Windows Registry.
;
; WinDV writes these values automatically on exit.
; You can also edit them manually while WinDV is closed.
[MainWindow]
; Window position and size (pixels)
X=100
Y=100
W=640
H=480
; Last active tab: 0 = Capture, 1 = Record
SelectedTool=0
; DV transport control checkbox: 0 = off, 1 = on
DVControlEnabled=0
; Working directory for relative file paths
WorkingDirectory=.
[Capture]
; FireWire capture device (friendly name)
DVDevice=Microsoft DV Camera and VCR
; Base path for capture output files (no extension)
File=
; AVI type: 0 = Type-1 (interleaved), 1 = Type-2 (split)
Type2AVI=1
; Timestamp jump (seconds) that triggers a new file; 0 = off
DiscontinuityTreshold=1
; Max frames per AVI before auto-split (25fps x 15min)
MaxAVIFrames=22500
; Frame decimation: 1 = all, 2 = every other, etc.
EveryNth=1
; Auto-stop timeout in milliseconds; 0 = disabled
AutoStopTimeout=5000
; strftime format for date/time in capture filenames
DateTimeFormat=%y-%m-%d_%H-%M
; Newline-separated history of recent format strings
DateTimeFormatHistory=%y-%m-%d_%H-%M-%S
; Zero-padded digit count for filename sequence number
SuffixDigits=2
[Record]
; FireWire output device (friendly name)
DVDevice=Microsoft DV Camera and VCR
; Last used source file(s) for recording
File=
; Leader AVI files (pipe-separated), played before source
AVIPrefix=
; Trailer AVI files (pipe-separated), played after source
AVISuffix=
; Show preview during recording: 0 = off, 1 = on
Preview=1