Conversion to MP4 from AVI
Sebastian Dröge
sebastian at centricular.com
Tue Jan 26 00:50:44 PST 2016
On Mo, 2016-01-25 at 21:38 +0000, Raushan Kumar Choudhary wrote:
> i am using below pipeline to convert mp4 from avi file but it is
> getting stuck somewhere and not completing .
> Can anyone please help ...
>
> sudo ./gst-launch-1.0 filesrc location=test.avi ! decodebin name=dbin
> dbin. ! queue ! x264enc ! mux. dbin. ! queue max-size-time=4000000000
> ! audioconvert ! mux. qtmux name=mux ! filesink location=result.mp4
Where/how does it get stuck? And do you really want to put raw audio
into the container?
Note that for generating MP4 you have to use mp4mux, which also does
not support raw audio. qtmux is creating a MOV container.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160126/6f80f2d6/attachment-0001.sig>
More information about the gstreamer-devel
mailing list