Difference between revisions of "Documentation:Modules/fb"

From VideoLAN Wiki
Jump to navigation Jump to search
(Expand, remove {{Stub}}, GPL)
 
Line 1: Line 1:
{{Module|name=fb|type=Video output|description=Framebuffer video output|os=Linux}}
+
{{Module|name=fb|type=Video output|os=Linux|description=GNU/Linux framebuffer video output|sc=none}}
  
{{Stub}}
+
Option <code>--fb-aspect-ratio</code> is deprecated.<br />
 +
Option <code>--fb-hw-accel</code> is planned to be deprecated in 4.0.0 (currently 4.0.0-dev).
  
{{Documentation footer}}
+
== Options ==
 +
{{Option
 +
|name=fbdev
 +
|value=string
 +
|default="/dev/fb0"
 +
|description=Framebuffer device to use for rendering (usually <code>/dev/fb0</code>)
 +
}}
 +
{{Option
 +
|name=fb-tty
 +
|value=boolean
 +
|default=enabled
 +
|description=Run framebuffer on current [[wiktionary:TTY|TTY]] device (default enabled). (disable tty handling with caution)
 +
}}
 +
{{Option
 +
|name=fb-chroma
 +
|value=string
 +
|default=RGB
 +
|description=Chroma [[fourcc]] used by the framebuffer. Default is [[RGB]] since the fb device has no way to report its [[chroma]]
 +
}}
 +
{{Option
 +
|name=fb-mode
 +
|value=integer
 +
|select={0,1,2,3,4}
 +
|default=4
 +
|description=Select the resolution for the framebuffer. Currently it supports the values: 0 - QCIF, 1 - CIF, 2 - NTSC, 3 - PAL, 4 - auto
 +
}}
 +
 
 +
== Source code ==
 +
* {{VLCSourceFile|modules/video_output/fb.c}}
 +
 
 +
{{Documentation}}

Latest revision as of 08:50, 20 May 2019

Module: fb
Type Video output
First VLC version -
Last VLC version -
Operating system(s) Linux
Description GNU/Linux framebuffer video output
Shortcut(s) (none)

Option --fb-aspect-ratio is deprecated.
Option --fb-hw-accel is planned to be deprecated in 4.0.0 (currently 4.0.0-dev).

Options

  • fbdev <string> : Framebuffer device to use for rendering (usually /dev/fb0) default value: "/dev/fb0"
  • fb-tty <boolean> : Run framebuffer on current TTY device (default enabled). (disable tty handling with caution) default value: enabled
  • fb-chroma <string> : Chroma fourcc used by the framebuffer. Default is RGB since the fb device has no way to report its chroma default value: RGB
  • fb-mode <integer> {0,1,2,3,4} : Select the resolution for the framebuffer. Currently it supports the values: 0 - QCIF, 1 - CIF, 2 - NTSC, 3 - PAL, 4 - auto default value: 4

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.