Documentation:Modules/fb

From VideoLAN Wiki
< Documentation:Modules
Revision as of 08:50, 20 May 2019 by DoesItReallyMatter (talk | contribs) (Expand, remove {{Stub}}, GPL)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.