Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Fixed spect*r*ogram typo
Removed hecate
  • Loading branch information
Veldhoen authored Apr 12, 2024
1 parent 91390ac commit 6c765ab
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ PATHS:
TEMP_FOLDER: /data/input-files
OUT_FOLDER: /data/output-files
VISXP_PREP:
RUN_HECATE: false
RUN_KEYFRAME_EXTRACTION: true
RUN_AUDIO_EXTRACTION: true
SPECTOGRAM_WINDOW_SIZE_MS: 1000
SPECTOGRAM_SAMPLERATE_HZ: # this cause x amount of files and will cause a mismatch with the keyframes
RUN_AUDIO_EXTRACTION: false
SPECTROGRAM_WINDOW_SIZE_MS: 1000
SPECTROGRAM_SAMPLERATE_HZ: # this cause x amount of files and will cause a mismatch with the keyframes
- 24000
GENERATE_SPECTOGRAM_IMAGES: true
EXTRACT_AUDIO_SAMPLES: true
GENERATE_SPECTROGRAM_IMAGES: false
EXTRACT_AUDIO_SAMPLES: false
TEST_INPUT_FILE: https://openbeelden.nl/files/13/66/1411058.1366653.WEEKNUMMER404-HRE000042FF_924200_1089200.mp4
INPUT:
DELETE_ON_COMPLETION: false # NOTE: set to True in production environment
Expand Down

0 comments on commit 6c765ab

Please sign in to comment.