[mythtv-commits] mythtv commit: r17318 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue May 13 23:31:28 UTC 2008


      Author: danielk
        Date: 2008-05-13 23:31:27 +0000 (Tue, 13 May 2008)
New Revision: 17318
   Changeset: http://cvs.mythtv.org/trac/changeset/17318

Modified:

   trunk/mythtv/libs/libmythtv/programinfo.cpp
   trunk/mythtv/libs/libmythtv/programinfo.h
   trunk/mythtv/programs/mythcommflag/BlankFrameDetector.h
   trunk/mythtv/programs/mythcommflag/ClassicCommDetector.cpp
   trunk/mythtv/programs/mythcommflag/ClassicCommDetector.h
   trunk/mythtv/programs/mythcommflag/CommDetector.h
   trunk/mythtv/programs/mythcommflag/CommDetector2.cpp
   trunk/mythtv/programs/mythcommflag/CommDetector2.h
   trunk/mythtv/programs/mythcommflag/CommDetectorBase.h
   trunk/mythtv/programs/mythcommflag/FrameAnalyzer.h
   trunk/mythtv/programs/mythcommflag/SceneChangeDetector.h
   trunk/mythtv/programs/mythcommflag/TemplateFinder.h
   trunk/mythtv/programs/mythcommflag/TemplateMatcher.h
   trunk/mythtv/programs/mythcommflag/main.cpp

Log:

Refs #5346. Augments output options for commercial flagger.

 * Adds an --outputmethod paramater with two options "full" and "essentials", where full prints out all the information the commercial flagger has 
collected, while "essentials" prints only the commercial flagging marks. "essentials" is the default.
 * Adds a --very-quiet paramater which quiets all debugging and status messages.
 * Allows "-" as an output file parameter which prints output to stdout rather than a file.
 * Uncomments CommDetector2 scene change detector (but still leaves it disabled by default.






More information about the mythtv-commits mailing list