I want to create a script to run an instance of VLC to start Transcode / Save to File for a specific stream. I'm planning to use the Windows Task Scheduler to start it at the appropriate time.
One thing I need to do to start is: how can I see what the command-line entry for all the choices would be after I make the selections in the GUI? That would help at least get me closer to my goal. Basically, I can Transcode the stream I want if I go through the wizard, so there must be a CLI equivalent.
Any help on this is appreciated. thanks.