mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
doc/ffmpeg.texi: add a diagram for the loopback decoder example
This commit is contained in:
parent
794308c61b
commit
a2881814b8
@ -526,6 +526,38 @@ reads an input video and
|
||||
|
||||
@end itemize
|
||||
|
||||
Such a transcoding pipeline can be represented with the following diagram:
|
||||
@verbatim
|
||||
┌──────────┬───────────────┐
|
||||
│ demuxer │ │ ┌─────────┐ ┌─────────┐ ┌────────────────────┐
|
||||
╞══════════╡ video stream │ │ video │ │ video │ │ null muxer │
|
||||
│ INPUT │ ├──⮞│ decoder ├──┬────────⮞│ encoder ├─┬─⮞│(discards its input)│
|
||||
│ │ │ └─────────┘ │ │(libx264)│ │ └────────────────────┘
|
||||
└──────────┴───────────────┘ │ └─────────┘ │
|
||||
╭───────⮜──╯ ┌─────────┐ │
|
||||
│ │loopback │ │
|
||||
│ ╭─────⮜──────┤ decoder ├────⮜──╯
|
||||
│ │ └─────────┘
|
||||
│ │
|
||||
│ │
|
||||
│ │ ┌───────────────────┐
|
||||
│ │ │complex filtergraph│
|
||||
│ │ ╞═══════════════════╡
|
||||
│ │ │ ┌─────────────┐ │
|
||||
╰─╫─⮞├─⮞│ hstack ├─⮞├╮
|
||||
╰─⮞├─⮞│ │ ││
|
||||
│ └─────────────┘ ││
|
||||
└───────────────────┘│
|
||||
│
|
||||
┌──────────┬───────────────┐ ┌─────────┐ │
|
||||
│ muxer │ │ │ video │ │
|
||||
╞══════════╡ video stream │⮜─┤ encoder ├───────⮜──────────╯
|
||||
│ OUTPUT │ │ │ (ffv1) │
|
||||
│ │ │ └─────────┘
|
||||
└──────────┴───────────────┘
|
||||
@end verbatim
|
||||
|
||||
|
||||
@c man end DETAILED DESCRIPTION
|
||||
|
||||
@anchor{Stream selection}
|
||||
|
Loading…
Reference in New Issue
Block a user