2007-02-27, 09:53 PM
(This post was last modified: 2007-02-28, 03:37 AM by carpeVideo.)
Ok,
I have something that works on my development machine but not on DVR machine (it may be my graphs), it is essentially and extension of the external recorder so it has all that functionality plus - I have two fields a previewGraph and record medium graph that you can select. Idoubt if a preview graph will work to be honest it will probably show up in its own screen)
When invoked it will load the graph file, search the filters for something with write or dump in the name and then change the name of the file in that filter to the correct name.
Then it checks for a filter with tuner in the name and there is blank code there since I use the external chan changer and have no way of testing tuner code.
(Sub do you know a better way of checking what each filter is (IE tuner, fileSink) than using the name?)
It then plays the graph and at the end releases it.
May not play well with external recorder installed - it needs the same recorder helper files so I am not sure if there are any identity clashes.
Anyways give it a shot let me know what it does for you (and back up your directory, it is a little unstable at this point).
CV
----
It's actually more stable than I thought and seems to be fine with external recorder (although technically you could use this for both functions.) - I think I copied to much over the existing external recorder stuff - if you are using extern record already just grab graphrecord.dll and directshowlib.dll from the release folder and try dropping that in the plugin-dir. I'll see about adding a low and high quality graph setting as well.
CV
I have something that works on my development machine but not on DVR machine (it may be my graphs), it is essentially and extension of the external recorder so it has all that functionality plus - I have two fields a previewGraph and record medium graph that you can select. Idoubt if a preview graph will work to be honest it will probably show up in its own screen)
When invoked it will load the graph file, search the filters for something with write or dump in the name and then change the name of the file in that filter to the correct name.
Then it checks for a filter with tuner in the name and there is blank code there since I use the external chan changer and have no way of testing tuner code.
(Sub do you know a better way of checking what each filter is (IE tuner, fileSink) than using the name?)
It then plays the graph and at the end releases it.
May not play well with external recorder installed - it needs the same recorder helper files so I am not sure if there are any identity clashes.
Anyways give it a shot let me know what it does for you (and back up your directory, it is a little unstable at this point).
CV
----
It's actually more stable than I thought and seems to be fine with external recorder (although technically you could use this for both functions.) - I think I copied to much over the existing external recorder stuff - if you are using extern record already just grab graphrecord.dll and directshowlib.dll from the release folder and try dropping that in the plugin-dir. I'll see about adding a low and high quality graph setting as well.
CV