how to write a command line Batch converting all channl of EXR to jpg?
Announcement
Collapse
No announcement yet.
exr all channl to jpg command line
Collapse
X
-
Hi,
Unfortunately there is no batch command that will export all EXR channles to separate JPG files. This could be done with specifying all EXR channels one by one.
Here is one example for single channel export:
C:\Program Files\Pdplayer 64>pdplayer64 C:\file0000.exr --image_layer="VRayLighting" --save_layer_as=c:\File.jpg --exit
And another one for multiple channels export:
C:\Program Files\Pdplayer 64>pdplayer64 C:\Users\Chaos\Desktop\file0000.exr --image_layer="VRayLighting" --save_layer_as=c:\File.jpg --image_layer="VRayDiffuseFilter" --save_layer_as=c:\File_2.jpg --exit
-
Originally posted by ladaojeifang View Postthanks
but How do I get all the layer name in a EXR ?
Comment
Comment