cmd = f"ffmpeg -y -i '{in_video}' -af 'loudnorm=I=-14:TP=-1.0:LRA=8' -s 1280x720 -loglevel quiet '{out_video}'"
result = https://subprocess.run(cmd , shell=True)
cmd = f"ffmpeg -y -i '{in_video}' -af 'loudnorm=I=-14:TP=-1.0:LRA=8' -s 1280x720 -loglevel quiet '{out_video}'"
result = https://subprocess.run(cmd , shell=True)