FFmpeg: ERROR Unknown encoder '2'
Posted: Fri Mar 05, 2021 1:04 am
Disclaimer: Full commandline and console output missing.
[PROBLEM]
I tried to do something with FFmpeg and got the following error:
A newer FFmpeg version gave me a hint:
[SOLUTION]
I typed "-c 2" for 2 audio channels, but the correct way is:
[PROBLEM]
I tried to do something with FFmpeg and got the following error:
In orange.Unknown encoder '2'
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