diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-11 13:02:24 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-11 13:02:24 +0100 |
| commit | 94e6b7ec7c325d8cbe5437c4b7e25298d0afbffd (patch) | |
| tree | 4c126b9a6bf4b4103e3675aa8c28b4a68ea410e3 /get.pl | |
| parent | 6d465d84b7337d998b4db21d563ca69479cbe6e7 (diff) | |
less limits
Diffstat (limited to 'get.pl')
| -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", 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"; } |
