Page 1 of 1

Command line option to avoid multiple channel DVB-T recoding

Posted: 27 Jul 2015 14:33
by VelC
The command lines

Code: Select all

cd c:\program files (x86)\videolan\vlc vlc.exe --run-time=60 dvb-t://frequency=570000000 :bandwidth=0 :dvb-adapter=0 :live-caching=1000 :program=515 --sout=#file{dst="E:\Music\trial.ts"} vlc://quit
unfortunately lead to a recording of four video streams on my Windows 7 Computer - although I try to get only one as requested by the :program=515 option. Version 2.2.0 and 2.2.1 behave identically. Could anyone post a command line remedy against simultaneous multiple recording and playing?
Kind regards
VelC

Re: Command line option to avoid multiple channel DVB-T recoding

Posted: 27 Jul 2015 18:28
by Lotesdelere
Try to add "--no-input-record-native" (without quotes) at the beginning of your command line.

Re: Command line option to avoid multiple channel DVB-T recoding

Posted: 27 Jul 2015 19:00
by VelC
"--no-input-record-native" does not help. What helps is: Uncheck "Enable streaming of all ES" in Tools>Preferences>Show Settings: All>Stream Output.
Kind regaqrds, VelC

Re: Command line option to avoid multiple channel DVB-T recoding

Posted: 03 Aug 2015 19:28
by tequila.cz
Thank you! I spent hours on this!