Brought the lateststools from the git repo
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#requires scrot
|
||||
scrot '%Y-%m-%d_$wx$h_scrot.png' -e 'mv $f ~/Pictures/'
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#requires scrot
|
||||
scrot '%Y-%m-%d_$wx$h_scrot.png' -u -e 'mv $f ~/Pictures/'
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
args="$@"
|
||||
length=$(($#-1))
|
||||
files=${@:1:$length}
|
||||
filename=${@: -1}
|
||||
|
||||
|
||||
if [ -f $filename ]; then
|
||||
echo "Output $filename already exists."
|
||||
else
|
||||
montage -label "\n%t" -pointsize 14 -tile 3x6 -geometry 550 -geometry +25+15 -border 1 $files $filename
|
||||
fi
|
||||
|
||||
|
||||
+3
-1
@@ -1,4 +1,6 @@
|
||||
crf=18
|
||||
vb=.5MB
|
||||
for i;
|
||||
do ffmpeg -i "$i" -s 960x540 -c:v libx264 -profile:v main -pix_fmt yuv420p -strict -2 "${i%.*}_h264.mov" ;
|
||||
do ffmpeg -i "$i" -s 960x540 -c:v libx264 -profile:v main -crf $crf -vb $vb -pix_fmt yuv420p -strict -2 "${i%.*}_h264.mov" ;
|
||||
done;
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ do
|
||||
echo ...$i
|
||||
sleep 1
|
||||
done
|
||||
echo mounting whitehorse
|
||||
mkdir /Volumes/whitehorse
|
||||
mount -t smbfs //mak:ale2312x@makineisilon/whitehorse /Volumes/whitehorse
|
||||
echo mounting pegasus
|
||||
mkdir /Volumes/pegasus
|
||||
mount -t smbfs //eduardo:"pgss%401046"@mak-nas/pegasus /Volumes/pegasus
|
||||
#echo mounting whitehorse
|
||||
#mkdir /Volumes/whitehorse
|
||||
#mount -t smbfs //mak:ale2312x@makineisilon/whitehorse /Volumes/whitehorse
|
||||
#echo mounting pegasus
|
||||
#mkdir /Volumes/pegasus
|
||||
#mount -t smbfs //jorge:$pw@mak-nas/pegasus /Volumes/pegasus
|
||||
echo done.
|
||||
sleep 1
|
||||
open -a trolCommander
|
||||
|
||||
Reference in New Issue
Block a user