Log in

View Full Version : VLC syntax to stream DivX 720p to a LAN IP?


Cr4z33
27th March 2007, 19:01
I need to create a BAT file to run remotely from my Xbox v1 so that I can stream 720p DivX files from my computer.
My Xbox has IP 192.168.1.4 and VLC is located into "C:\Programmi\VideoLAN\VLC".
I have seen a similar batch file made for HD wmv files:
"C:\Programmi\VideoLAN\VLC\vlc" -vvv %1 --sout-ffmpeg-qscale 1 :sout=#transcode{vcodec=WMV2,scale=1,acodec=wma,ab=96,channels=2}:duplicate{dst=std{access=file,mux=asf,dst=%1-hq.wmv}}

:script:

Cr4z33
28th March 2007, 15:14
Anybody that can help me? :confused: