Difference between revisions of "Documentation:Modules/clone"

From VideoLAN Wiki
Jump to navigation Jump to search
m (-Category:Video Splitters, module type=Video output splitter)
m (→‎Examples: Fix last)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Module|name=clone|type=Video output splitter|description=Clone the video output window}}
+
{{Module|name=clone|type=Video output splitter|description=Clone the video output window|sc=clone}}
  
 
You can use this module to play the video in more than one window to test different video outputs or display the same video on multiple screens on the same computer.
 
You can use this module to play the video in more than one window to test different video outputs or display the same video on multiple screens on the same computer.
  
 
== Options ==
 
== Options ==
 
+
<onlyinclude>{{Option
{{Option
 
 
|name=clone-count
 
|name=clone-count
 
|value=integer
 
|value=integer
 
|default=2
 
|default=2
|description=Specifies the number of clones}}
+
|description=Number of video windows in which to clone the video.
 
+
}}
 
{{Option
 
{{Option
 
|name=clone-vout-list
 
|name=clone-vout-list
 
|value=string
 
|value=string
 
|default=""
 
|default=""
|description=Comma seperated list of video output modules to use for each clone}}
+
|description=You can use specific video output modules for the clones. Use a comma-separated list of modules.
 +
}}</onlyinclude>
 +
 
 +
== Examples ==
 +
{{$}} vlc --video-splitter=clone --clone-count=2 video.ogv
 +
 
 +
== Source code ==
 +
* {{VLCSourceFile|modules/video_splitter/clone.c}}
  
 
{{Documentation footer}}
 
{{Documentation footer}}

Latest revision as of 09:22, 2 June 2019

Module: clone
Type Video output splitter
First VLC version -
Last VLC version -
Operating system(s) all
Description Clone the video output window
Shortcut(s) clone

You can use this module to play the video in more than one window to test different video outputs or display the same video on multiple screens on the same computer.

Options

  • clone-count <integer> : Number of video windows in which to clone the video. default value: 2
  • clone-vout-list <string> : You can use specific video output modules for the clones. Use a comma-separated list of modules. default value: ""

Examples

$ vlc --video-splitter=clone --clone-count=2 video.ogv

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.