View Single Post
  #2 (permalink)  
Old 04-20-2006, 01:32 PM
dzCepheus's Avatar
dzCepheus dzCepheus is offline
Registered User
 
Join Date: Oct 2005
Posts: 37
Re: [addon] PostHaste

PostHaste is designed to be called from BTV. Basically, instead of putting your programs in the CustomPostProcessing.xml file, you put them in PostHaste. Then, you put PostHaste.exe in the CustomPostProcessing.xml file.

BTV will pass the filename of whatever video is to be processed to PostHaste, which will then run each of the programs you configured in PostHaste, passing the filename to each in turn.

The point of this is that PostHaste allows you to hide the UI of the post processing programs (like comskip for example) which might otherwise steal focus or cover up the BTV application. Instead of having BTV run the applications, PostHaste does it for you.

Until SS updates the main download link, you'll find the most recent update here:

4-22-06 Update:
-- Fix: Fixed argument handling and passing to post-processing programs. Thanks Geoff

-- Feature: Added debugging text to debug.log file for future debugging help.

-- Feature: Added double-click to edit support to configuration screen.
Attached Files
File Type: zip PostHaste.zip (7.7 KB, 432 views)

Last edited by dzCepheus; 04-23-2006 at 12:21 PM.
Reply With Quote