GNOME Bugzilla – Bug 654961
Improve ges-launch help text
Last modified: 2011-08-14 18:58:24 UTC
I found I couldn't craft a usable ges-launch rendering description from the existing help text. Here's a possible improved version: Usage: lt-ges-launch-0.10 [OPTION...] [timeline] - plays or renders a timeline. ges-launch renders a timeline, which can be specified on the commandline, or loaded from a file using the -q option. A timeline is a list of files, patterns, and transitions to be rendered one after the other. Files and Patterns provide video and audio as the primary input, and transitions animate between the end of one file/pattern and the beginning of a new one. Hence, transitions can only be listed in between patterns or files. A file is a triplet of filename, inpoint (in seconds) and duration (in seconds). If the duration is 0, the full file length is used. Patterns and transitions are triplets that begin with either "+pattern" or "+transition", followed by a <type> and duration (in seconds, must be greater than 0) Durations in all cases can be fractions of a second. Example: ges-launch file1.avi 0 45 +transition crossfade 3.5 file2.avi 0 0
writing a patch for this.
Created attachment 192302 [details] [review] easier to understand ges-launch summary also available: https://github.com/luisbg/gst-editing-services/commit/a92bd03ed0d9710203a220fcd417f2063e6df7a1 merge request already done
Mark as closed
commit d8d93aad8265c1bfa28627614461d6108916f5be Author: Luis de Bethencourt <luis.debethencourt@collabora.com> Date: Mon Aug 1 13:42:17 2011 +0200 ges: easier to understand ges-launch summary