mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-01-06 01:41:17 +00:00
100 lines
3.7 KiB
HTML
100 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Created on April 4, 2014 by texi2html 1.82 -->
|
|
<!--
|
|
texi2html was written by:
|
|
Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
|
Karl Berry <karl@freefriends.org>
|
|
Olaf Bachmann <obachman@mathematik.uni-kl.de>
|
|
and many others.
|
|
Maintained by: Many creative people.
|
|
Send bugs and suggestions to <texi2html-bug@nongnu.org>
|
|
|
|
-->
|
|
<head>
|
|
<title>FFmpeg documentation : Libswresample </title>
|
|
|
|
<meta name="description" content="Libswresample Documentation: ">
|
|
<meta name="keywords" content="FFmpeg documentation : Libswresample ">
|
|
<meta name="Generator" content="texi2html 1.82">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" type="text/css" href="default.css" />
|
|
|
|
<link rel="icon" href="favicon.png" type="image/png" />
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<div id="body">
|
|
|
|
<a name="SEC_Top"></a>
|
|
<h1 class="settitle">Libswresample Documentation</h1>
|
|
|
|
<a name="SEC_Contents"></a>
|
|
<h1>Table of Contents</h1>
|
|
<div class="contents">
|
|
|
|
<ul class="toc">
|
|
<li><a name="toc-Description" href="#Description">1. Description</a></li>
|
|
<li><a name="toc-See-Also" href="#See-Also">2. See Also</a></li>
|
|
<li><a name="toc-Authors" href="#Authors">3. Authors</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<a name="Description"></a>
|
|
<h1 class="chapter"><a href="libswresample.html#toc-Description">1. Description</a></h1>
|
|
|
|
<p>The libswresample library performs highly optimized audio resampling,
|
|
rematrixing and sample format conversion operations.
|
|
</p>
|
|
<p>Specifically, this library performs the following conversions:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<em>Resampling</em>: is the process of changing the audio rate, for
|
|
example from a high sample rate of 44100Hz to 8000Hz. Audio
|
|
conversion from high to low sample rate is a lossy process. Several
|
|
resampling options and algorithms are available.
|
|
|
|
</li><li>
|
|
<em>Format conversion</em>: is the process of converting the type of
|
|
samples, for example from 16-bit signed samples to unsigned 8-bit or
|
|
float samples. It also handles packing conversion, when passing from
|
|
packed layout (all samples belonging to distinct channels interleaved
|
|
in the same buffer), to planar layout (all samples belonging to the
|
|
same channel stored in a dedicated buffer or "plane").
|
|
|
|
</li><li>
|
|
<em>Rematrixing</em>: is the process of changing the channel layout, for
|
|
example from stereo to mono. When the input channels cannot be mapped
|
|
to the output streams, the process is lossy, since it involves
|
|
different gain factors and mixing.
|
|
</li></ul>
|
|
|
|
<p>Various other audio conversions (e.g. stretching and padding) are
|
|
enabled through dedicated options.
|
|
</p>
|
|
|
|
<a name="See-Also"></a>
|
|
<h1 class="chapter"><a href="libswresample.html#toc-See-Also">2. See Also</a></h1>
|
|
|
|
<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>,
|
|
<a href="ffmpeg-resampler.html">ffmpeg-resampler</a>,
|
|
<a href="libavutil.html">libavutil</a>
|
|
</p>
|
|
|
|
<a name="Authors"></a>
|
|
<h1 class="chapter"><a href="libswresample.html#toc-Authors">3. Authors</a></h1>
|
|
|
|
<p>The FFmpeg developers.
|
|
</p>
|
|
<p>For details about the authorship, see the Git history of the project
|
|
(git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
|
|
<code>git log</code> in the FFmpeg source directory, or browsing the
|
|
online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
|
|
</p>
|
|
<p>Maintainers for the specific components are listed in the file
|
|
‘<tt>MAINTAINERS</tt>’ in the source code tree.
|
|
</p>
|
|
|
|
<footer class="footer pagination-right">
|
|
<span class="label label-info">This document was generated by <em>Kyle Schwarz</em> on <em>April 4, 2014</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.</span></footer></div></div></body>
|