blob: 3a4eb8a115d26c1efe2b2ec642a2b981af26eb74 (
plain) (
blame)
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
|
--- src/usage_qtsg.c.orig Sat Jun 8 12:39:00 2002
+++ src/usage_qtsg.c Wed Oct 15 14:53:16 2003
@@ -1,27 +1,26 @@
-char *usage_qtsg = "
+char *usage_qtsg = ""
- _________________________________________________________________
+ "_________________________________________________________________"
- Table of Contents
+ "Table of Contents"
- qtsg [option]... image...
+ "qtsg [option]... image..."
- -o, --output=path
- The path to the QuickTime output
+ "-o, --output=path"
+ "The path to the QuickTime output"
- -a, --audio=path
- The path to the Ogg Vorbis encoded soundtrack
+ "-a, --audio=path"
+ "The path to the Ogg Vorbis encoded soundtrack"
- -c, --acodec=codec
- Audio codec to use in output
+ "-c, --acodec=codec"
+ "Audio codec to use in output"
- -r, --rate=rate
- Frame rate of output video
+ "-r, --rate=rate"
+ "Frame rate of output video"
-References
+"References"
- Visible links
- Hidden links:
- 1. file://localhost/tmp/xmlto.HiIPRu/usage_wrapper_qtsg.proc#id2752075
- 2. file://localhost/tmp/xmlto.HiIPRu/usage_wrapper_qtsg.proc#id2750577
-";
+ "Visible links"
+ "Hidden links:"
+ "1. file://localhost/tmp/xmlto.HiIPRu/usage_wrapper_qtsg.proc#id2752075"
+ "2. file://localhost/tmp/xmlto.HiIPRu/usage_wrapper_qtsg.proc#id2750577";
|