Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix bug in ffmpeg preprocessor yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Larryjianfeng committed Jul 26, 2019
1 parent 46afab4 commit da77892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/yaml/preprocessor-ffmpeg.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
!FFmpegPreprocessor
parameter:
frame_size: "192*168"
duplicate_rm: True
use_phash_weight: False
duplicate_rm: true
use_phash_weight: true
phash_thresh: 5

kwargs:
Expand Down

0 comments on commit da77892

Please sign in to comment.