After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654961 - Improve ges-launch help text
Improve ges-launch help text
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: Luis de Bethencourt
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-20 12:03 UTC by Jan Schmidt
Modified: 2011-08-14 18:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
easier to understand ges-launch summary (2.22 KB, patch)
2011-07-20 13:37 UTC, Luis de Bethencourt
committed Details | Review

Description Jan Schmidt 2011-07-20 12:03:46 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
Comment 1 Luis de Bethencourt 2011-07-20 12:24:06 UTC
writing a patch for this.
Comment 2 Luis de Bethencourt 2011-07-20 13:37:50 UTC
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
Comment 3 Luis de Bethencourt Guimera 2011-08-14 18:44:33 UTC
Mark as closed
Comment 4 Tim-Philipp Müller 2011-08-14 18:58:14 UTC
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