summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-11 12:59:56 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-11 12:59:56 +0100
commitb4b73038a1a83dc7c6b69f04a40de385e3da0892 (patch)
tree6c5ac13da06790f1e37645324b14d3c2fd158b69
parentbd871b2b3d5a52abae55c7f59f640be7be01ad2e (diff)
less limits
-rwxr-xr-xget.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/get.pl b/get.pl
index 958e9a6..c993fa5 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", 15000, $tag . '/frame_%05d.png');
+ system('ffmpeg', '-i', $new_fn, "-filter:v", "scale=1024x512", "-vframes", 45000, $tag . '/frame_%05d.png');
print "created dataset: $tag\n";
}