[gst-devel] Video Converter

Stefan Kost ensonic at hora-obscura.de
Fri Oct 8 17:11:55 CEST 2010


On 01.10.2010 19:03, Pedro.henrique wrote:
> Someone can help me, what can i do to convert a MJPEG video camera images for
> other format ?
>
> Thanks 
>
> . . . jpegdec ! x264enc ! filesink location= . . .  .mp4
>   
mjpeg is motion jpeg and usually found in avi or mov. You can use
something like:

gst-launch filesrc location=<input-file> ! decodebin2 ! x264enc ! mp4mux
! filesink location=<output-file>

Stefan




More information about the gstreamer-devel mailing list