convert_file() { f="$1" /opt/homebrew/bin/ffmpeg -i "$f" "${f%.*}.mp4" }
export -f convert_file
parallel convert_file ::: "$@"