问题
I am using FFmpeg, via the fluent-ffmpeg node.js library, to take in an mpeg-ts stream with H.264 video and AAC audio and extract specific segments with a filtergraph to then stream out.
Unfortunately, FFmpeg appears to be adding priming packets to the AAC stream at the beginning of every retained clip, which results in noticeable audio artifacts on playback.
Is there any way to turn that behavior off?
来源:https://stackoverflow.com/questions/64917498/clipping-audio-video-with-ffmpeg-produces-audio-artifacts