Video editing language

Posted by wvd on Stack Overflow See other posts from Stack Overflow or by wvd
Published on 2010-06-05T20:13:12Z Indexed on 2010/06/05 20:22 UTC
Read the original article Hit count: 235

Filed under:
|
|
|
|

Hi folks,

My next project will be all about language tools, parsing and such. Because of that reason I've decided to write a simple language which can be used for video editing. So instead of those desktop applications (Sony vegas, Adobe Premiere, ..) it's basically a language where you define the effects and all and it will generate a video for you.

Since I've got no experience in this kind of business I need some help. The goal of the project is to create a simple language which is able to do some basic things (such as text fading in, etc). I am looking for articles/projects/blogs/whatever related with this which could help me writing this language. (Note that I don't need articles about language parsing since I'm pretty familar with that, just the video editing part).

Thanks,

William v. Doorn

© Stack Overflow or respective owner

Related posts about parsing

Related posts about tools