Difference between revisions of "Documentation:Modules/duplicate"
Jump to navigation
Jump to search
(Create page from source code and changelog) |
m (→Source code: New section, misc.) |
||
Line 1: | Line 1: | ||
− | {{Module|name=stream_out_duplicate|type=Stream output|first_version=1.1.0|description=Duplicate stream output}} | + | {{Module|name=stream_out_duplicate|type=Stream output|first_version=1.1.0|description=Duplicate stream output|sc=duplicate|sc2=dup}} |
− | + | == Options == | |
+ | None. | ||
+ | {{Clear}} | ||
− | |||
== Examples == | == Examples == | ||
From the changelog: <code class="nowrap">--sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"</code> | From the changelog: <code class="nowrap">--sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"</code> | ||
+ | |||
+ | == Source code == | ||
+ | * {{VLCSourceFile|modules/stream_out/duplicate.c}} | ||
{{Documentation}} | {{Documentation}} |
Latest revision as of 21:22, 30 May 2019
Module: stream_out_duplicate | |
---|---|
Type | Stream output |
First VLC version | 1.1.0 |
Last VLC version | - |
Operating system(s) | all |
Description | Duplicate stream output |
Shortcut(s) | duplicate , dup
|
Options
None.
Examples
From the changelog: --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
Source code
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.