how to do a video show and simple edit option

Yairk_kaufmann 6 Reputation points
2021-03-07T09:04:13.867+00:00

I want to create a video editor software

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,428 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,831 Reputation points
    2021-03-07T10:05:35.317+00:00

    There is the MSDN old basic sample AVIEdit : AVIEdit
    But it uses AVIFile
    You should use more recent APIs/Interfaces, like
    DirectShow Editing Services
    Media compositions and editing
    Microsoft Media Foundation

    0 comments No comments