webm to mp4 fiel conversation

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

webm to mp4 fiel conversation

metind
Dear all,

How can i convert webm file (contains sound and video items) to mp4 file? Is it possible to mix audio get from alsa and video get from webcam in mp4 file?
Vnd
Reply | Threaded
Open this post in threaded view
|

Re: webm to mp4 fiel conversation

Vnd

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
Reply | Threaded
Open this post in threaded view
|

Re: webm to mp4 fiel conversation

Thiago Santos-2
On 05/27/2014 07:36 AM, Sudhir wrote:
> 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.
You will also need to add queue elements after each output branch of
decodebin, otherwise you will get a deadlock.
If you don't have voaacenc you can use faac.

Regards,

>
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


--
Thiago Sousa Santos
Senior Multimedia Engineer, Open Source Group
Samsung Research America - Silicon Valley

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: webm to mp4 fiel conversation

rhoaeuin
In reply to this post by metind
Here a full guide on how to convert WebM to MP4, WebM to AVI, WMV, FLV, MOV, MKV, etc at: http://www.faasoft.com/articles/webm-converter.html

It also applies to convert MP4 to WebM, AVI to WebM, WMV to WebM, MKV to WebM, FLV to WebM and more.
Reply | Threaded
Open this post in threaded view
|

Re: webm to mp4 fiel conversation

atseaconfused
I use iDealshare VideoGo to convert WebM to MP4.

I like its batch conversion and convert WebM to MP4 or convert MP4 back to WebM.

Here you may free download it at http://www.idealshare.net/video-converter/convert-webm-to-mp4.html

It also can convert between WebM, MP4, AVI, WMV, 3GP, MOV, FLV, SWF, MPG, DV, etc
Reply | Threaded
Open this post in threaded view
|

Re: webm to mp4 fiel conversation

dave clark
In reply to this post by metind
Convert WebM to MP4, AVI, MOV, WMV, MKV, AVCHD, for playing WebM on iPhone,
iPad, iPod, PS4, PS3, Zune, Roku, etc or using WebM for other various
purposes.https://www.avdshare.com/webm-to-flv-converter



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel