X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=organize_videos.conf;fp=organize_videos.conf;h=a4c06b48cf906fc7936d457f0344f5ecdb432e87;hb=4ad705a6bce59141854f071467f734ee442c544f;hp=c13e406003f14599d0483072db011b9c926b4ce6;hpb=1555155d39369b8dbd70c48df16724474d4e8e4b;p=videoscripts%2F.git diff --git a/organize_videos.conf b/organize_videos.conf index c13e406..a4c06b4 100644 --- a/organize_videos.conf +++ b/organize_videos.conf @@ -12,25 +12,34 @@ ################################################################################ # Path to look for videos to move from -$srcpathname = "/naspool/pictures/New Photos"; +$srcpathname = "/naspool/dropbox/New Memories"; # Path to move the videos to $dstpathname = "/naspool/videos/HomeVideos"; +# Path to move the originals to +$origpathname = "/naspool/dropbox/Originals"; +$originals_file_ext = qr/mov/i; +$save_originals = 1; + # Path to merge_videos_by_day script $merge_videos_by_day = "/naspool/videos/bin/merge_videos_by_day"; +# Flag to merge videos by modification date instead of the date parsed from the filename +$merge_by_modification_date = 1; + # Path to the make_mkv script $make_mkv = "/naspool/videos/bin/make_mkv"; # mkvmerge path/command name -$mkvmerge = 'mkvmerge'; +$mkvmerge = '/usr/bin/mkvmerge'; # ffmpeg path/command name -$ffmpeg = 'ffmpeg'; +$ffmpeg = '/usr/bin/ffmpeg'; +$avconv = '/usr/bin/avconv'; # handbrake path/command name -$handbrake = 'HandBrakeCLI'; +$handbrake = '/usr/bin/HandBrakeCLI'; # The pid file to use to indicate organize_videos is running $pid_file = "/tmp/organize_videos.pid"; @@ -95,7 +104,7 @@ $progressive_requantize_quality=0.75; $compute_host = "pippin.pippins.net"; # Set to 1 to use a remote compute host to run the mkvmerge command. Set to 0 to use the local host to run it. -$use_compute_host = 1; +$use_compute_host = 0; # This will dramatically decrease the size of the video with minimal compute processing requirements. $requantize_input_video=0;