View Full Version : BeyondTV and post-processing with VRD?
kl
November 17th, 2005, 05:12 PM
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
phd
November 17th, 2005, 09:25 PM
If you're handy the the command line, here is a reference for you.
http://www.videoredo.com/COM%20Interface.htm
kl
November 30th, 2005, 05:48 PM
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
December 2nd, 2005, 08:09 AM
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.
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:
<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.
Jim_
December 13th, 2005, 01:44 PM
If you're handy the the command line, here is a reference for you.
http://www.videoredo.com/COM%20Interface.htm
Hi Pat,
I'd really like to get the command line reference but the link isn’t working.
TIA
BTW, Great editor!
DanR
December 13th, 2005, 01:54 PM
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.
Jim_
December 13th, 2005, 06:10 PM
Thanks Dan!
It works fine now.
karhill
May 11th, 2006, 11:48 PM
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.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.