Split a video into two separate clips
Solved
General and Desktop
-
I'm in the process of developing a simple video editor. So far I was able to load a video and play it (mainly following the Media Player example ). I want to know if there is a way to split/slice a video clip and create two video clips and add them to QMediaPlaylist.
-
Hi and welcome to devnet,
Not directly with QtMultimedia. If depending on your goals your should consider using something like ffmpeg for that kind of activity and use QtMultimedia for showing your videos.
You might want to check the kdenlive project.
-
This post is deleted!