Clipping audio/video with FFmpeg produces audio artifacts

末鹿安然 提交于 2021-01-29 07:34:13

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!