acmertz / eo1

A video editor for Windows 10 built on web technologies
4 stars 0 forks source link

Implement Windows.Media.Editing.MediaComposition API #124

Closed acmertz closed 8 years ago

acmertz commented 8 years ago

Convert the playback system to use the MediaComposition API available in Windows 10 Universal apps. The MediaComposition API enables vastly easier rendering, playback, saving/loading, and exporting of content. All rendering done through this API runs through the Windows Media pipeline and takes advantage of device hardware acceleration.

Implementing this API will make the following issues irrelevant or unnecessary:

acmertz commented 8 years ago

Closing because implementation of this API will comprise of releases v0.7, 0.8, 0.9, and 1.0.