title
Products            Buy            Support Forum            Professional            About            Codec Central
 

File Extension rename

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steven

    • Nov 2009
    • 13

    File Extension rename

    There used to be a utility codec to change file extensions... this seems to be a legacy codec now only good till v12. What is the easiest way to automate file extension changes as part of a list of dsp effects. I'm using the Audio Conversion Engine.

    Thanks
  • Steven

    • Nov 2009
    • 13

    #2
    Re: File Extension rename

    I tried another way round this. I created a Windows batch rename file, converted it to an exe file and tried to trigger it with the "run external" dsp plug-in. It didn't seem to work. What should I put in the dsp "command line" box to make it run this exe? I tried "-outfilelong="[infilelong]"" but I don't really know what I doing..! Any ideas appreciated.

    Thanks

    Comment

    • Spoon
      Administrator
      • Apr 2002
      • 44574

      #3
      Re: File Extension rename

      You will need to create a batch file, say C:\rename.bat

      in it put:

      move %1 *.ext

      Then Set run external to:

      C:\rename.bat [outfilelong]

      You will also need the latest DSP effects from the beta section so that a .bat file can be run:

      Changes: Added Dither (Triangular and Rectangle) to Bit Depth DSP Effect ID Tag Processing 2 new Manipulations: Word / Character replacement and Rule based Tag Manipulation Run External can now run Batch files Playlist Writer - new effect added Resample updated to support 192KHz to 44.1KHz Fix for Resample going 44.1KHz to
      Spoon
      www.dbpoweramp.com

      Comment

      • Steven

        • Nov 2009
        • 13

        #4
        Re: File Extension rename

        Thanks a lot for that... I think I need to learn more about batch files! I need it to make the Audio conversion Engine see ".BWF" file extensions.

        Comment

        • Steven

          • Nov 2009
          • 13

          #5
          Re: File Extension rename

          I'm a bit confused by the "move %1 *.ext" batch file- I couldn't get it to work. Can I use the "ren" rename command? I tried "ren *.bwf *.mp2" and it worked OK for files in the same directory. Unfortunately the batch file needs to run from a different directory. I tried "ren D:\batchtest1 *.bwf *.mp2" but it didn't work. Note that I don't want to change all the extensions to MP2.... just the .BWF extentions.

          Comment

          • Spoon
            Administrator
            • Apr 2002
            • 44574

            #6
            Re: File Extension rename

            ren D:\batchtest1\*.bwf *.mp2
            Spoon
            www.dbpoweramp.com

            Comment

            Working...

            ]]>