Description
We have a customised zoom windows application (using the Windows C# SDK) that generates encoded “.meetingrec” recording files. We are trying to transcode these recordings from a MacOS commandline script - using the “Transcoder.app” executable. We want to automate this process, however we have been receiving a Dialogue Pop-Up saying that the encoded file is from an “unknown source” and such we need to click “convert anyway”. Is there anyway to avoid this Pop-Up so we can automate this process.
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Make a recording on a Windows machine
- Import the recording to a Mac
- Rename the recording files to “double_click_to_convert_0#.zoom”
- From the command line, call “Transcoder.app”'s executable, passing one of the encoded files as an argument
- See the popup
Screenshots