I am using vray in command line. How to save 100 quality jpg when using vray standalone?
I know vray for 3dmax has a cmd cloud do this, which is " 3dsmaxcmd scene.max -outputName:image.jpg -jpeg_quality:100"
Is there a similar cmd for vray standalone?
You should be able to do that by overriding the jpeg settings plugin in the vrscene. You can either edit the vrscene in a text editor and look for SettingsJPEG and adjust the ‘quality’ parameter to 100, or by using the -parameterOverride=SettingsJPEG::quality=100 flag in your command line to vray.exe.
Thank you yolov. Your reply helps a lot.