forked from mltframework/mlt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmelt.1
132 lines (132 loc) · 2.96 KB
/
melt.1
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
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4.
.TH MELT "1" "June 2014" "melt 0.9.2" "User Commands"
.SH NAME
melt \- author, play, and encode multitrack audio/video compositions
.SH SYNOPSIS
.B melt
[\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
.SH OPTIONS
.TP
\fB\-attach\fR filter[:arg] [name=value]*
Attach a filter to the output
.TP
\fB\-attach\-cut\fR filter[:arg] [name=value]*
Attach a filter to a cut
.HP
\fB\-attach\-track\fR filter[:arg] [name=value]* Attach a filter to a track
.TP
\fB\-attach\-clip\fR filter[:arg] [name=value]*
Attach a filter to a producer
.TP
\fB\-audio\-track\fR | \fB\-hide\-video\fR
Add an audio\-only track
.TP
\fB\-blank\fR frames
Add blank silence to a track
.TP
\fB\-consumer\fR id[:arg] [name=value]*
Set the consumer (sink)
.TP
\fB\-debug\fR
Set the logging level to debug
.TP
\fB\-filter\fR filter[:arg] [name=value]*
Add a filter to the current track
.TP
\fB\-group\fR [name=value]*
Apply properties repeatedly
.TP
\fB\-help\fR
Show this message
.TP
\fB\-jack\fR
Enable JACK transport synchronization
.TP
\fB\-join\fR clips
Join multiple clips into one cut
.TP
\fB\-mix\fR length
Add a mix between the last two cuts
.TP
\fB\-mixer\fR transition
Add a transition to the mix
.TP
\fB\-null\-track\fR | \fB\-hide\-track\fR
Add a hidden track
.TP
\fB\-profile\fR name
Set the processing settings
.TP
\fB\-progress\fR
Display progress along with position
.TP
\fB\-remove\fR
Remove the most recent cut
.TP
\fB\-repeat\fR times
Repeat the last cut
.TP
\fB\-query\fR
List all of the registered services
.TP
\fB\-query\fR "consumers" | "consumer"=id
List consumers or show info about one
.TP
\fB\-query\fR "filters" | "filter"=id
List filters or show info about one
.TP
\fB\-query\fR "producers" | "producer"=id
List producers or show info about one
.TP
\fB\-query\fR "transitions" | "transition"=id
List transitions, show info about one
.TP
\fB\-query\fR "profiles" | "profile"=id
List profiles, show info about one
.TP
\fB\-query\fR "presets" | "preset"=id
List presets, show info about one
.TP
\fB\-query\fR "formats"
List audio/video formats
.TP
\fB\-query\fR "audio_codecs"
List audio codecs
.TP
\fB\-query\fR "video_codecs"
List video codecs
.TP
\fB\-serialise\fR [filename]
Write the commands to a text file
.TP
\fB\-silent\fR
Do not display position/transport
.TP
\fB\-split\fR relative\-frame
Split the last cut into two cuts
.TP
\fB\-swap\fR
Rearrange the last two cuts
.TP
\fB\-track\fR
Add a track
.TP
\fB\-transition\fR id[:arg] [name=value]*
Add a transition
.TP
\fB\-verbose\fR
Set the logging level to verbose
.TP
\fB\-version\fR
Show the version and copyright
.TP
\fB\-video\-track\fR | \fB\-hide\-audio\fR
Add a video\-only track
.PP
For more help: <http://www.mltframework.org/>
.SH COPYRIGHT
Copyright \(co 2002\-2012 Ushodaya Enterprises Limited
<http://www.mltframework.org/>
.br
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.