Select the types of activity you want to include in your feed.
1#!/bin/zsh 2filename="$1:r" 3ffmpeg -i "$1" -c:a aac "${filename}.mp4" 4# -vf "format=yuv420p"