]> git.sesse.net Git - casparcg/blob - dependencies64/ffmpeg/doc/libswscale.html
Merge branch '2.1.0' of https://github.com/CasparCG/Server into 2.1.0
[casparcg] / dependencies64 / ffmpeg / doc / libswscale.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 5.2, http://www.gnu.org/software/texinfo/ -->
4   <head>
5     <meta charset="utf-8">
6     <title>
7       Libswscale 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       Libswscale 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 libswscale library performs highly optimized image scaling and
41 colorspace and pixel format conversion operations.
42 </p>
43 <p>Specifically, this library performs the following conversions:
44 </p>
45 <ul>
46 <li> <em>Rescaling</em>: is the process of changing the video size. Several
47 rescaling options and algorithms are available. This is usually a
48 lossy process.
49
50 </li><li> <em>Pixel format conversion</em>: is the process of converting the image
51 format and colorspace of the image, for example from planar YUV420P to
52 RGB24 packed. It also handles packing conversion, that is converts
53 from packed layout (all pixels belonging to distinct planes
54 interleaved in the same buffer), to planar layout (all samples
55 belonging to the same plane stored in a dedicated buffer or &quot;plane&quot;).
56
57 <p>This is usually a lossy process in case the source and destination
58 colorspaces differ.
59 </p></li></ul>
60
61
62 <a name="See-Also"></a>
63 <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>
64
65 <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>,
66 <a href="ffmpeg-scaler.html">ffmpeg-scaler</a>,
67 <a href="libavutil.html">libavutil</a>
68 </p>
69
70 <a name="Authors"></a>
71 <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>
72
73 <p>The FFmpeg developers.
74 </p>
75 <p>For details about the authorship, see the Git history of the project
76 (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
77 <code>git log</code> in the FFmpeg source directory, or browsing the
78 online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
79 </p>
80 <p>Maintainers for the specific components are listed in the file
81 <samp>MAINTAINERS</samp> in the source code tree.
82 </p>
83
84
85       <p style="font-size: small;">
86         This document was generated using <a href="http://www.gnu.org/software/texinfo/"><em>makeinfo</em></a>.
87       </p>
88     </div>
89   </body>
90 </html>