Blame view

ffmpeg-4.2.2/doc/ffmpeg.txt 6.34 KB
aac5773f   hucm   功能基本完成,接口待打磨
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
                                                                                                                                         :
                                               ffmpeg.c                                                                                  :       libav*
                                               ========                                                                                  :       ======
                                                                                                                                         :
                                                                                                                                         :
                                                                                                         --------------------------------:---> AVStream...
                                                                      InputStream input_streams[]      /                                 :
                                                                                                      /                                  :
                      InputFile input_files[]                         +==========================+   /   ^                               :
                                                            ------> 0 |      : st ---:-----------:--/    :                               :
                   ^  +------+-----------+-----+          /           +--------------------------+       :                               :
                   :  |      :ist_index--:-----:---------/          1 |      : st    :           |       :                               :
                   :  +------+-----------+-----+                      +==========================+       :                               :
   nb_input_files  :  |      :ist_index--:-----:------------------> 2 |      : st    :           |       :                               :
                   :  +------+-----------+-----+                      +--------------------------+       :  nb_input_streams             :
                   :  |      :ist_index  :     |                    3 |            ...           |       :                               :
                   v  +------+-----------+-----+                      +--------------------------+       :                               :
                                                                --> 4 |                          |       :                               :
                                                               |      +--------------------------+       :                               :
                                                               |    5 |                          |       :                               :
                                                               |      +==========================+       v                               :
                                                               |                                                                         :
                                                               |                                                                         :
                                                               |                                                                         :
                                                               |                                                                         :
                                                                ---------                                --------------------------------:---> AVStream...
                                                                          \                            /                                 :
                                                                      OutputStream output_streams[]   /                                  :
                                                                            \                        /                                   :
                                                                      +======\======================/======+      ^                      :
                                                            ------> 0 |   : source_index  : st-:---        |      :                      :
                      OutputFile output_files[]           /           +------------------------------------+      :                      :
                                                         /          1 |   :               :    :           |      :                      :
                   ^  +------+------------+-----+       /             +------------------------------------+      :                      :
                   :  |      : ost_index -:-----:------/            2 |   :               :    :           |      :                      :
   nb_output_files :  +------+------------+-----+                     +====================================+      :                      :
                   :  |      : ost_index -:-----|-----------------> 3 |   :               :    :           |      :                      :
                   :  +------+------------+-----+                     +------------------------------------+      : nb_output_streams    :
                   :  |      :            :     |                   4 |                                    |      :                      :
                   :  +------+------------+-----+                     +------------------------------------+      :                      :
                   :  |      :            :     |                   5 |                                    |      :                      :
                   v  +------+------------+-----+                     +------------------------------------+      :                      :
                                                                    6 |                                    |      :                      :
                                                                      +------------------------------------+      :                      :
                                                                    7 |                                    |      :                      :
                                                                      +====================================+      v                      :
                                                                                                                                         :