I think I've understood your original post
you want to save mpg files?
I open mpg files in vlc and changed the default of windows media player by
explorer; tools;folder options;file types;highlight mpg in the list;change;browse to the prog you want to open mpgs with
to save the mpg that I've looked at I presume it is comming to vlc over the web and I use a batch file to put the mpg on my pc
Code: Select all
rem works ok
"c:\PROGRAM FILES\VIDEOLAN\VLC\VLC.EXE" HTTP://Just-do-it.no-ip.org/examples2/streaming/video/eddie_izzard/eddie_abroad.mpg :demux=dump :demuxdump-file="C:\Documents and Settings\renamed_admin\My Documents\My Videos\myvid.mpg"
this batch file will pull an mpg from my server and stick it in your 'my videos' folder - I've just tested it!
If none of this helps sorry 'cause I'm learning vlc ...
if you need more post away...
chris