I am struggling with one little tiny thing. I have DVB-T stream, all works fine when launching from command line and parameters are working.
There is only one thing I can't seem to comprehend. When I use embedded recording (that little red button on GUI) it saves all the information from EPG into the file.
What is the correct syntax to get than name show up as a name of the file?
It's hard to explain though so here are the pics:
1. Stream open with show name parsed to VLC from EPG
2. Record function pressed
3. Output filename dynamically generated
Question is: What is the correct syntax to parse so that dump file name is generated dynamically with desire effect from command line instruction?
Syntax:
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" dvbt://frequency=730000000 :dvb-bandwidth=8 :access-filter=timeshift :program=260 :sout=#transcode{vcodec=h264,vb=800,scale=0.6,acodec=mp4a,ab=128,channels=2,samplerate=44100,sfilter=logo}:std{access=file,mux=ts,dst=DRIVE:\\FOLDER\\WHATCOMESHERE?.EXTENSION}
Thanks for pointing me to the right direction!