Hi,
Hi,
Can someone please post an example command line to render to exr with the current version of unreal? I can render manually when the editor is loaded, but I can’t seem to get it to do anything but png from the commandline.
thanks,
James
Hi,
Hi,
Can someone please post an example command line to render to exr with the current version of unreal? I can render manually when the editor is loaded, but I can’t seem to get it to do anything but png from the commandline.
thanks,
James
I have the same exact issue
::command v1 what works
“C:\Program Files\Epic Games\UE_4.24\Engine\Binaries\Win64\UE4Editor.exe” “D:\Unreal Projects\ArchVizInterior\ArchVizInterior.uproject” /Game/Maps/ArchVis_RT -MovieFolder=“F:\Images"^
-game -MovieSceneCaptureType=”/Script/MovieSceneCapture.AutomatedLevelSequenceCapture"^
-LevelSequence=“/Game/Cinematic/archviz_cine_MASTER_MaxQuality” -MovieFormat=EXR -CaptureFramesInHDR -CustomRenderPasses=FinalImage -CaptureGamut=HCGM_ACEScg -HDRCompressionQuality=0 -MovieFrameRate=24 -VSync ^
-resx=3840 -resy=2160 -forceres -MovieWarmUpFrames=60 -MovieFrameStart=90 -MovieFrameEnd=100 -MovieName=“Example_{material}.{frame}” -notexturestreaming -MovieCinematicMode=yes
::command v1 that should work
“C:\Program Files\Epic Games\UE_4.24\Engine\Binaries\Win64\UE4Editor.exe” “D:\Unreal Projects\ArchVizInterior\ArchVizInterior.uproject” /Game/Maps/ArchVis_RT -MovieFolder=“F:\Images"^
-game -MovieSceneCaptureType=”/Script/MovieSceneCapture.AutomatedLevelSequenceCapture"^
-LevelSequence=“/Game/Cinematic/archviz_cine_MASTER_MaxQuality” -MovieFormat=CustomRenderPasses ^
-CaptureFramesInHDR -CustomRenderPasses=FinalImage -CaptureGamut=HCGM_ACEScg ^
-HDRCompressionQuality=0 -MovieFrameRate=24 -VSync ^
-resx=3840 -resy=2160 -forceres -MovieWarmUpFrames=60 -MovieFrameStart=90 -MovieFrameEnd=100 ^
-MovieName=“Example_{material}.{frame}” -notexturestreaming -MovieCinematicMode=yes
The MovieFormat=EXR flag should not even work if i refer to documentation.
I am using 4.24.2
Cheers