ffmpeg -ss 00:00:08 -to 00:00:21 -i input.mp4 -c copy output.mp4
ffmpeg -t 20 -i input.mp4 -vf "fps=10,scale=350:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif
mmv -r 'ABC DEF *' '#1'
convert $(ls -v *.jpg) foobar.pdf
Put all the files into a single folder
$ ls > mylist.txt
Edit the file using VIM to look like: file '/path/to/file1' file '/path/to/file2' file '/path/to/file3'
$ ffmpeg -f concat -i mylist.txt -c copy output.mp4
install parallel and webp: sudo aptitude install parallel webp
find . -name "*.webp" -print0 | parallel -0 dwebp {} -o {.}.png
wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows https://www.example.com/
python3 -m pip install pyaudio
Increase temp space for packageS: sudo mount -o remount,size=10G /tmp/