Difference between revisions of "Documentation:Modules/fake"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=fake|type=Access Demux|description=simulate a fake input}} {{Module|name=fake|type=Codec|description=handle a fake input stream}} == Options == === Access Demux === {{Option...)
 
Line 83: Line 83:
  
 
== Example ==
 
== Example ==
  % '''vlc fake: --fake-file someimage.png'''
+
  % '''vlc fake:// --fake-file someimage.png'''
  
 
{{Stub}}
 
{{Stub}}
  
 
{{Documentation}}
 
{{Documentation}}

Revision as of 15:19, 12 August 2009

Module: fake
Type Access Demux
First VLC version -
Last VLC version -
Operating system(s) all
Description simulate a fake input
Shortcut(s) -
Module: fake
Type Codec
First VLC version -
Last VLC version -
Operating system(s) all
Description handle a fake input stream
Shortcut(s) -

Options

Access Demux

  • fake-caching <integer> : Caching in ms
  • fake-fps <float> : Framerate default value: 25.
  • fake-id <integer> : Elementary stream ID default value: 0
  • fake-duration <integer> : Duration in ms if non zero default value: 0

Codec

  • fake-file <string> : Image to use as video for the fake stream default value: ""
  • fake-file-reload <integer> : Number of seconds between each reload of the image default value: 0
  • fake-width <integer> : Width default value: 0
  • fake-height <integer> : Height default value: 0
  • fake-keep-ar : Keep aspect ratio when resizing default value: disabled
  • fake-aspect-ratio <string> : Aspect ratio (FIXME: pixels?image?) default value: ""
  • fake-deinterlace : Deinterlace the image after loading it default value: disabled
  • fake-deinterlace-module <string> : Deinterlace module default value: ""
  • fake-chroma <string> : Image chroma default value: "I420"

Example

% vlc fake:// --fake-file someimage.png
Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.
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.