Rendering through command line

Hey Guys, I’m trying to programmatically export rendered frames from sequencer and i’m using this command line “C:\Program Files\Epic Games\UE_4.27\Engine\Binaries\Win64\UE4Editor.exe” “C:\PATH\Unreal Projects\SubwaySequencer\SubwaySequencer.uproject” \Content\Maps\subwaySequencer_Auto1 -game -MovieSceneCaptureType=“/Script/MovieSceneCapture.AutomatedLevelSequenceCapture” -LevelSequence=“\Content\Sequencer\subwaySequencer” -MovieFrameRate=24 -noloadingscreen -resx=1920 -resy=1080 -forceres -notexturestreaming -MovieCinematicMode=no -MovieWarmUpFrames=60 -NoScreenMessages -MovieFolder=“PATH\Documents\Unreal Projects\SubwaySequencer\png” -MovieFormat=ASD -MovieQuality=75 -MovieName=“Test0.{frame}”

The video plays, but no frames are saved. I believe this happens due to this line not working properly =“/Script/MovieSceneCapture.AutomatedLevelSequenceCapture” Any suggestions? Thanks in advance!