2008-01-31, 11:59 AM
Any ideas on how to do this.
When recording back to back recordings fed from a single source, I often find the end of program is missing, but is in fact on the start of the next. This may be a problem with the scheduling?
As I have only one capture card connected to the source, increasing the padding will not fix the problem.
Has anybody got some suggestions on how I could fix this.
I had some ideas.
a) Buy another capture card, and feed it from the same source.
b) Make the single source appear as two seperate sources using filters, such that GBPVR records as if it was 2 seperate virtual sources. Sounds complicated!
c) Develop a batch which adds the start of next program to the proceeding. The problem here is, how do you get the batch to identify a back-to-back program so it knows which files to process.
I guess I could do something cheap and nasty like:
postprocessing.bat
@echo $1 $2 >> queue.txt
and them write another batch which checks queue.txt to determine if 2 subsequent lines are on the same channel. If so, process it. This of course will pick up any adjacent reporded programs on the same channel and even those which were not back to back.
Any other suggestions?
When recording back to back recordings fed from a single source, I often find the end of program is missing, but is in fact on the start of the next. This may be a problem with the scheduling?
As I have only one capture card connected to the source, increasing the padding will not fix the problem.
Has anybody got some suggestions on how I could fix this.
I had some ideas.
a) Buy another capture card, and feed it from the same source.
b) Make the single source appear as two seperate sources using filters, such that GBPVR records as if it was 2 seperate virtual sources. Sounds complicated!
c) Develop a batch which adds the start of next program to the proceeding. The problem here is, how do you get the batch to identify a back-to-back program so it knows which files to process.
I guess I could do something cheap and nasty like:
postprocessing.bat
@echo $1 $2 >> queue.txt
and them write another batch which checks queue.txt to determine if 2 subsequent lines are on the same channel. If so, process it. This of course will pick up any adjacent reporded programs on the same channel and even those which were not back to back.
Any other suggestions?