diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-06-15 13:46:38 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-06-15 13:46:38 -0400 |
commit | 1d4dda5ccbdcddb17312a4bab276d52ebf1613a8 (patch) | |
tree | 147a7076b629342ff142137f24ea1743c8aa835a | |
parent | 4997e34640b04ed3ca0cdc68ea2e523df12b5c28 (diff) |
changed flags
-rwxr-xr-x | process-video-beta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-video-beta b/process-video-beta index 17d95b9..e37980e 100755 --- a/process-video-beta +++ b/process-video-beta @@ -171,7 +171,7 @@ if [[ $stage_1 -eq 1 ]]; then echo "$crop_list" echo "$set_list" - parallel -v --progress --xapply -j 1 -S $server_list mplayer -quiet -vo png:prefix={1}"_":outdir=$output_dir/Cropped/{1} -nosound -vf crop={2} -speed 12 $video_file ::: $set_list ::: $crop_list + parallel -v --progress --xapply -S $server_list mplayer -quiet -vo png:prefix={1}"_":outdir=$output_dir/Cropped/{1} -nosound -vf crop={2} -speed 12 $video_file ::: $set_list ::: $crop_list fi |