Author: duncan Date: Fri Jan 5 22:33:00 2007 New Revision: 8933 Modified: branches/rel-1/freevo/local_conf.py.example
Log: Added VCR_PRE_REC and VCR_POST_REC settings Modified: branches/rel-1/freevo/local_conf.py.example ============================================================================== --- branches/rel-1/freevo/local_conf.py.example (original) +++ branches/rel-1/freevo/local_conf.py.example Fri Jan 5 22:33:00 2007 @@ -612,6 +612,11 @@ # # VIDEO_ONLY_SCAN_DATADIR = 1 +# PRE and POST recording commands. Set these to a runnable command if +# you wish to have special mixer settings or video post processing. +# VCR_PRE_REC = None +# VCR_POST_REC = None + # PRE and POST playing commands. Set these to a runnable command if # you wish to do something before and after playing a video, like # dimming the lights ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
