mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avconv: make the ASCII flow charts narrower to fit onto TTY
These charts in man page are currently destroyed. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
committed by
Vittorio Giovara
parent
68e95ab81b
commit
3a5a965493
+24
-12
@@ -86,11 +86,23 @@ The transcoding process in @command{avconv} for each output can be described by
|
|||||||
the following diagram:
|
the following diagram:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
_______ ______________ _________ ______________ ________
|
_______ ______________
|
||||||
| | | | | | | | | |
|
| | | |
|
||||||
| input | demuxer | encoded data | decoder | decoded | encoder | encoded data | muxer | output |
|
| input | demuxer | encoded data | decoder
|
||||||
| file | ---------> | packets | ---------> | frames | ---------> | packets | -------> | file |
|
| file | ---------> | packets | -----+
|
||||||
|_______| |______________| |_________| |______________| |________|
|
|_______| |______________| |
|
||||||
|
v
|
||||||
|
_________
|
||||||
|
| |
|
||||||
|
| decoded |
|
||||||
|
| frames |
|
||||||
|
|_________|
|
||||||
|
________ ______________ |
|
||||||
|
| | | | |
|
||||||
|
| output | <-------- | encoded data | <----+
|
||||||
|
| file | muxer | packets | encoder
|
||||||
|
|________| |______________|
|
||||||
|
|
||||||
|
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@@ -119,9 +131,9 @@ an additional step between decoding and encoding:
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
_________ __________ ______________
|
_________ __________ ______________
|
||||||
| | | | | |
|
| | simple | | | |
|
||||||
| decoded | simple filtergraph | filtered | encoder | encoded data |
|
| decoded | fltrgrph | filtered | encoder | encoded data |
|
||||||
| frames | -------------------> | frames | ---------> | packets |
|
| frames | ----------> | frames | ---------> | packets |
|
||||||
|_________| |__________| |______________|
|
|_________| |__________| |______________|
|
||||||
|
|
||||||
@end example
|
@end example
|
||||||
@@ -131,10 +143,10 @@ Simple filtergraphs are configured with the per-stream @option{-filter} option
|
|||||||
A simple filtergraph for video can look for example like this:
|
A simple filtergraph for video can look for example like this:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
_______ _____________ _______ _____ ________
|
_______ _____________ _______ ________
|
||||||
| | | | | | | | | |
|
| | | | | | | |
|
||||||
| input | ---> | deinterlace | ---> | scale | ---> | fps | ---> | output |
|
| input | ---> | deinterlace | ---> | scale | ---> | output |
|
||||||
|_______| |_____________| |_______| |_____| |________|
|
|_______| |_____________| |_______| |________|
|
||||||
|
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user