Difference between revisions of "Documentation:Modules/rawvid"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from program output and changelog)
 
m (Move shortcut(s) to template)
 
Line 1: Line 1:
{{Module|name=rawvid|type=Access demux|first_version=0.9.0|description=Raw video demuxer}}
+
{{Module|name=rawvid|type=Access demux|first_version=0.9.0|description=Raw video demuxer|sc=rawvideo}}
 
 
This module has a shortcut of <code>rawvideo</code>.
 
  
 
== Options ==
 
== Options ==

Latest revision as of 05:44, 16 May 2019

Module: rawvid
Type Access demux
First VLC version 0.9.0
Last VLC version -
Operating system(s) all
Description Raw video demuxer
Shortcut(s) rawvideo

Options

  • rawvid-fps <string> : This is the desired frame rate when playing raw video streams. In the form 30000/1001 or 29.97
  • rawvid-width <integer> : This specifies the width in pixels of the raw video stream
  • rawvid-height <integer> : This specifies the height in pixels of the raw video stream
  • rawvid-chroma <string> : Force chroma. This is a four character string
  • rawvid-aspect-ratio <string> : Aspect ratio (4:3, 16:9). Default assumes square pixels

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.