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