How to create a video edit timeline controll

Yairk_kaufmann 6 Reputation points
2021-05-10T18:16:48.577+00:00

I want to create video editing software and I want to create a timeline for video editing so I tried to do this only with media.editind and panels but I wanted to know if there is a simpler way to do it

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,386 Reputation points
    2021-05-10T23:18:08.437+00:00

    Hello,

    First off, this is far from a simple task.

    Writing software for editing and creating videos from scratch is a large undertaking, instead look at open source libraries for paid for libraries.

    Here is a library that provides all source code and is installed via NuGet package.

    With the above recommendation you have some choices to make.

    • Build a library yourself, if you have no expertise and a good deal of time and patience move on to below or spend a lot of time on this.
    • Use a open source library, if that does not suit your needs then
    • Go with a paid product, most of trial periods to decide if the product is right for you.
    0 comments No comments