Search found 2 matches

Go to advanced search

by lennb
26 Sep 2014 16:03
Forum: Web and scripting
Topic: How to ignore 'Broken or missing avi index' in VLC via param
Replies: 0
Views: 1625

How to ignore 'Broken or missing avi index' in VLC via param

Hey Guys, I download an avi/video file with wget and want the VLC to play this file. Both actions are called from my C# code: var startWGet = new ProcessStartInfo(AppDomain.CurrentDomain.BaseDirectory + @"/data/start.bat") { WindowStyle = ProcessWindowStyle.Hidden, CreateNoWindow = true };...
by lennb
21 Sep 2014 17:08
Forum: VLC media player for Windows Troubleshooting
Topic: How to hide the filepath while playback?
Replies: 0
Views: 164

How to hide the filepath while playback?

Hey Guys, I open the vlc media player out of my c# code: var info = new ProcessStartInfo(vlc_path, "--quiet --meta-title=#TITLE# --qt-minimal-view --width=500 --height=400 #FILEPATH#") { }; Process.Start(info); But in the VLC you can still see the filepath (In my example, it is a url) via ...

Go to advanced search