制作一个变化的文本前。制作有关天气的日常视频剪辑
我们最近购买了一个 LED 屏幕(大约 8x3 mts),它允许我们发布来自 AE 的视频(显然)。我们需要设计一个关于天气、交通和突发新闻的问候活动。
我的问题是如何在不修改AE原始文件的情况下替换动画文本和图像?例如:天气晴朗,27摄氏度,第二天天气变化,我只需修改一个txt即可。(类似这样的) ,我只需导出 avi 即可。文件并准备将其上传到屏幕。
We recently we bought a led screen(About 8x3 mts) and it allows us to publish videos from AE (obviusly). We need to design a goodweel campaign about weather, traffic, and breaking news.
My quesion is how can i replace the animated text and images without modifyng the AE original file?, for example: The weather is sunny and 27 celsius, the next day weather changes and i just have to modify a txt.(something like that), and I just have to export the avi. file and be ready to upload it to the screen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 After Effects 不是一个合适的解决方案。每次天气变化时,您都必须重新渲染电影。只是为了更新新闻或天气,CPU 使用率就会很高。您可能想要考虑编写一些可以自我更新的程序,并使用 After Effects 简单地渲染构成您的程序的媒体资源。
也许研究 JavaScript 或 Processing 之类的东西会有所帮助。
I don't think After Effects is an appropriate solution for this. You would have to re-render your movie every time the weather changes. That would be some heavy CPU usage just to update the news or weather. You might want to look into programming something that would update itself and using After Effects simply to render the media assets that would make up your program.
Maybe researching something like JavaScript or Processing would be beneficial.