Difference between revisions of "Documentation:Modules/daala"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from source code/changelog)
 
m (Use new redirects 4:2:0 and 4:4:4)
 
Line 25: Line 25:
 
|default=420
 
|default=420
 
|select={420,444}
 
|select={420,444}
|description=Picking [[chroma]] format will force a conversion of the video into that format. <code>420</code> means <code>[[YUV 4:2:0|4:2:0 Y'CbCr]]</code> and <code>444</code> means <code>[[YUV 4:4:4|4:4:4 Y'CbCr]]</code>
+
|description=Picking [[chroma]] format will force a conversion of the video into that format. <code>420</code> means <code>[[4:2:0]] Y'CbCr</code> and <code>444</code> means <code>[[4:4:4]] Y'CbCr</code>
 
}}
 
}}
  

Latest revision as of 07:16, 13 April 2019

Module: daala
Type Muxer
First VLC version 3.0.0
Last VLC version -
Operating system(s) all
Description Daala video encoder
Shortcut(s) -

Support for this module comes from the libdaala library.

Options

  • sout-daala-quality <integer [0 .. 511]> : Enforce a quality between 0 (lossless) and 511 (worst) default value: 10
  • sout-daala-keyint <integer [1 .. 1000]> : Enforce a keyframe interval between 1 and 1000 default value: 256
  • sout-daala-chroma-fmt <string> {420,444} : Picking chroma format will force a conversion of the video into that format. 420 means 4:2:0 Y'CbCr and 444 means 4:4:4 Y'CbCr default value: 420

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.