[SCM] libav/experimental: avconv: make the ASCII flow charts narrower to fit onto TTY

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:29 UTC 2014


The following commit has been merged in the experimental branch:
commit 3a5a965493fabfc8151a821092039317834974fe
Author: Timothy Gu <timothygu99 at gmail.com>
Date:   Thu Feb 6 16:20:58 2014 -0800

    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 at gmail.com>

diff --git a/doc/avconv.texi b/doc/avconv.texi
index 0c17eb9..0b53f2b 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -86,11 +86,23 @@ The transcoding process in @command{avconv} for each output can be described by
 the following diagram:
 
 @example
- _______              ______________               _________              ______________            ________
-|       |            |              |             |         |            |              |          |        |
-| input |  demuxer   | encoded data |   decoder   | decoded |  encoder   | encoded data |  muxer   | output |
-| file  | ---------> | packets      |  ---------> | frames  | ---------> | packets      | -------> | file   |
-|_______|            |______________|             |_________|            |______________|          |________|
+ _______              ______________
+|       |            |              |
+| input |  demuxer   | encoded data |   decoder
+| file  | ---------> | packets      | -----+
+|_______|            |______________|      |
+                                           v
+                                       _________
+                                      |         |
+                                      | decoded |
+                                      | frames  |
+                                      |_________|
+ ________             ______________       |
+|        |           |              |      |
+| output | <-------- | encoded data | <----+
+| file   |   muxer   | packets      |   encoder
+|________|           |______________|
+
 
 @end example
 
@@ -118,11 +130,11 @@ the same type. In the above diagram they can be represented by simply inserting
 an additional step between decoding and encoding:
 
 @example
- _________                        __________              ______________
-|         |                      |          |            |              |
-| decoded |  simple filtergraph  | filtered |  encoder   | encoded data |
-| frames  | -------------------> | frames   | ---------> | packets      |
-|_________|                      |__________|            |______________|
+ _________               __________              ______________
+|         |  simple     |          |            |              |
+| decoded |  fltrgrph   | filtered |  encoder   | encoded data |
+| frames  | ----------> | frames   | ---------> | packets      |
+|_________|             |__________|            |______________|
 
 @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:
 
 @example
- _______        _____________        _______        _____        ________
-|       |      |             |      |       |      |     |      |        |
-| input | ---> | deinterlace | ---> | scale | ---> | fps | ---> | output |
-|_______|      |_____________|      |_______|      |_____|      |________|
+ _______        _____________        _______        ________
+|       |      |             |      |       |      |        |
+| input | ---> | deinterlace | ---> | scale | ---> | output |
+|_______|      |_____________|      |_______|      |________|
 
 @end example
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list