Can some give some command line examples for the windows version of VLC? Let’s say I have a sample.avi Xvid video file with a subs.srt subtitle file and I want to start playback on full screen with subs on.
Thank you.
vlc dshow:// :dshow-vdev="Osprey-210 Video Device 1" :dshow-adev="none" :no-dshow-config :dshow-size="640x480" :sout=#transcode{vcodec=DIV3,vb=128,scale=1,sfilter=marq:logo:time}:duplicate{dst=std{access=mmsh,mux=ASFH,url=:1234}} --time-y=458 --marq-x=0 --marq-y=0 --marq-marquee="Markfm Stream Test" --marq-timeout=0 --rc-extend --logo-file=vlc32x32.png --logo-x=600 --freetype-font=c:\cygwin\home\arkfonts\AerialMono.ttf --extraintf="rc" --rc-host="192.168.2.50:23" --rc-quiet --freetype-fontsize=22 --sout-transcode-fps=5.0 --logo-transparency=40
Run VLC
Use my Osprey framegrabber as the video source
Use no audio input
Run the framegrabber at 640x480 resolution
Set up a transcoding, DIV3 video CODEC at a nominal bitrate of 128K
Add a couple of video filters -- a text banner (marquee), graphic overlay (logo), formatted time string
time-x, marq-x,... relate to positioning the overlays on the main video
--extraintf = start up the rc (remote control) interface
--rc-host = make it available over a raw socket connection, TCP port 23
--rc-extend is just to print out a bit of extra help (the marq commands can be controlled over rc)
--rc-quiet is to not try to open a DOS rc window (since I'm using a socket interface)
--freetype sets the particular font I want for time, marquee,..., and the size of the font
--sout-transcode-fps sets the outgoing (streamed) frame rate
:duplicate says I want this to be available as an mmsh stream, in an asf container, for people connecting to my IP address, port 1234
Return to “General VLC media player Troubleshooting”
Users browsing this forum: No registered users and 26 guests