I have Windows 7 64 bit home basic.
Got it, I was forgetting the space beteen the "Files" and "(x86)"
Thank you very very much.
Glad it worked
.
I know this is a seperate issue but I'am trying to capture video from a Nikon point and shoot camera to a file but it's not showing up in capture devices.
Does clicking "Refresh list" make any difference?
Hello, I use the Media browser as Windows Media Center in Windows 7 32 and VLC media player 1.0.5, I use VLC media player as external Media player Browser, and I would like to know a command line for use in the parameters of the Media Browser to open the VLC media player in full screen and when to stop playing close to return to the Windows Media Center. On the website Media Broswer has a command line for this function in VLC but ja I tried it and does not work, this is — play-and-exit = Plays files and exits, someone could help me?
If you want to start in fullscreen use the --fullscreen commandline switch. Also --play-and-exit should work. So, for example, try something like:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --fullscreen --play-and-exit INPUT
Where INPUT is the input file (e.g. "C:\myfile.avi").
Arite.