<br><br><div><span class="gmail_quote">On 10/4/07, <b class="gmail_sendername">Gonzalo Berdeal</b> <<a href="mailto:gonberdeal@hotmail.com">gonberdeal@hotmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Dear everybody,<br><br>I am trying to store a dvd film into the hard disk (without compression, just the raw data) for being able later to stream it.<br>I want the film to have several audio tracks inside.<br><br>I have found these command lines useful (only for one audio track):
<br>vlc --intf rc dvd:///dev/scd0 --sout "#standard{access=file,mux=ts,dst="file.ts"}"<br>vlc --intf rc dvd:///dev/scd0  :audio-track=0 --sout "#standard{access=file,mux=ts,dst="file.ts"}"
<br><br>But I can not find any option for muxing all the audio tracks into the output .ts file<br>Any idea?<br>Thank you very much.</blockquote><div><br>Looks like you are looking for the --sout-all switch.<br><br>Sigmund
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Gonzalo<br>_________________________________________________________________<br>
Express yourself instantly with MSN Messenger! Download today it's FREE!<br><a href="http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/">http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/</a>
<br>_______________________________________________<br>vlc mailing list<br><a href="mailto:vlc@videolan.org">vlc@videolan.org</a><br><a href="http://mailman.videolan.org/listinfo/vlc">http://mailman.videolan.org/listinfo/vlc
</a><br></blockquote></div><br>