Rajesh
unread,Jun 14, 2010, 5:45:49 PM6/14/10You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I am trying to crop a .avi file into smaller one.I apply a source
filter->Avi Mux->File Writer.When I try to use IMediaSeeking to select
a portion of the given video( with start and stop times) it returns
E_NOTIMPL.Avi mux does not implement set positions method and probably
this error is due to it .I tried querying on both Graph Builder and
AVI mux but both return E_NOTIMPL.
However I only want a portion of the file to be output .How can I
solve this problem?