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

Thread: VBS - Convert multiple files

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Join Date
    Jan 2020
    Posts
    3

    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

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

    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.

  3. #3

    Join Date
    Jan 2020
    Posts
    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.

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

    Re: VBS - Convert multiple files

    It is not possible to launch the GUI from scripting, sorry.

  5. #5

    Join Date
    Jan 2020
    Posts
    3

    Re: VBS - Convert multiple files

    Ok, thanks.

Posting Permissions

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