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=aebd225840d3b7e028a9dfbb2627ca4e75cd8626;hb=3574551ce37f9611e12420e4b39d4e68dd20c884;hp=54a57a460fd7ea7af2ccab66a2a7bc76dfc539a5;hpb=5084e6bde7b0e10b98c08badc2759bff76c74f26;p=videoscripts%2F.git diff --git a/organize_videos.conf b/organize_videos.conf index 54a57a4..aebd225 100644 --- a/organize_videos.conf +++ b/organize_videos.conf @@ -22,8 +22,8 @@ $origpathname = "/naspool/dropbox/Originals"; $originals_file_ext = qr/(mov|mp4)/i; $save_originals = 1; -# Path to a dir to watch for videos to move to $srcpathname to be organized -$watchpathname = "/naspool/pictures/mylio"; +# Path to a dir (or dirs separated by semis) to watch for videos to move to $srcpathname to be organized +$watchpathname = "/naspool/cloud/alan/files/InstantUpload/Camera;/naspool/cloud/mary/files/InstantUpload/Camera;"; # Path to merge_videos_by_day script $merge_videos_by_day = "/naspool/videos/bin/merge_videos_by_day"; @@ -92,8 +92,8 @@ $tmpfile = `tempfile`; chomp($tmpfile); unlink "$tmpfile"; $timezone = `cat /etc/timezone`; chomp($timezone); # handbrake options used when re-encoding the videos -$handbrake_requantize_options='--strict-anamorphic --crop 0:0:0:0 -E ac3'; -$handbrake_recompress_options='--strict-anamorphic --crop 0:0:0:0 --denoise="weak" -e x264 -q 18 -x b-adapt=2:rc-lookahead=50 -v 2 -a 1 -6 dpl2 --preset="High Profile"'; +$handbrake_requantize_options='--auto-anamorphic --crop 0:0:0:0 -E ac3'; +$handbrake_recompress_options='--auto-anamorphic --crop 0:0:0:0 --denoise="weak" -e x264 -q 18 -x b-adapt=2:rc-lookahead=50 -v 2 -a 1 -6 dpl2 --preset="HQ 1080p30 Surround"'; # handbrake input file options $input_file_options = "-S";