Search found 10 matches

Go to advanced search

by Wallboy
19 Oct 2010 01:29
Forum: VLC stream-output (sout)
Topic: Bad desktop audio capture quality
Replies: 2
Views: 918

Re: Bad desktop audio capture quality

Yeah I've tried that as well. I got it working sort of though. If something is already playing and I start the command line script, it works fine. If I start the script and then start playing something, it distorts. Edit: Well now it's just random. Sometimes it will sound terrible, the next time it ...
by Wallboy
18 Oct 2010 04:45
Forum: VLC stream-output (sout)
Topic: Bad desktop audio capture quality
Replies: 2
Views: 918

Bad desktop audio capture quality

I'm trying to capture my Stereo Mix on my Omega Striker soundcard and I can get it to capture, but the quality sounds terrible. Here's my current command line (VLC 1.1.4): "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv -I oldrc dshow:// --dshow-vdev "None" --dshow-adev "...
by Wallboy
11 Jul 2010 01:56
Forum: VLC stream-output (sout)
Topic: sfilter marquee 'opacity' is unknown
Replies: 1
Views: 436

sfilter marquee 'opacity' is unknown

I have a transcode chain setup with a sfitler marquee: #transcode{...sfilter='marq{marquee=$T/$D,position=10,size=12,opacity=125}, but when I run it, in the command line it tells me that the option "opacity" is unknown... Edit: It works if I use --marq-opacity 125 So is it a bug that it do...
by Wallboy
08 Jul 2010 00:59
Forum: VLC stream-output (sout)
Topic: Invalid chain?
Replies: 1
Views: 764

Re: Invalid chain?

Just a guess... But in the debug it looks like it's only looking at the first line of the transcode, "--sout #transcode{vcodec=mp2v,vb=4096,canvas-width=448,canvas-height=252," and stopping. Perhaps put it all on one line.
by Wallboy
06 Jul 2010 09:22
Forum: VLC stream-output (sout)
Topic: Question regarding transcoding threads and priority
Replies: 0
Views: 259

Question regarding transcoding threads and priority

I was just looking through the command line help and noticed 2 options to use in the transcode module, threads & high-priority. I've never used these options in the past for my streams, but I've noticed that it seems all my cores are in use when transcoding without specifying how many threads to...
by Wallboy
21 Apr 2010 13:16
Forum: VLC media player for Windows Troubleshooting
Topic: Command Line Input Slave
Replies: 5
Views: 997

Re: Command Line Input Slave

I'm sending out the stream to a SDP file. Does using the same SDP file work with seperate instances?
by Wallboy
21 Apr 2010 13:13
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming JPEG out to RTP
Replies: 5
Views: 1696

Re: Streaming JPEG out to RTP

Thanks for the reply. As I am streaming that SDP file online, and having an upload bandwidth of only 640kbps keeps me pretty limited. I'm trying to adjust now for best bitrate without any hiccups. I've tried adding a --fake-fps flag and when I set it to 1 i get constant "late picture skipped&qu...
by Wallboy
21 Apr 2010 05:52
Forum: VLC media player for Windows Troubleshooting
Topic: Command Line Input Slave
Replies: 5
Views: 997

Re: Command Line Input Slave

How could one do this then if input slave is broken? Thanks.
by Wallboy
20 Apr 2010 11:26
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming JPEG out to RTP
Replies: 5
Views: 1696

Re: Streaming JPEG out to RTP

I have been searching for how to do it and I came up with this: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv -I rc "fake://C:\image.jpg" --fake-duration 500000 --fake-width 320 --fake-height 180 --sout="#transcode{vcodec=h264,vb=100,width=320,height=180,acodec=none}:rt...
by Wallboy
20 Apr 2010 08:57
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming JPEG out to RTP
Replies: 5
Views: 1696

Streaming JPEG out to RTP

I currently stream video out through RTP to an SDP file. I would like to know how I can do this with a single JPEG file. My batch file for video streaming is something like this: "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv -I rc "file:///C:\video.avi" --sout="#transco...

Go to advanced search