[gst-devel] muxing streams

Felipe Contreras felipe.contreras at gmail.com
Mon Oct 6 18:40:14 CEST 2008


On Mon, Sep 29, 2008 at 1:19 AM, Henrique Ferreiro García
<henrique.ferreiro at gmail.com> wrote:
> Hi all!
>
> I have extracted the video and audio streams from a matroska file
> getting:
>
> mkv.0: JVT NAL sequence, H.264 video @ L 31
> mkv.1: ATSC A/52 aka AC-3 aka Dolby Digital stream, 48 kHz,, complete
> main (CM) 3 front/2 rear, LFE on,, 448 kbit/s reserved Dolby Surround
> mode
>
> Afterwards, I have run the following:
>
> gst-launch-0.10 filesrc location=mkv.0 ! queue ! mux.video_0 avimux
> name=mux ! queue ! filesink location=house.avi filesrc location=mkv.1 !
> queue ! mux.audio_0

You already asked this question didn't you? There's no way the muxer
can know what is the input coming from filesrc.

It seems mkv.0 and .1 came from a clip, why not write the whole
pipeline for gst-launch?

-- 
Felipe Contreras


More information about the gstreamer-devel mailing list