summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-20 15:51:52 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-20 15:51:52 +0200
commitfce142e2db6c9287c288407d23a0568a96dceffd (patch)
tree80de51da878c5a879d70b8a4f6350cb20536b9d5
parent6c48c57b579556bf3f7dc253bee5c098184cc66f (diff)
more OPTIONS
-rwxr-xr-xdir-to-movie.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl
index 653eae3..3e805b1 100755
--- a/dir-to-movie.pl
+++ b/dir-to-movie.pl
@@ -53,12 +53,11 @@ if (defined $endpoint) {
system("curl",
"-X", "POST",
"-F", "module=$module",
- "-F", "activity=train",
+ "-F", "activity=live",
"-F", "generated=true",
- "-F", "dataset=$dataset"
- "-F", "file=@./renders/$tag.mp3",
+ "-F", "dataset=$tag",
+ "-F", "file=@../../renders/$tag.mp3",
$endpoint
-
}
print "rendered: $tag.mp4";