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 ...
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 "...
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...
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.
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...
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...
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...
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...