Page 1 of 1

FFmpeg: ERROR Unknown encoder '2'

Posted: Fri Mar 05, 2021 1:04 am
by peter_b
Disclaimer: Full commandline and console output missing.

[PROBLEM]

I tried to do something with FFmpeg and got the following error:
Unknown encoder '2'
In orange.

A newer FFmpeg version gave me a hint:
Multiple -c, -codec, -acodec, -vcodec, -scodec or -dcodec options specified for stream 0, only the last option '-c 2' will be used.

[SOLUTION]

I typed "-c 2" for 2 audio channels, but the correct way is:

Code: Select all

-ac 2
:oops: