Can I change the suffix number of file name when rendering an image sequence?

For example, when I render 20-50 frame intervals in a blender, I want the name of the output file to be numbered 10-30.

current my method to achieve that is outputting 20-50 numbered sequences (img_20.png, img_21.png … img_50.png)
for this and then taking them to a separate file renamer application for processing.
And rename them as img_01.png, img_02.png … img_30.png.

However, if this can be achieved through Blender’s GUI or CLI, the degree of freedom of batch rendering is likely to increase.

Is it possible?