I finally got this script to work:
Code: Select all
vlc -vvv D:\temp\test.mkv --sub-track=0 --sout="#transcode{soverlay,vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:1337/}"
Is there any way to specify --sub-track=0 through the gui? I don't care if I have to manually type it in somewhere, I would just prefer to be able to specify it SOMEWHERE in the gui. Thanks again.
Edit: Also, is there any way to control the subtitle formatting so that I can get it to match the original? They resulting stream has massive subtitles that take up to four lines (nearly half the screen) in some cases where the original only takes up 2.