#!/bin/bash ffmpeg -i "$1" -vcodec h264 -profile:v main -level 4.0 "$1.mp4"