I created a profile in DVRMSToolbox with the first action being Throttle DVRMStoMPEG and the 2nd being Convert to WMV with DVRMStoWMVHD. I set the ContextFile to InputFile, and the prx to the included WMVHD.prx. However, when I run it, it doesn't seem to do anything. It creates a file of size 0 bytes. Here is the log output:
-----------------------------------------------------
InputFile=D:\Videos\Test Recordings\Desperate Housewives_WZZMDT_02_12_2007_21_38_17.dvr-ms
Processing actions, this may take some time!!
Profile = Convert DVR-MS to WMVHD
ProcessId = 3016
DvrmsToolbox Version: 1.2.1.2
Throttle DVRMStoMPEG
FWThrottle: D:\Videos\Test Recordings\Desperate Housewives_WZZMDT_02_12_2007_21_38_17.dvr-ms
Duration = 00:00:00
Waiting for available worker: 5/16/2008 8:50 AM
Worker allocated: 5/16/2008 8:50 AM
Convert to WMV with DVRMStoWMVHD
Run C:\Program Files\DVRMSToolbox\DVRMSToWMVHD\dvrmstowmvhd.exe -i "D:\Videos\Test Recordings\Desperate Housewives_WZZMDT_02_12_2007_21_38_17.dvr-ms" -o "D:\Videos\Test Videos\Desperate Housewives_WZZMDT_02_12_2007_21_38_17.wmv" -p "C:\Program Files\DVRMSToolbox\prx\WMVHD.prx"
Duration = 00:00:05.0078000
Total Duration = 00:00:05.0234000
If I run it via command line, I get this:
C:\Users\Media>"C:\Program Files\DVRMSToolbox\DVRMSToWMVHD\dvrmstowmvhd.exe" -i
"D:\Videos\Test Recordings\Desperate Housewives_WZZMDT_02_12_2007_21_38_17.dvr-m
s" -o "D:\Videos\Test Videos\Desperate Housewives_WZZMDT_02_12_2007_21_38_17.wmv
" -p "C:\Program Files\DVRMSToolbox\prx\WMVHD.prx"
Current priority class is 0x4000
Added Source Filter: D:\Videos\Test Recordings\Desperate Housewives_WZZMDT_02_12
_2007_21_38_17.dvr-ms
Added AC3Filter to the graph
Added MS Mpeg Decoder to the graph
Grab DVR-MS audio pin
Grab DVR-MS video pin
Added Audio Decrypt to the graph
Added Video Decrypt to the graph
Connect DVR-MS video pin to Video Decrypt
Grab Video Decrypt output pin
Connect Video Decrypt video pin to MPEG Decoder
MPEG Decoder MS MPEG Decoder is being used
Grab MPEG Decoder out pin
Add Null Renderer
Connect mpeg decoder to null renderer
Get IMediaControl
Start Graph
Wait Result: 0
Check to see if the graph needs to be stopped
Run the graph to get proper media type
Remove Null Renderer
Retrieved media type: 1280 x 720
Add WMWriterFilter to the graph
Set output file D:\Videos\Test Videos\Desperate Housewives_WZZMDT_02_12_2007_21_
38_17.wmv
Load Profile C:\Program Files\DVRMSToolbox\prx\WMVHD.prx
Profile loaded
Connect Audio Pin to Muxer
Connect Video Pin to Muxer
HR=-1072886856
C:\Users\Media>
Both ways complete immediately, so they're not doing anything. I'm using DVRMStoWMVHD version 1.0.3. I have AC3Filter installed and use it for audio decoding. What should I do differently? Any help would be greatly appreciated. Thanks!