星火直播PC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

libswresample.html 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <title>FFmpeg documentation</title>
  7. <link rel="stylesheet" href="bootstrap.min.css" />
  8. <link rel="stylesheet" href="style.min.css" />
  9. <meta name="description" content="Libswresample Documentation: ">
  10. <meta name="keywords" content="FFmpeg documentation : Libswresample ">
  11. <meta name="Generator" content="texi2html 5.0">
  12. <!-- Created on March 9, 2020 by texi2html 5.0 -->
  13. <!--
  14. texi2html was written by:
  15. Lionel Cons <Lionel.Cons@cern.ch> (original author)
  16. Karl Berry <karl@freefriends.org>
  17. Olaf Bachmann <obachman@mathematik.uni-kl.de>
  18. and many others.
  19. Maintained by: Many creative people.
  20. Send bugs and suggestions to <texi2html-bug@nongnu.org>
  21. -->
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  23. </head>
  24. <body>
  25. <div class="container">
  26. <h1 class="titlefont">Libswresample Documentation</h1>
  27. <hr>
  28. <a name="SEC_Top"></a>
  29. <a name="SEC_Contents"></a>
  30. <h1>Table of Contents</h1>
  31. <div class="contents">
  32. <ul class="no-bullet">
  33. <li><a name="toc-Description" href="#Description">1 Description</a></li>
  34. <li><a name="toc-See-Also" href="#See-Also">2 See Also</a></li>
  35. <li><a name="toc-Authors" href="#Authors">3 Authors</a></li>
  36. </ul>
  37. </div>
  38. <hr size="6">
  39. <a name="Description"></a>
  40. <h1 class="chapter"><a href="libswresample.html#toc-Description">1 Description</a></h1>
  41. <p>The libswresample library performs highly optimized audio resampling,
  42. rematrixing and sample format conversion operations.
  43. </p>
  44. <p>Specifically, this library performs the following conversions:
  45. </p>
  46. <ul>
  47. <li>
  48. <em>Resampling</em>: is the process of changing the audio rate, for
  49. example from a high sample rate of 44100Hz to 8000Hz. Audio
  50. conversion from high to low sample rate is a lossy process. Several
  51. resampling options and algorithms are available.
  52. </li><li>
  53. <em>Format conversion</em>: is the process of converting the type of
  54. samples, for example from 16-bit signed samples to unsigned 8-bit or
  55. float samples. It also handles packing conversion, when passing from
  56. packed layout (all samples belonging to distinct channels interleaved
  57. in the same buffer), to planar layout (all samples belonging to the
  58. same channel stored in a dedicated buffer or &quot;plane&quot;).
  59. </li><li>
  60. <em>Rematrixing</em>: is the process of changing the channel layout, for
  61. example from stereo to mono. When the input channels cannot be mapped
  62. to the output streams, the process is lossy, since it involves
  63. different gain factors and mixing.
  64. </li></ul>
  65. <p>Various other audio conversions (e.g. stretching and padding) are
  66. enabled through dedicated options.
  67. </p>
  68. <a name="See-Also"></a>
  69. <h1 class="chapter"><a href="libswresample.html#toc-See-Also">2 See Also</a></h1>
  70. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  71. <a href="ffmpeg-resampler.html">ffmpeg-resampler</a>,
  72. <a href="libavutil.html">libavutil</a>
  73. </p>
  74. <a name="Authors"></a>
  75. <h1 class="chapter"><a href="libswresample.html#toc-Authors">3 Authors</a></h1>
  76. <p>The FFmpeg developers.
  77. </p>
  78. <p>For details about the authorship, see the Git history of the project
  79. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  80. <code>git log</code> in the FFmpeg source directory, or browsing the
  81. online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
  82. </p>
  83. <p>Maintainers for the specific components are listed in the file
  84. &lsquo;<tt>MAINTAINERS</tt>&rsquo; in the source code tree.
  85. </p>
  86. </div>
  87. </body>
  88. </html>