Difference between revisions of "Documentation:Modules/scale"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from source code/changelog)
 
m (Rewrite external link as internal link)
 
Line 4: Line 4:
 
[[wikipedia:ARGB|ARGB]] support {{Commitdiff|91106e6a04862979b498f3cc23d14eb2057fbd5d|l=was introduced}} in VLC 3.0.0 (not mentioned in the source code header).
 
[[wikipedia:ARGB|ARGB]] support {{Commitdiff|91106e6a04862979b498f3cc23d14eb2057fbd5d|l=was introduced}} in VLC 3.0.0 (not mentioned in the source code header).
  
Supported formats for [[wikipedia:RGBA|RGBA colour space]]:
+
Supported formats for [[RGBA|RGBA colour space]]:
 
* RGBA
 
* RGBA
 
* RGB32
 
* RGB32

Latest revision as of 07:27, 6 May 2019

Module: scale
Type Video filter
First VLC version 0.8.0
Last VLC version -
Operating system(s) all
Description Video scaling filter
Shortcut(s) (none)

This module uses the low quality "nearest neighbour" algorithm.
ARGB support was introduced in VLC 3.0.0 (not mentioned in the source code header).

Supported formats for RGBA colour space:

  • RGBA
  • RGB32
  • ARGB

Supported formats for YUV colour space:

Options

None.

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.