illustrate
Products            Buy            Support Forum            Registrations            About           
 

VBS - Convert multiple files

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

    • Jan 2020
    • 3

    #1

    VBS - Convert multiple files

    Hi,

    on https://www.dbpoweramp.com/dmc.htm
    there is a picture that you get when you right click on multiple selected music files and use the context menu "Convert to" entry.

    How does a .vbs look like to get the same (with multiple files) using the inbuilt scripting capabilities of dBpoweramp?

    Tia, oO0XX0Oo
  • Spoon-
    Administrator
    • Apr 2002
    • 46006

    #2
    Re: VBS - Convert multiple files

    You would have to call individual converters from the vbs script, the scripting cannot parallel encode using all cores, unless seperate vbs for each cpu.
    Spoon-
    www.dbpoweramp.com

    Comment

    • oO0XX0Oo

      • Jan 2020
      • 3

      #3
      Re: VBS - Convert multiple files

      It is not about doing the encoding in multiple threads, it's just about how to invoke this GUI part from a .vbs script e.g. as an alternative to the "Convert to" context menu entry.

      Comment

      • Spoon-
        Administrator
        • Apr 2002
        • 46006

        #4
        Re: VBS - Convert multiple files

        It is not possible to launch the GUI from scripting, sorry.
        Spoon-
        www.dbpoweramp.com

        Comment

        • oO0XX0Oo

          • Jan 2020
          • 3

          #5
          Re: VBS - Convert multiple files

          Ok, thanks.

          Comment

          Working...