hello ue4 folks, i been looking into the forum and ue4 documentation about rendering a levelsequence with command line at runtime, i tried this :
-game -MovieSceneCaptureType="/Script/MovieSceneCapture.AutomatedLevelSequenceCapture" -LevelSequence="/Game/Untitled" -MovieFolder=“C:/test” -MovieFrameRate=30 -noloadingscreen -resx=1920 -resy=1080 -forceres -MovieFormat=PNG -MovieQuality=100 -notexturestreaming -MovieCinematicMode=yes -MovieWarmUpFrames=60 -WINDOWED
it didn’t work for me