summaryrefslogtreecommitdiff
path: root/get.pl
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-11 13:02:24 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-11 13:02:24 +0100
commit94e6b7ec7c325d8cbe5437c4b7e25298d0afbffd (patch)
tree4c126b9a6bf4b4103e3675aa8c28b4a68ea410e3 /get.pl
parent6d465d84b7337d998b4db21d563ca69479cbe6e7 (diff)
less limits
Diffstat (limited to 'get.pl')
-rwxr-xr-xget.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/get.pl b/get.pl
index c993fa5..f72addc 100755
--- a/get.pl
+++ b/get.pl
@@ -74,7 +74,7 @@ if ($video_fn) {
system('mv', $video_fn, $new_fn);
print "new video filename: $video_fn\n";
mkdir($tag);
- system('ffmpeg', '-i', $new_fn, "-filter:v", "scale=1024x512", "-vframes", 45000, $tag . '/frame_%05d.png');
+ system('ffmpeg', '-i', $new_fn, "-filter:v", "scale=1024x512", "-vframes", 90000, $tag . '/frame_%05d.png');
print "created dataset: $tag\n";
}