Ffmpeg.js icon indicating copy to clipboard operation
Ffmpeg.js copied to clipboard

converted mp4 file is not playable on chrome browser

Open dinesh-pathak100 opened this issue 7 years ago • 1 comments

The converted mp4 file is not playable on chrome, it can be download only. How can i play mp4 file on chrome? @muaz-khan please help.

dinesh-pathak100 avatar Oct 23 '17 07:10 dinesh-pathak100

I've faced the same issue and the reason seems to be that the created mp4 file is using an h263 encoder, which is not supported by most of the browsers. Browsers require for example an h264 / AV1 codec.

Complete name                            : C:\Play mp4 in VLC Player.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom (isom/iso2/mp41)
File size                                : 2.14 MiB
Duration                                 : 6 s 200 ms
Overall bit rate mode                    : Variable
Overall bit rate                         : 2 899 kb/s
Writing application                      : Lavf55.21.100

Video
ID                                       : 1
Format                                   : MPEG-4 Visual
Format profile                           : Simple@L1
Format settings, BVOP                    : No
Format settings, QPel                    : No
Format settings, GMC                     : No warppoints
Format settings, Matrix                  : Default (H.263)
Codec ID                                 : mp4v-20
Duration                                 : 6 s 200 ms
Bit rate mode                            : Variable
Bit rate                                 : 2 897 kb/s
Maximum bit rate                         : 6 400 kb/s
Width                                    : 640 pixels
Height                                   : 480 pixels
Display aspect ratio                     : 4:3
Frame rate mode                          : Constant
Frame rate                               : 30.000 FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.314
Stream size                              : 2.14 MiB (100%)
Writing library                          : Lavc55.41.100
Language                                 : English

paq85 avatar Jul 26 '21 09:07 paq85