summaryrefslogtreecommitdiff
path: root/man.commons.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-10-11 14:50:04 +0200
committerErich Eckner <git@eckner.net>2016-10-11 14:50:04 +0200
commit5dfad9ce9c93fac864a58be3ae87008b55149e5b (patch)
treec02ffc8cb7805e0602015f70e388d29321d86fdd /man.commons.in
parent309bed54dc3ccff762d966b80e7bebc0f4c25a3f (diff)
downloadsound-cutter-5dfad9ce9c93fac864a58be3ae87008b55149e5b.tar.xz
manpage automatisch erstellen
Diffstat (limited to 'man.commons.in')
-rw-r--r--man.commons.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/man.commons.in b/man.commons.in
new file mode 100644
index 0000000..2ac48ca
--- /dev/null
+++ b/man.commons.in
@@ -0,0 +1,26 @@
+[POINTS_FILE]
+Structure of file containing instructions for mixing, processing and cutting:
+.TP
+.B "# with trailing space"
+starts comment (until end of line)
+.TP
+.B "# without trailing space"
+divides left and right part of line
+.TP
+.B "first line"
+left part denotes global start and stop of recording,
+right part denotes final remix command
+.TP
+.B "other lines with non-empty left part"
+denote border between tracks. Left part is time for cut, right part may be \fBoverlap $someTime\fP to denote fade betweeen tracks and/or \fBnoNewFile\fP to denote that no new
+track should start here (thus it's only a border between \fBsub\fPtracks) or may be left empty.
+.TP
+.B "other lines with empty left part"
+denote modifications of current (sub)track.
+Additional to all sox effects, \fBtrimsplice $position $discard $excess $leeway\fP is also valid.
+This combines splice and trim in a sensible manner.
+These type of lines must not occure successively.
+[AUTHOR]
+.nf
+Erich Eckner <opensource at eckner dot net>
+.fi