projects
/
experiments
/
gstreamer.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add a script to create test files
[experiments/gstreamer.git]
/
shell
/
ges-cut-clip.sh
diff --git
a/shell/ges-cut-clip.sh
b/shell/ges-cut-clip.sh
index
c762ec0
..
544ef06
100755
(executable)
--- a/
shell/ges-cut-clip.sh
+++ b/
shell/ges-cut-clip.sh
@@
-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"
[ -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"