Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
en:vegasscenedetect [2019/06/30 12:15]
hlinke [Timeline]
en:vegasscenedetect [2019/06/30 18:13]
hlinke [Configuration]
Zeile 47: Zeile 47:
 The behavior or VegasScenedetect can be configured: The behavior or VegasScenedetect can be configured:
  
-xxx+The folder VEGASPython_PN contains a file VegasSceneDetect_config.json. 
 + 
 +This file is a json file that contains the configuration. 
 + 
 +The file can be openend with any text editor like notepad. 
 + 
 +The file looks as follows: 
 + 
 + 
 +
 +    "useHSV": true, 
 +    "showPreview": true, 
 +    "PreviewFrameSkip": 100, 
 +    "showFrameValues": false, 
 +    "threshold": 30, 
 +    "processMediaPool": true, 
 +    "processTimeline": true, 
 +    "progressBarLightness": 255, 
 +    "minSceneLength": 15 
 +
 + 
 +Do not change the structure of the file. 
 + 
 +Explanation of the entries: 
 + 
 +    "useHSV": true or false - selects if you want to use HSV or RGB for the comparision process to detect a scene chnage. RGB is faster, HSV may create better results in special situations where the color is similar between scenes. 
 +    "showPreview": true or false - determines if the preview Window should be shown or not 
 +    "PreviewFrameSkip": 100, - Integer value: determines how many frames should be skipped before a frame should be shown in the preview Window. The lower this value the slower is the process. 0 means only the first frame of a scenechange is shown  
 +    "showFrameValues": false, - to determien a better threshold value it is possible to see all calculated values per frame. The values are shown in the "VEGASPython Interactive Window" that you need to open on your own. 
 +    "threshold": 30, - value that determines a scene change. The lower the more changes are determined as scene change.  
 +    "processMediaPool": true or false - if true, clisp in the media pool are processed 
 +    "processTimeline": true or false - if true, clisp on the timeline are processed 
 +    "progressBarLightness": 255, - lightness of the progress bar 
 +    "minSceneLength": 15 - minimum number of frames between scene changes 
 +     
 +  
  
  

Andere Sprachen
QR-Code
QR-Code en:vegasscenedetect (erstellt für aktuelle Seite)