X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fdenoiseseltempavg%2Fseltempavg.C;fp=cinelerra-5.0%2Fplugins%2Fdenoiseseltempavg%2Fseltempavg.C;h=70a991ebf1ff114774e4f20e95e13bd8880bf9ce;hb=59753f0e4cfeca734e46ca9ea6dac84cb92bfdce;hp=bfd8dea9b3f23d92e1682b89de263d95a8085bc6;hpb=bc872c7cea032325f9a7b5c1c6ad78ba0b6c32f9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/denoiseseltempavg/seltempavg.C b/cinelerra-5.0/plugins/denoiseseltempavg/seltempavg.C index bfd8dea9..70a991eb 100644 --- a/cinelerra-5.0/plugins/denoiseseltempavg/seltempavg.C +++ b/cinelerra-5.0/plugins/denoiseseltempavg/seltempavg.C @@ -43,7 +43,7 @@ SelTempAvgConfig::SelTempAvgConfig() paranoid = 0; nosubtract = 0; offset_restartmarker_keyframe = 0; - offset_fixed_value = -1000; + offset_fixed_value = -15; gain = 1.00; avg_threshold_RY = 0; avg_threshold_GU = 0; avg_threshold_BV = 0; @@ -817,6 +817,9 @@ void SelTempAvgMain::save_data(KeyFrame *keyframe) output.tag.set_property("MASK_BV", config.mask_BV); output.append_tag(); + output.tag.set_title("/SELECTIVE_TEMPORAL_AVERAGE"); + output.append_tag(); + output.append_newline(); output.terminate_string(); }