Rush tells the exhilarating true story of the 1976 Formula One season and the legendary rivalry between two polar opposites: the charismatic British playboy (Chris Hemsworth) and the methodical, disciplined Austrian Niki Lauda (Daniel Brühl).
-i "input.mp4": Input file. Replace "input.mp4" with your actual file path and name.-vf "scale=-1:720,format=yuv420p": This will upscale the video to 720p while maintaining the aspect ratio (due to -1 for width). Adjust 720 as needed or to another resolution if desired.-c:v libx264: Video codec. H.264 is a good, widely compatible choice.-crf 18: Quality setting. Lower values result in higher quality but larger file sizes. 18 is a good starting point.-c:a aac: Audio codec. AAC is widely compatible and suitable for most needs.-b:a 128k: Audio bitrate. Adjust as needed.