diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-20 15:51:52 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-20 15:51:52 +0200 |
| commit | fce142e2db6c9287c288407d23a0568a96dceffd (patch) | |
| tree | 80de51da878c5a879d70b8a4f6350cb20536b9d5 | |
| parent | 6c48c57b579556bf3f7dc253bee5c098184cc66f (diff) | |
more OPTIONS
| -rwxr-xr-x | dir-to-movie.pl | 7 |
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"; |
