Page 1 of 1

setting aspect ratio within transcode from default

Posted: 19 Aug 2010 02:16
by JakeBar
Hello everyone, this is my first posting i tried to read everything i can before asking here.

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
Image

and here is a picture how it should look
Image

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}

Re: setting aspect ratio within transcode from default

Posted: 21 Aug 2010 20:17
by JakeBar
an update: it seems that the issue has been fixed in the latest version of VLC 1.1.3

Re: setting aspect ratio within transcode from default

Posted: 01 Sep 2010 11:19
by trok
Hello JakeBar,

Have you the same problem with VLC 1.0.5. I have the same pb with French TNT HD channels. Do you think VLC 1.1.3 can be an issu for me ?

Re: setting aspect ratio within transcode from default

Posted: 01 Sep 2010 15:08
by JakeBar
Hello JakeBar,

Have you the same problem with VLC 1.0.5. I have the same pb with French TNT HD channels. Do you think VLC 1.1.3 can be an issu for me ?
i guess if you have the same issue as i had it should work properly on VLC 1.1.3

Re: setting aspect ratio within transcode from default

Posted: 01 Sep 2010 16:41
by trok
Thanks, I'll try VLC 1.1.3...

Re: setting aspect ratio within transcode from default

Posted: 01 Sep 2010 23:23
by trok
It's ok thanks !

Re: setting aspect ratio within transcode from default

Posted: 04 Sep 2010 16:57
by Jean-Baptiste Kempf
Solved.