Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Monday, November 17, 2008 1:33:37 AM(UTC)
photo boy

Groups: Registered
Posts: 10


Hi,
   I'm trying to trim a video file (.asf) by using ltmmConvert in C++ with the put_SelectionStart and put_SelectionEnd functions.  put_SelectionEnd gives a direct show HRESULT "E_NOTIMPL" and the video is allowed to run to the end of the clip.  Is there some problem with the MPEG4 parser?

Thanks
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, November 17, 2008 5:05:09 AM(UTC)

Qasem Lubani  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Usually, seeking and selection issues are related to splitters and demultiplexers, not to codecs. ASF format (which is similar to WMV) is a Microsoft Windows Media format and uses Microsoft parsers. If these do not support selection end, you can try a different approach to split the file.

One way is to do this is to split the file into bitmaps and then join them, this will avoid the selection end problem. For information on how to split the file into bitmaps, you can see the help topic "Splitting an AVI File into Multiple Bitmaps Using ltmmSampleTarget Example" in the Multimeda help file. And you can see the GenAVI demo[LEADTOOLS Multimedia 15\Examples\Ltmm\Cpp\GenAVI] to see how to join them in s single video file.
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.071 seconds.