]> git.sesse.net Git - casparcg/blob - dependencies/ffmpeg/doc/libswscale.html
e3becabe3d0213e90ba1ae5ad8d70347dd640c61
[casparcg] / dependencies / ffmpeg / doc / libswscale.html
1 <!DOCTYPE html>
2 <html>
3 <!-- Created on December 14, 2013 by texi2html 1.82 -->
4 <!--
5 texi2html was written by: 
6             Lionel Cons <Lionel.Cons@cern.ch> (original author)
7             Karl Berry  <karl@freefriends.org>
8             Olaf Bachmann <obachman@mathematik.uni-kl.de>
9             and many others.
10 Maintained by: Many creative people.
11 Send bugs and suggestions to <texi2html-bug@nongnu.org>
12
13 -->
14 <head>
15 <title>FFmpeg documentation : Libswscale </title>
16
17 <meta name="description" content="Libswscale Documentation: ">
18 <meta name="keywords" content="FFmpeg documentation : Libswscale ">
19 <meta name="Generator" content="texi2html 1.82">
20 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
21 <link rel="stylesheet" type="text/css" href="default.css" />
22
23 <link rel="icon" href="favicon.png" type="image/png" />
24 </head>
25 <body>
26 <div id="container">
27 <div id="body">
28
29 <a name="SEC_Top"></a>
30 <h1 class="settitle">Libswscale Documentation</h1>
31
32 <a name="SEC_Contents"></a>
33 <h1>Table of Contents</h1>
34 <div class="contents">
35
36 <ul class="toc">
37   <li><a name="toc-Description" href="#Description">1. Description</a></li>
38   <li><a name="toc-See-Also" href="#See-Also">2. See Also</a></li>
39   <li><a name="toc-Authors" href="#Authors">3. Authors</a></li>
40 </ul>
41 </div>
42
43 <a name="Description"></a>
44 <h1 class="chapter"><a href="libswscale.html#toc-Description">1. Description</a></h1>
45
46 <p>The libswscale library performs highly optimized image scaling and
47 colorspace and pixel format conversion operations.
48 </p>
49 <p>Specifically, this library performs the following conversions:
50 </p>
51 <ul>
52 <li>
53 <em>Rescaling</em>: is the process of changing the video size. Several
54 rescaling options and algorithms are available. This is usually a
55 lossy process.
56
57 </li><li>
58 <em>Pixel format conversion</em>: is the process of converting the image
59 format and colorspace of the image, for example from planar YUV420P to
60 RGB24 packed. It also handles packing conversion, that is converts
61 from packed layout (all pixels belonging to distinct planes
62 interleaved in the same buffer), to planar layout (all samples
63 belonging to the same plane stored in a dedicated buffer or &quot;plane&quot;).
64
65 <p>This is usually a lossy process in case the source and destination
66 colorspaces differ.
67 </p></li></ul>
68
69
70 <a name="See-Also"></a>
71 <h1 class="chapter"><a href="libswscale.html#toc-See-Also">2. See Also</a></h1>
72
73 <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>,
74 <a href="ffmpeg-scaler.html">ffmpeg-scaler</a>,
75 <a href="libavutil.html">libavutil</a>
76 </p>
77
78 <a name="Authors"></a>
79 <h1 class="chapter"><a href="libswscale.html#toc-Authors">3. Authors</a></h1>
80
81 <p>The FFmpeg developers.
82 </p>
83 <p>For details about the authorship, see the Git history of the project
84 (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
85 <code>git log</code> in the FFmpeg source directory, or browsing the
86 online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
87 </p>
88 <p>Maintainers for the specific components are listed in the file
89 &lsquo;<tt>MAINTAINERS</tt>&rsquo; in the source code tree.
90 </p>
91
92 <footer class="footer pagination-right">
93 <span class="label label-info">This document was generated by <em>Kyle Schwarz</em> on <em>December 14, 2013</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.</span></footer></div></div></body>