Author Topic: CIE frame numbering change  (Read 2141 times)

2021-01-15, 13:03:33

SHIFT

  • Active Users
  • **
  • Posts: 5
    • View Profile
Hi,
i wonder if there is a way to set thte corona image editor batch, so it puts the frame-numbering at the end of the filename instead of the render-element name.
Most programms read sequences only with numbering at the end.

Regards, Stefan

« Last Edit: 2021-01-15, 14:23:06 by maru »

2021-01-15, 14:22:23
Reply #1

maru

  • Corona Team
  • Active Users
  • ****
  • Posts: 13668
  • Marcin
    • View Profile
We already have this logged as a feature request. Sorry, but no timeframe when to expect it yet.

(Internal ID=312723127)

The only workaround I can currently recommend is using an existing tool for renaming your files, or using a batch script for this, instead of doing it manually.
I am attaching a simple script which can rename files in the folder where it is placed from the following format:
first_second_third.png
to:
first_third_second.png
​
​So for example this file:
Post_Frame0001_Alpha.png
will be renamed to:
Post_Alpha_Frame0001.png
​
This will only work for files consisting of 3 keywords. If there are 2 or 4, it would have to be changed (for example in case of Post_Frane0001_CESSENTIAL_Direct.png).
If you decide to use it, I would definitely advise to experiment with a few files first, and make backups of the original files, just in case.

Marcin Miodek | chaos-corona.com
3D Support Team Lead - Corona | contact us

2021-01-16, 12:08:09
Reply #2

SHIFT

  • Active Users
  • **
  • Posts: 5
    • View Profile
Thanks a lot.
I use "bulk rename utility". Very comfortable tool.