How to split a mkv(AVC+AAC) file to pure video and audio files by using gst-launch?

Rob robert.swain at gmail.com
Fri Nov 25 01:08:13 PST 2011


On 25 November 2011 09:10, Raymond18 <yhung124 at gmail.com> wrote:
> Thanks a lot.
>
> BUT..
> # gst-launch-0.10 filesrc location=/home/test.mkv ! matroskademux !
> h264parse ! matroskamux ! filesink location=from_matro_h264.mkv

Try:

gst-launch-0.10 filesrc location=/home/test.mkv ! matroskademux !
h264parse ! 'video/x-h264,stream-format=avc' ! filesink
location=rawh264.h264

Regards,
Rob


More information about the gstreamer-devel mailing list