diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-11 12:59:56 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-11 12:59:56 +0100 |
| commit | b4b73038a1a83dc7c6b69f04a40de385e3da0892 (patch) | |
| tree | 6c5ac13da06790f1e37645324b14d3c2fd158b69 | |
| parent | bd871b2b3d5a52abae55c7f59f640be7be01ad2e (diff) | |
less limits
| -rwxr-xr-x | get.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; } |
