Hi all,
is there already a plugin for edit TS files (like VideoEditor for dvr-ms)? I am trying to develop a new one (I can't found it), but unfortunately I have some problems with filters to use (at the moment I use DVBPortal pump and dump and plugin works, but if I try to register DVBPortal Pump (ax) on MediaPortal machine I have big problems to playback TS files...).
Can someone help me? My test plugin uses DirectShowLib and sets start and stop timecodes for each segment to cut with "put_CurrentPosition()" and "put_StopTime()" on IMediaPosition object, then (by running the graph n times) I obtain the edited TS file as output.. but... is this the best method??? There is another better method??
Help please!
Thanks a lot,
Dado
is there already a plugin for edit TS files (like VideoEditor for dvr-ms)? I am trying to develop a new one (I can't found it), but unfortunately I have some problems with filters to use (at the moment I use DVBPortal pump and dump and plugin works, but if I try to register DVBPortal Pump (ax) on MediaPortal machine I have big problems to playback TS files...).
Can someone help me? My test plugin uses DirectShowLib and sets start and stop timecodes for each segment to cut with "put_CurrentPosition()" and "put_StopTime()" on IMediaPosition object, then (by running the graph n times) I obtain the edited TS file as output.. but... is this the best method??? There is another better method??
Help please!
Thanks a lot,
Dado