Last active
April 26, 2019 01:40
-
-
Save emilyst/db9ab4b295aa2892ee41603b76f4618d to your computer and use it in GitHub Desktop.
Diagram of video2gif filtergraph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.─────────. | |
( input ) | |
`─────────' | |
│ | |
▼ | |
┌────────────┐ | |
│ fps │ | |
└────────────┘ | |
│ | |
▼ | |
without ┌────────────┐ with | |
tonemapping───│ crop │───tonemapping | |
│ └────────────┘ │ | |
│ │ | |
│ │ | |
│ ▼ | |
▼ ┌────────────┐ | |
┌────────────┐ │ zscale │ | |
│ scale │ └────────────┘ | |
└────────────┘ │ | |
│ ▼ | |
│ ┌────────────┐ | |
│ │ format │ | |
│ └────────────┘ | |
│ │ | |
│ ▼ | |
│ ┌────────────┐ | |
│ │ zscale │ | |
│ └────────────┘ | |
│ │ | |
│ ▼ | |
└─────────────────┐ ┌────────────┐ | |
│ │ tonemap │ | |
│ └────────────┘ | |
│ │ | |
│ ▼ | |
│ ┌────────────┐ | |
│ │ zscale │ | |
│ └────────────┘ | |
│ │ | |
│ ▼ | |
│ ┌────────────┐ | |
│ │ format │ | |
▼ └────────────┘ | |
with ┌────────────┐ │ | |
┌──text────│ eq │◀─────────┘ | |
▼ └────────────┘ | |
┌────────────┐ │ | |
│ drawtext │ without | |
└────────────┘ text | |
│ │ | |
│ ▼ | |
│ ┌────────────┐ | |
└─────────▶│ split │──┐ | |
┌───────┐ └────────────┘ │ | |
│ │ │ │ | |
▼ │ │ │ | |
┌────────────┐stream─────┘ stream | |
│ palettegen │ │ | |
└────────────┘ │ | |
│ │ | |
│ ┌────────────┐ │ | |
palette──────▶│ paletteuse │◀─┘ | |
└────────────┘ | |
│ | |
▼ | |
.─────────. | |
( output ) | |
`─────────' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment