A
A
Andrew2015-04-18 07:51:47
.NET
Andrew, 2015-04-18 07:51:47

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

1 answer(s)
K
Kano, 2015-04-18
@Kano

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 question

Ask a Question

731 491 924 answers to any question