Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert isom to mp42

How do I convert a video from ISOM to MP42? Using FFMPEG in particular? There is no such an option to specify that.

General
Complete name                            : C:\wamp\www\tree.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom
File size                                : 763 KiB
Duration                                 : 3s 834ms
Overall bit rate                         : 1 630 Kbps
Writing application                      : Lavf56.30.100
like image 713
Jeffrey.K. Avatar asked Apr 27 '15 12:04

Jeffrey.K.


Video Answer


1 Answers

MP4Box, part of GPAC, can do this as follows:

MP4Box -brand mp42 file.mp4
like image 99
Gyan Avatar answered Sep 21 '22 18:09

Gyan