Commit 3a60f493 authored by Laurent Aimar's avatar Laurent Aimar

* duplicate : added a select option :) The format is

 selector[,selector] where 'selector' are from:
    * no-audio, noaudio, audio
    * no-video, novideo, video
    * no-spu,   nospu,   spu
    * es=num or es=num_start-num_end
    * prgm=num or prgm=num_start-num_end (you can also use program
    instead of prgm)
 It applies for the last dst. selector1,selector2 means selector1 and
selector2.
 Ex:
    vlc file --sout '#duplicate{dst="1� dst", select="selection for 1� dst",
dst="2� dst", dst="3� dst", select="selection for 3� dst" }'
parent f92f94bc
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment