Hi,
I try to transcode a video/audio signal from a streaming server signal with multiple streams / tracks
Like this:
"C:\Program Files\VideoLAN\VLC\vlc" -v -I rc rtsp://server/stream --sout "#transcode{venc=x264{keyint=25},vcodec=x264,vb=650,scale=1,acodec=mp4a,ab=96,channels=2,samplerate=44100}:rtp{dst=127.0.0.1,sdp=file://C:\temp\temp.sdp}"
The input contains three video streams and three audio streams.
How can I choose which streams to transcode and output??
I have read about the . ,select="program=0" switch but it doesn't seem to work!?
Any help will appreciated
Thnx