[gst-devel] 4 Channel Audio from raw DV
Stefan Kost
ensonic at hora-obscura.de
Sun Apr 13 17:42:49 CEST 2008
Hi,
Georg von Kreisler schrieb:
> Hi my name is George ,
>
>
>
> I am looking for a solution to extract 4 channel Audio from a rawdv File
> captured with dvgrab (32000 khz 16 bit)
>
>
>
> gst-launch filesrc location=test.dv ! dvdemux name=demux ! queue !
> audioconvert ! audio/x-raw-int, depth=16, width=16, signed=true,
> channels=4, endianness=1, rate=32000
> ! filesink location=test.wav
You've forgot wavenc. Can you try without conversion:
gst-launch filesrc location=test.dv ! dvdemux .audio ! wavenc ! filesink
location=test.wav
Also tell us what happened and if possible put the file online somewhere.
Stefan
>
>
>
> My first test didn´t work is there any one how now to handle it.
>
>
>
> Thank you
>
> george
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list