title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 2 of 2

Thread: Dynamic File Renaming - Multiple Replace commands

  1. #1

    Join Date
    Dec 2023
    Posts
    1

    Dynamic File Renaming - Multiple Replace commands

    Hi guys,

    I couldn't find a similar post, please feel free to remove if there is one.

    I am trying to dynamically name folders to include bit-depth and frequency.
    [Frequency] outputs values such as 96000 and 44100, so I am trying to replace them with 96kHz and 44.1kHz respectively.
    Using [REPLACE]44100,44.1kHz,[frequency][] works fine but I would like to be able to use [REPLACE]96000,96kHz,[frequency][] at the same time.

    The desired result is that regardless of the frequency it will remove 3 characters and append "kHz".

    Thank you.

  2. #2
    Administrator
    Join Date
    Apr 2002
    Posts
    43,855

    Re: Dynamic File Renaming - Multiple Replace commands

    You can nest them:

    [REPLACE]44100,44.1KHz,[REPLACE]96000,96KHz,[frequency][][]

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •