diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-16 18:27:41 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-16 18:27:41 +0200 |
| commit | 775e51222cb2f00dc84ac3c3666e912c35d86380 (patch) | |
| tree | a9b8981add6e12eaa27ef174f32c108a8cc7fe8e /get.pl | |
| parent | 63fb71641373e92077d19f62fb54a9d85d5fe362 (diff) | |
get
Diffstat (limited to 'get.pl')
| -rwxr-xr-x | get.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ if ($video_fn) { my @partz = split(".", $video_fn); my $ext = $partz[$#partz]; my $fn = $tag . '.' . $ext; - system('mv', $video_fn, $fn) + system('mv', $video_fn, $fn); print "creating dataset: $tag\n"; mkdir($tag); system('ffmpeg', '-i', $fn, "-filter:v", "scale=256x256", $tag . '/frame_%05d.png'); |
