What are the audio render parameters for command line to render along with video from sequencer?

Im using this line to render video from CMD,

&“C:\Program Files\Epic Games\UE_4.26\Engine\Binaries\Win64\UE4Editor.exe” “C:\Users\rahul\Documents\UnrealProjects\MyProject2\MyProject2.uproject” /Game/ThirdPersonBP/Maps/ThirdPersonExampleMap -game -MovieSceneCaptureType="/Script/MovieSceneCapture.AutomatedLevelSequenceCapture" -LevelSequence="/Game/sequences/NewLevelSequence" -MovieFrameRate=30 -noloadingscreen -resx=1280 -resy=720 -MovieFormat=Video -MovieQuality=100

There is no audio paremeter in above. Rendering out via sequencer gives audio mixer option that allows to render audio,
captured.PNG

GUI of “Render Movie Settings” uses the below line to capture audio,
-audiomixer =/Script/MovieSceneCapture.MasterAudioSubmixCaptureProtocol

tried adding the line to CMD, no luck.

Does anyone know the command line argument to render both video and audio ??

Hi Shenron,

I am also running into this issue and cannot find the correct command to pass. I was wondering if you have had any luck ?