BeyondTV and post-processing with VRD?

kl

New member
I've looked at that option and don't understand how to get it to work. I can't figure out how/where the filename is passed. I'm a real novice at scripting, so I'm all ears (eyes?) if you can explain this.

Also, the link to the COM objects appears to be broken. Thanks.

Kerry
 

Danr

Administrator
You can try this:

1) Create a CMD file that looks like the following, make sure you don't change the case of anything, except the program directories.

Code:
for %%i in (%1) do cscript //nologo "c:\program files\videoredo-Plus\vp.vbs" %%i "%%~dpiQSF_%%~nxi" /t1
Make sure the location of the vp.vbs script is correct for you system.

Once you've create this cmd file, you can place it into the BTV XML file as stated in the documentation.

I.e. Lets say you called your cmd file: c:\temp\BTVQSF.cmd, the XML would then look like:

Code:
<Task>
<GUID>531E0175-87F4-4d6f-B464-E603BC641DAE</GUID>
<Priority>Deferred</Priority>
<PropertyCollection>
<Property>
<Name>Command</Name>
<Value>c:\temp\BTVQSF.cmd</Value>
</Property>
</PropertyCollection>
</Task>
Note, haven't tested this, but it should at least get you close.
 

Danr

Administrator
We did a website upgrade a couple of weeks ago and the COM interface didn't make it over. Try the link now it should be working.
 

karhill

New member
kl said:
BeyondTV has a feature that allows for post-processing after a recording. See this article: http://snapstream.custhelp.com/cgi-bin/snapstream.cfg/php/enduser/std_adp.php?p_faqid=175.

It doesn't appear that there are any parameters. Would it be possible to use the QuickStream Fix function of VRD as a post-processing command in BTV? Thanks for any comments.

Kerry
Great. This is exactly what I want to do also. VideoReDo should team up with Beyond TV....providing transport stream processing for the BTV people.
 
Top Bottom