VLC Version: 0.9 Greshinko
OS : Fedora 10
I have a Astria encoder that takes MPEG2 / MPEG4 input and transcodes it to AVC (H264). I have my VLC to listen to the multicast stream sent out by the encoder and trying to down scale the bitrate, height and width.
The problem I am facing is the VLC generated output is not of 4:3 aspect ratio even though I mention that in the VLC command line. I am observing it to be 16:9 or a stretched video.
This is the command line I am using,
Code: Select all
"cvlc -vvv udp://@239.250.60.107:60107 --sout "#transcode{vcodec=h264,vb=250,acodec=null,ab=0,width=192,height=192}:duplicate{dst=std{access=udp,mux=ts,dst=239.250.250.2:8208}}" --no-audio --ttl 5 --aspect-ratio=4:3"
Can someone help in fixing my problem.
Thanks
Vittal