Page 1 of 1

How to change bitrate or video size on the fly

Posted: 29 Jul 2010 11:36
by teerapol
Hi all,

my system setting is

1.live video from web camera I useing VLC ( Command Line )
Example .

Code: Select all

vlc -vvv -I rc dshow:// :dshow-vdev="QuickCam for Notebooks Pro" :dshow-adev="Logitech Mic (Notebooks Pro)" :dshow-size="320x240" --sout "#transcode{venc=x264{keyint=60},vcodec=x264,vb=500,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=48000}:rtp{dst=127.0.0.1,port-video=10000,port-audio=10002,sdp=file://%WMSCONFIG_HOME%/content/vlc.sdp}"
2.Export to SDP.
3. Watch live video from WOWZA media server.

but I have problem , Can I chagne video size or bitrate or other option on the fly when VLC running? VLC support update on the fly?
And how can I add logo overlay , text and date on live streming?

Please help !!!

best regard,
Teerapol

I test in command line "vlc myvideo.avi --sub-filter "logo@test{file=a.png}" can work. But in live stream don't work