Difference between revisions of "Documentation:Modules/fake"
Jump to navigation
Jump to search
(→Source code: Add link) |
(Remove {{Check}}: information is documented in source code: see #define ASPECT_RATIO_LONGTEXT in https://git.videolan.org/?p=vlc/vlc-0.9.git;a=blob;f=modules/codec/fake.c) |
||
Line 62: | Line 62: | ||
|value=string | |value=string | ||
|default="" | |default="" | ||
− | |description=Aspect ratio ( | + | |description=Aspect ratio of the image file (4:3, 16:9). Default is square pixels. |
}} | }} | ||
{{Option | {{Option |
Revision as of 00:12, 14 March 2019
Module: fake | |
---|---|
Type | Access demux |
First VLC version | - |
Last VLC version | 0.9.0 |
Operating system(s) | all |
Description | simulate a fake input |
Shortcut(s) | - |
Module: fake | |
---|---|
Type | Codec |
First VLC version | - |
Last VLC version | 0.9.0 |
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 of the image file (4:3, 16:9). Default is square pixels. 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
Source code
- modules/access/fake.c (vlc/vlc-0.9.git)
- modules/codec/fake.c (vlc/vlc-0.9.git)
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.