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.

90 satır
3.4KB

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