This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, July 4, 2010 7:36:24 PM(UTC)
Groups: Registered
Posts: 1
Is ther an example of a program (C# or VB.Net) that allows to show a video file and edit it (cut some scenes).
There are many examples of caturing from devices but not from files.
Thanks
#2
Posted
:
Monday, July 5, 2010 1:19:42 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you want to delete some scenes from a large video file and save the video file again, you'll need to split it into different videos, remove the ones you don't need, then join the rest in one large video.
We don't have a ready demo for it. However, we have code samples in VB6, which will be easy to convert to use VB.NET or C#. You can find these example in our Multimedia COM help file under this topic:
- Split a Large AVI Into Smaller Files (Visual Basic)
- Concatenate two AVI files using IltmmMultiStreamSource and IltmmMultiStreamTarget Example for Visual Basic
These pages contain the same code samples on our online help:
-
http://www.leadtools.com...IntoSmallerFilesExVB.htm-
http://leadtools.com/Hel...ultiStreamTargetExVb.htm
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.