How to convert local recording zoom files into .mp4 , .m4a and m3u?

Hi everyone,

Thanks for using Zoom SDK and thanks for the replies. Yes, you may convert the local recording files with the following steps:

  1. In Windows, press the “Win” button + R to open the “Run” box, then type in “cmd”(Other ways to open “cmd”: https://www.howtogeek.com/235101/10-ways-to-open-the-command-prompt-in-windows-10/)
  2. Locate the folder that has your recording files(and the double_click_to_convert_* file) and get the absolute path, for example, C:\recording\
  3. In cmd, navigate to the folder that has the Windows SDK(“Commands to navigate and change the directory in cmd”:https://www.digitalcitizen.life/command-prompt-how-use-basic-commands), then go to the ./bin/ folder
  4. In cmd, type in ztscoder C:\recording\ to convert the local recording file.

Hope this helps. Thanks!