mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Add fallback rules for rffmpeg configuration
This commit is contained in:
parent
df5214cc9d
commit
55537d7b0b
1 changed files with 6 additions and 0 deletions
|
|
@ -81,3 +81,9 @@ rffmpeg:
|
|||
#special_flags:
|
||||
# - "-muxers"
|
||||
# - "-fp_format"
|
||||
|
||||
# Specific rules to tell rffmpeg when to use the fallback ffmpeg/ffprobe
|
||||
fallback_rules:
|
||||
- match: ["-vf blackframe", "-f null"] # Intro Skipper
|
||||
- match: ["-f chromaprint"] # chromaprint analyzer
|
||||
- match: ["-ss 0", "-to 2"] # very short clip scans
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue