Avoid DEPENDENCY HELL and save time with Semantic Versioning 2.0.0

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

ความคิดเห็น • 1

  • @nitinrai6093
    @nitinrai6093 4 หลายเดือนก่อน

    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