N
N
nuclear_kote2020-07-02 23:39:11
fmpeg
nuclear_kote, 2020-07-02 23:39:11

Why is ffmpeg not working?

ffmpeg  -i 2.aac -i 3.aac  -filter_complex "[0]asetpts=0;[1]asetpts=8000; concat=n=2:a=0:a=1 [aout]" -map "[aout]" out.aac

I'm trying to connect 2 aac files, the second one for 8 seconds

gives:
Cannot find a matching stream for unlabeled input pad 0 on filter Parsed_concat_2

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nuclear_kote, 2020-07-03
@nuclear_kote

ffmpeg -i 2.aac -i 3.aac -i 4.aac -filter_complex "[0]adelay=0[a0];[1]adelay=2000[a1];[2]adelay=1000[a2];[ a0][a1][a2]amix=inputs=3" out.aac

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question