OSDN Git Service

[DOC] Update documents for release 2016-08-09.
[csp-qt/common_source_project-fm7.git] / doc / ffmpeg-3.1.1 / share / doc / ffmpeg / libavformat.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <!-- Created by GNU Texinfo 6.1, http://www.gnu.org/software/texinfo/ -->
4   <head>
5     <meta charset="utf-8">
6     <title>
7       Libavformat Documentation
8     </title>
9     <meta name="viewport" content="width=device-width,initial-scale=1.0">
10     <link rel="stylesheet" type="text/css" href="bootstrap.min.css">
11     <link rel="stylesheet" type="text/css" href="style.min.css">
12   </head>
13   <body>
14     <div style="width: 95%; margin: auto">
15       <h1>
16       Libavformat Documentation
17       </h1>
18 <div align="center">
19 </div>
20
21
22 <a name="SEC_Top"></a>
23
24 <a name="SEC_Contents"></a>
25 <h2 class="contents-heading">Table of Contents</h2>
26
27 <div class="contents">
28
29 <ul class="no-bullet">
30   <li><a name="toc-Description" href="#Description">1 Description</a></li>
31   <li><a name="toc-See-Also" href="#See-Also">2 See Also</a></li>
32   <li><a name="toc-Authors" href="#Authors">3 Authors</a></li>
33 </ul>
34 </div>
35
36
37 <a name="Description"></a>
38 <h2 class="chapter">1 Description<span class="pull-right"><a class="anchor hidden-xs" href="#Description" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Description" aria-hidden="true">TOC</a></span></h2>
39
40 <p>The libavformat library provides a generic framework for multiplexing
41 and demultiplexing (muxing and demuxing) audio, video and subtitle
42 streams. It encompasses multiple muxers and demuxers for multimedia
43 container formats.
44 </p>
45 <p>It also supports several input and output protocols to access a media
46 resource.
47 </p>
48
49 <a name="See-Also"></a>
50 <h2 class="chapter">2 See Also<span class="pull-right"><a class="anchor hidden-xs" href="#See-Also" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-See-Also" aria-hidden="true">TOC</a></span></h2>
51
52 <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>, <a href="ffserver.html">ffserver</a>,
53 <a href="ffmpeg-formats.html">ffmpeg-formats</a>, <a href="ffmpeg-protocols.html">ffmpeg-protocols</a>,
54 <a href="libavutil.html">libavutil</a>, <a href="libavcodec.html">libavcodec</a>
55 </p>
56
57 <a name="Authors"></a>
58 <h2 class="chapter">3 Authors<span class="pull-right"><a class="anchor hidden-xs" href="#Authors" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Authors" aria-hidden="true">TOC</a></span></h2>
59
60 <p>The FFmpeg developers.
61 </p>
62 <p>For details about the authorship, see the Git history of the project
63 (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
64 <code>git log</code> in the FFmpeg source directory, or browsing the
65 online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
66 </p>
67 <p>Maintainers for the specific components are listed in the file
68 <samp>MAINTAINERS</samp> in the source code tree.
69 </p>
70
71
72       <p style="font-size: small;">
73         This document was generated using <a href="http://www.gnu.org/software/texinfo/"><em>makeinfo</em></a>.
74       </p>
75     </div>
76   </body>
77 </html>