在 After Effects CS5 中使用导入文本数据
我正在使用 Flash CS5 在 MIDI 文件中生成一组音符。基本上我存储诸如音符时间、音符持续时间、音高、音阶、音量等数据...
我有 2 个问题:
如何导出所有这些数据以便在 After Effects 中使用它(作为txt 文件?其他格式?);
稍后如何在 After Effects 中使用导出的文件:如何告诉 After Effects 何时在特定时间开始播放音符?如何将音符高度与特定功能(比如说 - 方形宽度)关联起来 - 等等。
我确实知道 After Effect 中的一些基本编码(如何关联 After 内的元素 - 例如音量和不透明度),但我需要了解如何处理导出的文件(以及以哪种格式生成它)。
I am using Flash CS5 to generate an array of the notes in a midi file. Basically I store data such as time of the note, note duration, pitch, scale, volume, etc...
I have 2 questions:
How can I export all these data in order to use it in after effects (as a txt file? other formats?);
How do I use the exported file in After Effects later on: How do I tell After Effects when to start playing a note in a specific time? how do I associate note height with a specific feature (lets say - square width) - and so on.
I DO know some basic coding in after effect (how to associate elements inside After - such as volume and opacity) but I need to understand how to deal with an exported file (and in which format to generate it).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我是《米迪亚纳尔》的作者。网址已更改。现在可以在 http://www.tima.uk.com 上获取
除了阅读该文件之外,应用程序包括一个关于如何使用数据为 After Effects 创建脚本的小演示。但除此之外,用户可以使用 CSV(电子表格)文件中的数据编写自己的代码。
I am the author of Midianal. The URL has changed. It is now available at http://www.tima.uk.com
Apart from reading the file, the app includes a small demonstration of how the data could be used to create a script for After Effects. But otherwise, it is for the User to write their own code, using the data from the CSV (spreadsheet) file.