Search found 12 matches

Go to advanced search

by rush4hire
16 Apr 2007 18:45
Forum: General VLC media player Troubleshooting
Topic: multiple widows opening up
Replies: 6
Views: 1020

Thanks. I'm tired of experimenting though. Maybe you can tell me what a this <string> should be.. ;~ --demux=<string> Demux module ;~ Demultiplexers are used to separate the ;~ "elementary" streams (like audio and video ;~ streams). You can use it if the correct ;~ demuxer is not automatic...
by rush4hire
15 Apr 2007 15:28
Forum: VLC media player for Windows Troubleshooting
Topic: Bug 0.86: MOV Video will displayed in multiple windows
Replies: 22
Views: 3080

Not sure what you mean DJ, but when I play this file in WinAmp it chooses the best streams, instead of playing them all in 3 different windows. What I really want is to reduce the file size of my recordings from 3 GB to 2 GB and so I can watch them on VLC and not freak people out when they watch the...
by rush4hire
15 Apr 2007 03:11
Forum: VLC media player for Windows Troubleshooting
Topic: Bug 0.86: MOV Video will displayed in multiple windows
Replies: 22
Views: 3080

So access_mss selects the stream for you, so why can't you select your own stream? What is the command for that?

And can you make it use access_mss?
by rush4hire
14 Apr 2007 19:11
Forum: VLC media player for Windows Troubleshooting
Topic: Bug 0.86: MOV Video will displayed in multiple windows
Replies: 22
Views: 3080

Ya. What are you doing? Spamming perhaps? lol :D ok. I got a log using --file-logging --logfile="C:\test\k6.txt" When accessing the same stream from the internet, where this file was created from, I got this in the log: access_mms: selecting stream[0x1] audio (16 kb/s) access_mms: ignoring...
by rush4hire
14 Apr 2007 16:13
Forum: VLC media player for Windows Troubleshooting
Topic: Bug 0.86: MOV Video will displayed in multiple windows
Replies: 22
Views: 3080

I have a file with 6 streams (3 video and 3 audio) It's normal for some servers to have these. Your media player is supposed to select which stream based on your connection. There are high quality streams and low bandwidth streams. I recorded a bunch of streams with SDP and it wrote all 6 streams, b...
by rush4hire
14 Apr 2007 15:10
Forum: VLC media player for Windows Troubleshooting
Topic: I have 6 streams in one file - but I want only 2
Replies: 1
Views: 747

This will work to get only one audio track: Run($vlcpath &' "'& $streamurl &'" --audio-track-id=2 --sout="#duplicate{dst=std{access=file,mux=asf,dst='''& $name &'''},dst=nodisplay}"') But this does not work Run($vlcpath &' "'& $streamurl &'&qu...
by rush4hire
14 Apr 2007 14:54
Forum: General VLC media player Troubleshooting
Topic: multiple widows opening up
Replies: 6
Views: 1020

I'm sure there's a way. I have the same problem. http://forum.videolan.org/viewtopic.php?t=35008 http://www.rush4hire.com/examples1/vlc_multiple.gif See there are many streams, 3 audio and 3 video. I have to find the way to select the audio and video stream by number or something.. C:\Program Files\...
by rush4hire
14 Apr 2007 13:59
Forum: VLC media player for Windows Troubleshooting
Topic: I have 6 streams in one file - but I want only 2
Replies: 1
Views: 747

I have 6 streams in one file - but I want only 2

http://www.rush4hire.com/examples1/vlc_multiple.gif I play that file and 3 screens open up, and I suppose 3 sound streams are playing too. This was recorded with SDP, that's why I started using VLC. It's so much better for recording. Well I'm sure there's a way to get just one stream. Here's what w...
by rush4hire
14 Apr 2007 13:43
Forum: VLC media player for Windows Troubleshooting
Topic: How does one schedule a recording with VLC?
Replies: 7
Views: 4628

I made a nice program in AutoIt3 that records shows according to a schedule using VLC http://www.rush4hire.com/3abn_vcr/ It command line like: Well I'll just show you the code, you can figure it out if you want, or if not just ignore this post func vlc_start() ;;; junk you probably don't want If $sc...
by rush4hire
09 Apr 2007 17:52
Forum: VLC media player for Windows Troubleshooting
Topic: Play a video that is being captured...
Replies: 7
Views: 2669

Actually the wierd quotes really are bad. When I did it this way, it chopped off the file name after the first space. C:\PROGRA~1\VideoLAN\VLC\vlc http://something.asf --sout="#duplicate{dst=std{access=file,mux=asf,url='C:\test\spaces may be.asf'},dst=nodisplay}" So change the inner "...
by rush4hire
09 Apr 2007 15:09
Forum: Web and scripting
Topic: Activex VLC Interface and :sout
Replies: 10
Views: 7138

Aside from the VB code, does the command string work?

I also want to capture from webcam with commandline stuff..
by rush4hire
09 Apr 2007 09:34
Forum: VLC media player for Windows Troubleshooting
Topic: Play a video that is being captured...
Replies: 7
Views: 2669

FINALLY!

something like: vlc <input> --sout="#duplicate{dst=std{access=file,mux=<something>,url=<path to file>},dst=display}" should work. (You can also do that in the Stream output dialog) Finally!! I've been up all night messing with this. Oh it's so picky! Here's AutoIt code: $vlcid=Run('C:\PRO...

Go to advanced search