rcaldous / gen-thumb.sh
0 likes
0 forks
1 files
Last active
Generate a set of thumbnails for a given video file using vcs https://p.outlyer.net/vcs
1 | vcs videofile.mp4 -o thumbs.jpg -n100 -c4 -H160 |
rcaldous / Clear Bash history
0 likes
0 forks
1 files
Last active
Don't want to be tempted to up arrow?
1 | cat /dev/null > ~/.bash_history && history -c && exit |
Newer
Older