我正在尝试使用 ffmpeg 减慢音频速度。我分 8 个阶段进行,如下所示:
ffmpeg -i output5.aiff -filter:a "atempo=0.5" -vn output6.aiff
但是当我进入第六阶段时出现此错误:
Multiple frames in a packet.ed= 324x[pcm_s16be @ 0x7f81e880c600] Invalid PCM packet, data has size 3 but at least a size of 4 was expectedError while decoding stream #0:0: Invalid data found when processing input
音频被切断了。知道哪里出了问题吗?