Hi Anton, the audio seems to be distorted, this happens when you speedup the video during editing. Instead you can use ffmpeg on the final rendered video to avoid such issues. Here is the command that worked for me. This speedups by 1.3x ffmpeg -i input.mp4 -vf "setpts=(PTS-STARTPTS)/1.3" -crf 18 -af atempo=1.3 speedup.mp4
Hi Anton, the audio seems to be distorted, this happens when you speedup the video during editing. Instead you can use ffmpeg on the final rendered video to avoid such issues.
Here is the command that worked for me. This speedups by 1.3x
ffmpeg -i input.mp4 -vf "setpts=(PTS-STARTPTS)/1.3" -crf 18 -af atempo=1.3 speedup.mp4