ges-cut-clip.sh: use the new syntax for the clip operation from GES 1.8
authorAntonio Ospite <ao2@ao2.it>
Tue, 7 Jun 2016 08:57:35 +0000 (10:57 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 7 Jun 2016 08:57:35 +0000 (10:57 +0200)
shell/ges-cut-clip.sh

index c762ec0..544ef06 100755 (executable)
@@ -19,4 +19,4 @@ DURATION=$((${DURATION_HH#0} * 60 * 60 + ${DURATION_MM#0} * 60 + ${DURATION_SS#0
 [ -e "$4" ] && { echo "Output file already exists, bailing out!" 1>&2; exit 1; }
 OUTPUT_FILE="$4"
 
-ges-launch-1.0 -s "$INPUT_FILE" $INPOINT $DURATION -o "$OUTPUT_FILE"
+ges-launch-1.0 +clip "$INPUT_FILE" inpoint=$INPOINT duration=$DURATION -o "$OUTPUT_FILE"