If i use vlc to Transcode a video (running on Windows XP),in my case an H264 stream with stream rate 3Mbp/s on VLC is the option of Bit Rate which by deffault is 800 Kb/s and the highes i think is 8139 Kbp/s ,so if i chose 5000 Kbp/s i think it will make the stream rate like a Constant BIt Rate (5 Mbp/s) but no, vlc is transcoding the video but not the Rate ,the rate VLC is keeping the original one .
So is there any way or anything that i can use to fix my issue .
My output command
Code: Select all
:sout=#transcode{vcodec=mp2v,vb=5000,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=udp,mux=ts,dst=127.0.0.1:1234}}