Just installed VLC on my SuSE 10.0 machine and got some questions.
1. I have configured start parameter on my Windows machine, and got this (using interface):
Code: Select all
:sout=#transcode{vcodec=DIV3,vb=768,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=mmsh,mux=ts,dst=:4444}}
Code: Select all
vlc -vvv :sout=#transcode{vcodec=DIV3,vb=768,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=mmsh,mux=ts,dst=:4444}}
Code: Select all
vlc --sout '#transcode{vcodec=DIV3,vb=768,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=mmsh,mux=ts,dst=:4444}}'
3. After i run VLC, how to play file which is in the same Directory as I'm now without adding it to queue?
4. Which codecs should i use on standart Linux SuSE 10.0 ?
Thanx you all for you answers!