2005-05-31, 12:21 PM
Hi sub
In GB-PVR v0.92.8 Live TV time shifting works ok and produces an mpeg2 file that grows nicely.
But testing on different machines shows that scheduled recordings on the TV Walker Mini produces zero length mpeg2 files. The gorecorder graph is using the following filters,
* HT MPEG Multiplexer
* HT MPEG1 Audio Encoder
* File Writer
The problem appears to be the qcap File Writer filter. I changed the graph to use each of the following,
* HT File Writer
* GB-PVR Writer
* Intervideo File Writer
and all worked producing an mpeg2 file that grew in size.
Would it be possible to get this fixed and even better specify in the go.ini or config.xml file a set of preferred filters e.g.
[TV Walker Mini Filters]
; Standard Filters are..
;Audio Encoder=HT MPEG1 Audio Encoder
;Multiplexer=HT MPEG Multiplexer
;File Writer=HT File Writer
;Specify AUTO to use system default filters
;
Audio Encoder=HT MPEG1 Audio Encoder
Multiplexer=HT MPEG Multiplexer
File Writer=HT File Writer
This would allow us, the users to mix and match filters that work instead of hard coding filters into the code.
Keep up the good work!
In GB-PVR v0.92.8 Live TV time shifting works ok and produces an mpeg2 file that grows nicely.
But testing on different machines shows that scheduled recordings on the TV Walker Mini produces zero length mpeg2 files. The gorecorder graph is using the following filters,
* HT MPEG Multiplexer
* HT MPEG1 Audio Encoder
* File Writer
The problem appears to be the qcap File Writer filter. I changed the graph to use each of the following,
* HT File Writer
* GB-PVR Writer
* Intervideo File Writer
and all worked producing an mpeg2 file that grew in size.
Would it be possible to get this fixed and even better specify in the go.ini or config.xml file a set of preferred filters e.g.
[TV Walker Mini Filters]
; Standard Filters are..
;Audio Encoder=HT MPEG1 Audio Encoder
;Multiplexer=HT MPEG Multiplexer
;File Writer=HT File Writer
;Specify AUTO to use system default filters
;
Audio Encoder=HT MPEG1 Audio Encoder
Multiplexer=HT MPEG Multiplexer
File Writer=HT File Writer
This would allow us, the users to mix and match filters that work instead of hard coding filters into the code.
Keep up the good work!