my $srcpathname = "/naspool/pictures/New Photos"; # Path to look for videos to move from
my $dstpathname = "/naspool/videos/HomeVideos"; # Path to move the videos to
my $merge_videos_by_day = "/naspool/videos/bin/merge_videos_by_day";
-my $minage = "+0"; # Video file creation dates must not have changed in the last X minutes to process any of the video files
+my $minage = "+15"; # Video file creation dates must not have changed in the last X minutes to process any of the video files
my $owner = "ajp"; # The owner of the files after they are moved
my $group = "pip"; # The group of the files after they are moved
my $mode = "664"; # The mode to set on each file after they are moved