Is any way to convert webm video file into 3gp using any Ubuntu package. My file size is above 55 mb so not supported by online conversion?
Is any way to convert webm video file into 3gp using any Ubuntu package. My file size is above 55 mb so not supported by online conversion?
This can be done with ffmpeg
good to know:
The 3GP file format stores video streams as H.263 or H.264 codecs and various audio streams format are allowed.
Important limitation of this format is the resolution of the H.263 video stream. As 3GP format was developed to work on 3G mobile phones, it can work only with sizes of 128x96, 176x144, 352x288, 704x576 or 1408x1152 pixels.
Native valid 3GP format
Complicated?
Yes, it is... With luck, 3GP has been extended to support H264 : no more image size limitation and a bunch of audio codecs supported.
Using H.264 video codec and AAC audio codec