X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/blobdiff_plain/ca4485046996fe94e8f185ccf1f2682b25739b26..bde96736c5bbfea1feddff2e88189374697c22dd:/shell/ges-cut-clip.sh diff --git a/shell/ges-cut-clip.sh b/shell/ges-cut-clip.sh index c762ec0..8ffc814 100755 --- a/shell/ges-cut-clip.sh +++ b/shell/ges-cut-clip.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e @@ -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"