您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

96 行
3.7KB

  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.8, https://www.gnu.org/software/texinfo/ -->
  4. <head>
  5. <meta charset="utf-8">
  6. <title>
  7. Libswresample 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 class="container">
  15. <h1>
  16. Libswresample Documentation
  17. </h1>
  18. <div align="center">
  19. </div>
  20. <a name="SEC_Top"></a>
  21. <div class="Contents_element" id="SEC_Contents">
  22. <h2 class="contents-heading">Table of Contents</h2>
  23. <div class="contents">
  24. <ul class="no-bullet">
  25. <li><a id="toc-Description" href="#Description">1 Description</a></li>
  26. <li><a id="toc-See-Also" href="#See-Also">2 See Also</a></li>
  27. <li><a id="toc-Authors" href="#Authors">3 Authors</a></li>
  28. </ul>
  29. </div>
  30. </div>
  31. <a name="Description"></a>
  32. <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>
  33. <p>The libswresample library performs highly optimized audio resampling,
  34. rematrixing and sample format conversion operations.
  35. </p>
  36. <p>Specifically, this library performs the following conversions:
  37. </p>
  38. <ul>
  39. <li> <em>Resampling</em>: is the process of changing the audio rate, for
  40. example from a high sample rate of 44100Hz to 8000Hz. Audio
  41. conversion from high to low sample rate is a lossy process. Several
  42. resampling options and algorithms are available.
  43. </li><li> <em>Format conversion</em>: is the process of converting the type of
  44. samples, for example from 16-bit signed samples to unsigned 8-bit or
  45. float samples. It also handles packing conversion, when passing from
  46. packed layout (all samples belonging to distinct channels interleaved
  47. in the same buffer), to planar layout (all samples belonging to the
  48. same channel stored in a dedicated buffer or &quot;plane&quot;).
  49. </li><li> <em>Rematrixing</em>: is the process of changing the channel layout, for
  50. example from stereo to mono. When the input channels cannot be mapped
  51. to the output streams, the process is lossy, since it involves
  52. different gain factors and mixing.
  53. </li></ul>
  54. <p>Various other audio conversions (e.g. stretching and padding) are
  55. enabled through dedicated options.
  56. </p>
  57. <a name="See-Also"></a>
  58. <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>
  59. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  60. <a href="ffmpeg-resampler.html">ffmpeg-resampler</a>,
  61. <a href="libavutil.html">libavutil</a>
  62. </p>
  63. <a name="Authors"></a>
  64. <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>
  65. <p>The FFmpeg developers.
  66. </p>
  67. <p>For details about the authorship, see the Git history of the project
  68. (https://git.ffmpeg.org/ffmpeg), e.g. by typing the command
  69. <code>git log</code> in the FFmpeg source directory, or browsing the
  70. online repository at <a href="https://git.ffmpeg.org/ffmpeg">https://git.ffmpeg.org/ffmpeg</a>.
  71. </p>
  72. <p>Maintainers for the specific components are listed in the file
  73. <samp>MAINTAINERS</samp> in the source code tree.
  74. </p>
  75. <p style="font-size: small;">
  76. This document was generated using <a href="https://www.gnu.org/software/texinfo/"><em>makeinfo</em></a>.
  77. </p>
  78. </div>
  79. </body>
  80. </html>