You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
long_help = "Duration of video scanning in seconds. Longer duration provides more accurate results but takes more time. Allowed values are predefined in the application."
506
506
)]
507
507
pubscan_duration:u32,
508
-
#[clap(
509
-
long,
510
-
default_value = "vid-dup-finder",
511
-
help = "Similarity engine: vid-dup-finder (default), perceptual, audio",
512
-
long_help = "Algorithm used to detect similar videos. 'vid-dup-finder' is the original engine. 'perceptual' uses sliding-window pHash (similarrio_videoo). 'audio' uses Chromaprint audio fingerprinting."
513
-
)]
514
-
pubengine:String,
515
-
#[clap(
516
-
long,
517
-
default_value = "balanced",
518
-
help = "Perceptual engine preset: fastest, fast, balanced, thorough, maximum",
519
-
long_help = "Quality/speed preset for the 'perceptual' engine. fastest=30 frames, fast=100, balanced=300, thorough=600, maximum=1200."
520
-
)]
521
-
pubperceptual_preset:String,
522
-
#[clap(
523
-
long,
524
-
default_value = "full",
525
-
help = "Audio engine preset: full, fast-2min, skip-intros",
526
-
long_help = "Preset for the 'audio' engine. 'full' uses the whole audio track. 'fast-2min' limits to 120 s. 'skip-intros' skips first 120 s for videos longer than 600 s."
0 commit comments