Conversion failed. 2 frames left in the queue on closing ffmpeg
问题 My simplified ffmpeg command (the longer one has over 300 files) is the following. ffmpeg -i "v1.mp4" -i "v2.mp4" -i "v3.mp4" -filter_complex "[0:v:0][1:v:0][2:v:0]concat=n=3:v=1:a=0,fps=fps=30[cv1]; [0:a:0][1:a:0][2:a:0]concat=n=3:v=0:a=1,asetpts=N/SR/TB[ca1]; [cv1]setpts=0.25*PTS[v4]; [ca1]atempo=4,asetpts=N/SR/TB[a4]" -c:v h264_nvenc -map "[v4]" -map "[a4]" x4_output_0.mp4 The video encoding is working but then breaks and the output file seems to be truncated. The output files are nearly