Save mms streaming

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
myspacee
New Cone
New Cone
Posts: 2
Joined: 30 Aug 2013 22:04

Save mms streaming

Postby myspacee » 30 Aug 2013 22:16

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.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Save mms streaming

Postby Jean-Baptiste Kempf » 02 Sep 2013 18:24

You need to transcode.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

myspacee
New Cone
New Cone
Posts: 2
Joined: 30 Aug 2013 22:04

Re: Save mms streaming

Postby myspacee » 03 Sep 2013 23:18

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.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Save mms streaming

Postby Jean-Baptiste Kempf » 09 Sep 2013 23:56

Use a higher vb and a better codec, like x264
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 88 guests