From 5ed9541653c9da74ea99648c65e84d2b46897ad8 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Wed, 10 Jun 2009 22:10:01 -0700 Subject: [PATCH] Add man page for melt. Not yet installed. Signed-off-by: Dan Dennedy --- docs/melt.1 | 114 ++++++++++++++++++++++++++++++++++++++++++++++ docs/policies.txt | 6 +-- src/melt/melt.c | 2 +- 3 files changed, 118 insertions(+), 4 deletions(-) create mode 100644 docs/melt.1 diff --git a/docs/melt.1 b/docs/melt.1 new file mode 100644 index 00000000..ce14d0cb --- /dev/null +++ b/docs/melt.1 @@ -0,0 +1,114 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH MLT "1" "June 2009" "MLT melt 0.4.3" "User Commands" +.SH NAME +MLT \- manual page for MLT melt 0.4.3 +.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\-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\-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: +.SH COPYRIGHT +Copyright \(co 2002-2009 Ushodaya Enterprises Limited + +.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. diff --git a/docs/policies.txt b/docs/policies.txt index 5aad1d19..470bf6e0 100644 --- a/docs/policies.txt +++ b/docs/policies.txt @@ -22,9 +22,9 @@ Commit messages must be prefaced with the name of the changed files. This makes the Subversion log more useful as a ChangeLog. For example, docs/policies.txt: added policy about commit message -Increment the version number in ./configure AND mlt.h on the first commit after -a release as well as just prior to a new release. This way we can track if -someone is using an unreleased version from the source code repository. +Increment the version number in ./configure, mlt.h, and melt.1 on the first +commit after a release as well as just prior to a new release. This way we can +track if someone is using an unreleased version from the source code repository. Do not write messages to stdout. stdout is reserved for writing streams that can be redirected: e.g. raw DV in consumer_libdv. I recommended to use the diff --git a/src/melt/melt.c b/src/melt/melt.c index 6392da6b..acb93a78 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -405,7 +405,7 @@ query_all: else if ( !strcmp( argv[ i ], "-version" ) || !strcmp( argv[ i ], "--version" ) ) { fprintf( stderr, "MLT melt " VERSION "\n" - "Copyright (C) 2002-2008 Ushodaya Enterprises Limited\n" + "Copyright (C) 2002-2009 Ushodaya Enterprises Limited\n" "\n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" -- 2.39.2