```bash ffmpeg -i input.mp4 -c:v libx264 -profile:v baseline output.mp4 ``` values are `baseline`, `main`, and `high`