How can I convert NIFTI files to NRRD files in batch mode?

You can write a few-line Python script that iterates through all the nifti files in that folder, loads the volume, then saves it as nrrd.

You can find examples in script repository for loading and saving volume. This post can also help (and there were other similar questions here before that you may be able to find):

1 Like