How to merge two audio files while retaining correct timings with ffmpeg
问题 Disclaimer: I don't understand ffmpeg and mostly just copy commands I have two webm video files. Their duration is off by about a second. I converted these to mp4 and everything was fine: ffmpeg -acodec libopus -i 1.webm -r 10 -cpu-used 5 -c:v libx264 -crf 20 -c:a aac -strict experimental -loglevel error 1.mp4 I then extracted the audio from each video and everything was fine. By fine, I mean, when I playback the audio files by themselves they match the timings on the original video. I used