星火直播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.

libswscale.html 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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="Libswscale Documentation: ">
  10. <meta name="keywords" content="FFmpeg documentation : Libswscale ">
  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">Libswscale 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="libswscale.html#toc-Description">1 Description</a></h1>
  41. <p>The libswscale library performs highly optimized image scaling and
  42. colorspace and pixel format conversion operations.
  43. </p>
  44. <p>Specifically, this library performs the following conversions:
  45. </p>
  46. <ul>
  47. <li>
  48. <em>Rescaling</em>: is the process of changing the video size. Several
  49. rescaling options and algorithms are available. This is usually a
  50. lossy process.
  51. </li><li>
  52. <em>Pixel format conversion</em>: is the process of converting the image
  53. format and colorspace of the image, for example from planar YUV420P to
  54. RGB24 packed. It also handles packing conversion, that is converts
  55. from packed layout (all pixels belonging to distinct planes
  56. interleaved in the same buffer), to planar layout (all samples
  57. belonging to the same plane stored in a dedicated buffer or &quot;plane&quot;).
  58. <p>This is usually a lossy process in case the source and destination
  59. colorspaces differ.
  60. </p></li></ul>
  61. <a name="See-Also"></a>
  62. <h1 class="chapter"><a href="libswscale.html#toc-See-Also">2 See Also</a></h1>
  63. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  64. <a href="ffmpeg-scaler.html">ffmpeg-scaler</a>,
  65. <a href="libavutil.html">libavutil</a>
  66. </p>
  67. <a name="Authors"></a>
  68. <h1 class="chapter"><a href="libswscale.html#toc-Authors">3 Authors</a></h1>
  69. <p>The FFmpeg developers.
  70. </p>
  71. <p>For details about the authorship, see the Git history of the project
  72. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  73. <code>git log</code> in the FFmpeg source directory, or browsing the
  74. online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
  75. </p>
  76. <p>Maintainers for the specific components are listed in the file
  77. &lsquo;<tt>MAINTAINERS</tt>&rsquo; in the source code tree.
  78. </p>
  79. </div>
  80. </body>
  81. </html>