V
V
Vitaly Mironov2018-10-31 08:35:03
fmpeg
Vitaly Mironov, 2018-10-31 08:35:03

How to increase volume in ffmpeg?

I have this code:

shell_exec("ffmpeg -i $first_media_path -i $second_media_path -filter_complex \"[0:a][1:a]amerge = inputs = 2\"" .
           " -c:v copy -acodec aac -ac 2 -strict experimental -ab 160k $dir$name");

How can I turn up the volume?
Tried -af but it's not compatible with -filter_complex

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question