Answer the question
In order to leave comments, you need to log in
Working with video in c#?
Hello.
The question arose whether there are means for working with video in c# , namely, playing on the form and the ability to trim the video, for example: I select a file, start playing it, and indicate that the beginning of the video is "point A", then while watching I press a button that marks the current playback time as "Point B" and later I can "cut" a section of the video from "Point A" to "Point B" into another video file.
Answer the question
In order to leave comments, you need to log in
ffmpeg will help you. It has the ability to connect in the form of a library, the functions of which will be executed right in the process of your application. To call unmanaged functions from the ffmpeg library, use pinvoke or a third party managed library as a layer - www.ffmpeg-csharp.com
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question