webm to mp4 fiel conversation

Sudhir vndkst at yahoo.com
Tue May 27 03:36:23 PDT 2014


Hello metind,

gst-launch filesrc location=<webm_file> ! decodebin name=src! videoconvert !
deinterlace  ! videoscale ! x264enc   ! h264parse ! mp4mux name=mux !
filesink location=test.mp4  \
src.! audioresample ! audioconvert ! voaacenc ! mux.

Use this pipeline for wenm to mp4 conversion. Provided you have x264 and
voaacenc installed.

gst-launch <camera_src> ! videoconvert ! deinterlace ! queue leaky=1 !
videoscale ! x264enc   ! h264parse ! mp4mux name=mux ! filesink
location=test.mp4  \
<alsa_src>! queue leaky=1 ! audioresample ! audioconvert ! voaacenc ! mux.

Above pipeline for videocam and alsa audio mixing.

~sudhir



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/webm-to-mp4-fiel-conversation-tp4667181p4667190.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list