Search found 7 matches

Go to advanced search

by mohsin7998
19 Oct 2012 11:58
Forum: VLC media player for Windows Troubleshooting
Topic: Opening .mov file with VLC from cmd of WIN XP
Replies: 2
Views: 668

Re: Opening .mov file with VLC from cmd of WIN XP

Thanks Tom its working now. But I am unable to play more than 2 tracks as the RUN can accumulate more than two addresses. :-(. It runs out of space. Basically I am using python to run a command using RUN. I am generating the path for files then using the following line to play videos. self.qt_proces...
by mohsin7998
18 Oct 2012 15:20
Forum: VLC media player for Windows Troubleshooting
Topic: Opening .mov file with VLC from cmd of WIN XP
Replies: 2
Views: 668

Opening .mov file with VLC from cmd of WIN XP

Hi Everybody. I am trying to open a video file from "RUN" of Win XP using vlc. I am using the following line to do that: "C:\xxx\vlc.exe" 'M:\xxx\file.mov' But its not opening. And what if I want to open multiple files using the above syntax i-e "C:\xxx\vlc.exe" 'M:\xxx...
by mohsin7998
18 Oct 2012 12:06
Forum: VLC media player for Windows Troubleshooting
Topic: Quit VLC if already running and unfreeze after playing
Replies: 2
Views: 409

Re: Quit VLC if already running and unfreeze after playing

Thank you very much for the response.

It is the case with all files. The ones I am using are ".mov".
by mohsin7998
18 Oct 2012 11:40
Forum: VLC media player for Windows Troubleshooting
Topic: Quit VLC if already running and unfreeze after playing
Replies: 2
Views: 409

Quit VLC if already running and unfreeze after playing

Hello Everybody. I am having a weird problem with VLC in Python. Using the following things. `import vlc self.Instance = vlc.Instance() self.List = self.Instance.media_list_new() self.Player_d = self.Instance.media_list_player_new()` I am using self.List.add_media(address of video) to populate the m...
by mohsin7998
15 Oct 2012 13:44
Forum: VLC media player for Windows Troubleshooting
Topic: Creating a new Playlist and playing it using VLC
Replies: 0
Views: 171

Creating a new Playlist and playing it using VLC

Hello Everybody. I am a beginner and need some help with a problem. I want to get a list of files from a listbox and then add them to a new playlist. And then play that playlist using VLC. I am able to do that in Mac but cant figure out a way to do the same thing in Windows. I am using /Application....
by mohsin7998
10 Oct 2012 16:29
Forum: VLC media player for macOS Troubleshooting
Topic: Playing multiple files from the MAC terminal
Replies: 2
Views: 556

Re: Playing multiple files from the MAC terminal

Thank you very much for the response. I really appreciate that. It is working fine but there is a little issue. It takes all the files and puts them in a playlist and plays the last element of the playlist only and stops. How can I choose VLC to repeat all the movies after finishing them. Thanks aga...
by mohsin7998
08 Oct 2012 14:10
Forum: VLC media player for macOS Troubleshooting
Topic: Playing multiple files from the MAC terminal
Replies: 2
Views: 556

Playing multiple files from the MAC terminal

Hi everybody. Need some help in a small problem. I can play a single file from the MAC terminal by using: open -a VLC /xxx/xxx/xxx.mov Now I want to play multiple files using the same technique by putting them in a playlist or something like that i- e open -a VLC /xxx/xxx/file1.mov /xxx/xxx/file2.mo...

Go to advanced search