Page 1 of 1

How to transcode MPEG2 CBR stream using VLC?

Posted: 05 Feb 2010 18:26
by msvittal
Hi All,

I have MPEG2 multicast streams coming into VLC player, and VLC transcodes that stream into a low bitrate and scaled down version.

This is the command line I use to transcode. How can I transcode the output MPEG 2 with Constrant bitrate (CBR) ? Is there any command line I can use for this purpose ?

Code: Select all

vlc udp://@$1:8208 --sout "#transcode{vcodec=mp2v,acodec=null,vb=600,ab=0,fps=25,scale=0.25}:std{access=udp,mux=ts,dst=$2:8208}" --no-audio --ttl 10


Thanks
Vittal

Re: How to transcode MPEG2 CBR stream using VLC?

Posted: 08 Feb 2010 16:23
by msvittal
Can someone help me please.

Thanks
Vittal