Video Converter

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Video Converter

Pedro.henrique
Someone can help me, what can i do to convert a MJPEG video camera images for other format ?

Thanks

. . . jpegdec ! x264enc ! filesink location= . . .  .mp4
Reply | Threaded
Open this post in threaded view
|

Re: Video Converter

cristian
You can use @SUPER :
http://www.erightsoft.com/SUPER.html
It's a very cool audio-video converter and has a lot of codecs.
Reply | Threaded
Open this post in threaded view
|

Re: Video Converter

Stefan Sauer
In reply to this post by Pedro.henrique
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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel