I want to develop an automatic export plugin, which is mainly used for exporting my sound effect library.
Application scenario: I need to export a large amount of the sounds I have recorded. I would like to be able to save the range box for the export, and then automatically set the name for the export. Rather than repeating “Select - Set Export Range - Name - Export - Wait…” In such a cycle, I would need to export hundreds of files of varying lengths within a short period of time. This would make me lose consciousness…
My approach: Develop an automated script that can record multiple ranges to be exported, and also allow for automatic or manual setting of their names. I know this is quite similar to the “Export Queue” function, but the export queue seems to only allow one cycle range to be set at a time. If I set a new cycle range, then the tasks in the export queue will apply the new cycle range.
My requirement: I would like to know if there are any APIs or SDKs that allow setting the recurring time points? Left positioning point, right positioning point, or playback position. Then I will be able to automatically export all the things I have set up.
This project will eventually be released on GitHub or my personal website.
我想开发一个自动导出的插件,这主要用于我导出我的音效库。
应用场景:我需要对我录制的声音进行大量的导出,我希望能够保存我需要导出的范围框,然后自动设置导出的名字。而不是重复“选中-设定导出范围-命名-导出-等待。。。”这样一个循环,我会需要在短时间导出上百个长短不一的文件,这会让我昏迷。。。。
我的做法:开发一个自动化脚本,可以记录需要导出的多个范围,还可以自动或手动的设定他们的名字。我知道这和“导出队列”功能很像,但是导出队列似乎只能同一时间设定一个循环范围,如果我设定了一个新的循环范围,那么在导出队列的任务就会应用新的循环范围。
我的需求:我想知道有什么api或者sdk能设定循环时间点吗?左定位点,右定位点,或者是播放位置。这样我就能自动化的导出我设定好的所有东西了。
这个项目最终会在github或者是我的个人网站上发布。