Ignore:
Timestamp:
2014-05-02T10:49:55+12:00 (10 years ago)
Author:
jmt12
Message:

Adding a configuration property (true/false enum) to allow for the disabling of keyframe extraction - this is so I can exercise finer control over CPU load during scale/parallel import testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/video-and-audio/trunk/src/perllib/plugins/SimpleVideoPlugin.pm

    r28655 r29028  
    9696                    'type' => "int",
    9797                    'deft' => "0",
     98                    'reqd' => "no" },
     99                  { 'name' => "no_keyframes",
     100                    'desc' => "Disable keyframe extraction",
     101                    'type' => "enum",
     102                    'list' => [{'name' => "true", 'desc' => "{common.true}"},
     103                               {'name' => "false", 'desc' => "{common.false}"}],
     104                    'deft' => "false",
    98105                    'reqd' => "no" },
    99106                ];
Note: See TracChangeset for help on using the changeset viewer.