How to split a mkv(AVC+AAC) file to pure video and audio files by using gst-launch?
Raymond18
yhung124 at gmail.com
Fri Nov 25 01:48:46 PST 2011
No matter I try
# gst-launch-0.10 filesrc location=/home/test.mkv ! matroskademux !
h264parse ! 'video/x-h264,stream-format=avc' ! filesink
location=rawh264.h264
or
# gst-launch-0.10 filesrc location=/home/test.mkv ! matroskademux name=d
d.video_00 !
'video/x-h264,stream-format=avc' ! filesink location=rawh264.h264
It still doesn't work,
---------------------------------------
$ mediainfo rawh264.h264
General
Complete name : rawh264.h264
File size : 402 MiB
$
---------------------------------------
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-split-a-mkv-AVC-AAC-file-to-pure-video-and-audio-files-by-using-gst-launch-tp4103663p4106842.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list