From 7ff9a273a0b37ff8a5db0011f2cfdbc54c3d4137 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 15 May 2011 15:42:37 -0700 Subject: [PATCH] Document -jack option. --- docs/melt.1 | 5 ++++- src/melt/melt.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/melt.1 b/docs/melt.1 index a1b02222..53c3ba88 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -39,6 +39,9 @@ Apply properties repeatedly \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 @@ -82,7 +85,7 @@ List transitions, show info about one List profiles, show info about one .TP \fB\-query\fR "presets" | "preset"=id -List preset, show info about one +List presets, show info about one .TP \fB\-query\fR "formats" List audio/video formats diff --git a/src/melt/melt.c b/src/melt/melt.c index 177ab5af..a3f9a1b1 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -389,6 +389,7 @@ static void show_usage( char *program_name ) " -filter filter[:arg] [name=value]* Add a filter to the current track\n" " -group [name=value]* Apply properties repeatedly\n" " -help Show this message\n" +" -jack Enable JACK transport synchronization\n" " -join clips Join multiple clips into one cut\n" " -mix length Add a mix between the last two cuts\n" " -mixer transition Add a transition to the mix\n" -- 2.39.2