11-17-2008, 10:10
|
Qasem Lubani

Joined on 08-13-2006
Posts 1,187
|
Re: video trimming fails on .asf files
|
 
 
|
|
|
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.
Qasem Al-Lubani LEAD Technical Support www.leadtools.com
|
|
|
|
|
Report
|
|
|
|