1
0
Fork 0

Add complicated jpeg montage command to hstr favourites

This commit is contained in:
Starbeamrainbowlabs 2017-06-23 21:34:56 +01:00
parent fc90ae7149
commit 2c57fafcc1
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
find . -iname "*.JPG" -or -iname "*.png" | sed 's/^/\\"/g; s/$/\\"/g' | paste -d\ - - - - - - | xargs -I {} -n 1 bash -c 'echo montage -geometry 800x600+10+10 -tile 3x2 {} tiles/$RANDOM.jpeg' | sh
ffmpeg -framerate 0.5 -pattern_type sequence -s 1080x720 -start_number 1 -i frame%d.jpeg -vcodec mpeg4 out.mp4
grep -c ^processor /proc/cpuinfo
find . -name "*.svg" | xargs -I {} inkscape -e {}.png {}