Page 1 of 1

Accept Audio and Video Inputs from separate sources

Posted: 24 Oct 2006 14:39
by vlasky
Hi,

Can we please add the ability to source audio and video from separate input streams and then combine them together?

I am streaming video from several cameras, but want all of them to use the same audio track from a USB microphone.

What I would like to do, is to create a channel dedicated to streaming the audio as mp3 using the asf mux over http, then feed this as an input into the other channels which will combine it with each video input from the v4l or dc1394 module.

I can also think of other creative uses for this feature, e.g. to have two edited input files, one with audio and another with video and combine them together.

Thanks.

Audio and Video Inputs from separate sources

Posted: 27 Oct 2006 15:57
by aramberg10
I second that thought!!!

I have some files in my playlist that don't have audio and it would be very nice to select my soundcards input for those items.

Posted: 27 Oct 2006 22:26
by Jean-Baptiste Kempf
You can add extra audio and then select those audio...

Audio and Video Inputs from separate sources

Posted: 28 Oct 2006 02:17
by vlasky
I don't understand. Please give an example.

Posted: 05 Nov 2006 20:40
by dionoea

Code: Select all

vlc <maininput> --input-slave <slaveinput>
This is known not to always work.

If it doesn't work for you, just ask and i'll give you another solution.

Post subject: Audio and Video Inputs from separate sources

Posted: 06 Nov 2006 00:17
by vlasky
Can this option be used in VLM mode? What is the correct syntax?

In what circumstances won't the input-slave option work?

Posted: 06 Nov 2006 20:20
by dionoea
This should be the same:

Code: Select all

setup thing input <input> setup thing option input-slave=<other input>
The only way to know when it won't work is to try.