libswscale.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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.7, http://www.gnu.org/software/texinfo/ -->
  4. <head>
  5. <meta charset="utf-8">
  6. <title>
  7. Libswscale 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. Libswscale Documentation
  17. </h1>
  18. <div align="center">
  19. </div>
  20. <a name="SEC_Top"></a>
  21. <span id="SEC_Contents"></span>
  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. <a name="Description"></a>
  31. <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>
  32. <p>The libswscale library performs highly optimized image scaling and
  33. colorspace and pixel format conversion operations.
  34. </p>
  35. <p>Specifically, this library performs the following conversions:
  36. </p>
  37. <ul>
  38. <li> <em>Rescaling</em>: is the process of changing the video size. Several
  39. rescaling options and algorithms are available. This is usually a
  40. lossy process.
  41. </li><li> <em>Pixel format conversion</em>: is the process of converting the image
  42. format and colorspace of the image, for example from planar YUV420P to
  43. RGB24 packed. It also handles packing conversion, that is converts
  44. from packed layout (all pixels belonging to distinct planes
  45. interleaved in the same buffer), to planar layout (all samples
  46. belonging to the same plane stored in a dedicated buffer or &quot;plane&quot;).
  47. <p>This is usually a lossy process in case the source and destination
  48. colorspaces differ.
  49. </p></li></ul>
  50. <a name="See-Also"></a>
  51. <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>
  52. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  53. <a href="ffmpeg-scaler.html">ffmpeg-scaler</a>,
  54. <a href="libavutil.html">libavutil</a>
  55. </p>
  56. <a name="Authors"></a>
  57. <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>
  58. <p>The FFmpeg developers.
  59. </p>
  60. <p>For details about the authorship, see the Git history of the project
  61. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  62. <code>git log</code> in the FFmpeg source directory, or browsing the
  63. online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
  64. </p>
  65. <p>Maintainers for the specific components are listed in the file
  66. <samp>MAINTAINERS</samp> in the source code tree.
  67. </p>
  68. <p style="font-size: small;">
  69. This document was generated using <a href="http://www.gnu.org/software/texinfo/"><em>makeinfo</em></a>.
  70. </p>
  71. </div>
  72. </body>
  73. </html>