Hi all,
i'm in trouble with screencasting from a virtual camera and the sound card to ffmpeg on Windows.
I'm trying to achieve this capturing both of them with VLC, and then pass the stream to ffmpeg.
I'd want to ask you some support , and i'll pay for this, it's not a matter.
Specifically, the problem is this:
i have Magic Camera, and i need to capture its output along with the sound card output, and send them to ffmpeg via a pipe.
I tried this command, but VLC says it can't open the video encoder (audio works):
"C:\Documents and Settings\VMWARE\Desktop\VLCPortable 1.0.5\App\vlc\vlc.exe"
dshow:// :dshow-vdev="MagicCamera Capture(User Mode)" :dshow-adev="Creative Sound Blaster PCI"
--sout #transcode{vcodec=mp4v,vb=3800,scale=1,
acodec=mp3,ab=128,channels=2,samplerate=44100}:std {access=file,mux=ts,dst=-} | ffmpeg -i - -f flv -b 550k
-s 384x288 -ar 44100 -ab 64k -ac 2 -y rtmp://192.168.1.68/live/livestream
the same command works if i replace this:
dshow:// :dshow-vdev="MagicCamera Capture(User Mode)" :dshow-adev="Creative Sound Blaster PCI"
with a file on disk, or an internet live video stream ( http://123.123.123.123/stream-path )
Furtherly, if i simply play the (virtual)webcam, vlc shows it correctly.
I tried to specify different encoding parameters for vlc, but in that case ffmpeg can't recognize the format, or gives me other errors.
for example i've tried specifying
vcodec=theo acodec=vorb mux=ogg
If you have a solution, let me know and give me an estimate for the price please.
You can also replace the virtual webcam with another one, and replace VLC with other capture software, but the stream must be redirected to ffmpeg.
thank you in advance
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by GordonFreeman; 28th May 2010 at 08:44.
Similar Threads
-
FFMPEG - Windows vs Linux ?
By Klagar in forum Video ConversionReplies: 3Last Post: 14th Oct 2010, 11:32 -
ffmpeg webcam streaming problem
By d3v1ous in forum Video Streaming DownloadingReplies: 0Last Post: 31st Jan 2010, 14:34 -
[INFO] ffmpeg 0.5 for Windows
By Midzuki in forum Newbie / General discussionsReplies: 5Last Post: 27th Mar 2009, 21:13 -
ffmpeg for 64 bit windows
By Cazz in forum Newbie / General discussionsReplies: 10Last Post: 27th Sep 2008, 19:36 -
Pay Version of Windows Movie Maker?
By Tchail in forum Newbie / General discussionsReplies: 5Last Post: 15th Jul 2007, 09:45