hello everybody,
currently we are using this command to transcode audio to output stream (video comes as it is)
vlc -vvv udp://@172.27.27.167:1234 --sout #transcode{acodec=mp4a,ab=96,channels=2,samplerate=48000}:rtp{dst=172.27.27.61,port=3001,mux=ts}
the source is AV video of h.264 4x3 format and mpeg2 audio, we are using above command so that output only transcodes audio to AAC and leaves video unchanged and output as it is,
now how can be change the output stream where video now has 16x9 format than it's original 4:3 , something as simple as changing aspect ratio on GUI where it stretches to full screen without cropping or adding spaces. just stretches. is there a way to specify in input side or output side, please let me know, eitherway the process should not go through transcoding video phase.
thank you