Page 1 of 1

Save mms streaming

Posted: 30 Aug 2013 22:16
by myspacee
Hello,
after read official doc successful save mms streming TV on my PC :

Code: Select all

vlc.exe yoyo.m3u --sout file/avi:myfile.avi
but obtain video with desynchronized audio. So, on my Windows Xp machine, try to use other muxer with different results:

Code: Select all

vlc.exe yoyo.m3u --sout="#std{access=file,mux=ogg,dst=myfile.ogg}"
Obtain broken ogg file

Code: Select all

vlc.exe yoyo.m3u --sout=file/ps:myfile.mpg
obtain video but no audio

can anyone suggest right syntax for all muxer:

Code: Select all

ogg for OGG format, ps MPEG2-PS format, ts for MPEG2-TS format.
and suggest how fix my synchronization problem ?

thank you for all info,
m.

Re: Save mms streaming

Posted: 02 Sep 2013 18:24
by Jean-Baptiste Kempf
You need to transcode.

Re: Save mms streaming

Posted: 03 Sep 2013 23:18
by myspacee
Thank you for reply,
I reach this goal reading all doc i find i these days:

Code: Select all

vlc.exe yoyo.m3u --sout=#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace,hq}:standard{access=file,mux=ts,dst="local_file.mpg"}
But quality is bad; want to try other muxer but can't understand why some parameters can't effect final result (eg: hq switch can't change quality as described)
Can suggest syntax for other muxer (maybe divx)?

Thank you,
m.

Re: Save mms streaming

Posted: 09 Sep 2013 23:56
by Jean-Baptiste Kempf
Use a higher vb and a better codec, like x264