well I'm trying to transcode and stream from my DVB-T card to udp stream however when i open the stream it comes up as the standards for PAL DVB-T which is 720×576 (i think), i managed to change it back from the defaults on the client's VLC GUI when going to Video=>Aspect Ratio=>4:3
my question is how to change the ratio from defaults to 4:3 when transcoding the stream in command line?
here is a picture of how it comes up
and here is a picture how it should look
here is a code im using to transcode and stream
Code: Select all
vlc.exe -vvv dvb-t:// :dvb-frequency=514000000 :dvb-bandwidth=8 :program=2 --sout #transcode{vcodec=h264,vb=512,fps=30,scale=1,width=400,height=300}:std{access=udp,mux=ts,dst=localhost:1234}