Skip to content Skip to sidebar Skip to footer

How To Play .mov Files In Video Tag

I am trying to play .mov videos in HTML5 browser. I have tried everything available over the internet e.g. attribute 'controls' using tag using src attribute with

Solution 1:

The Video tag only supports certain filetypes. The .MOV container uses the Quicktime codec which is proprietary Apple software and is not on the list of Media formats supported by the HTML audio and video elements. I'd suggest transcoding the footage to .MP4 and using that instead.


Solution 2:

My suggestion is converting the file to .mp4. There are several softwares you can use to do so. I suggest Handbrake.

https://handbrake.fr/


Post a Comment for "How To Play .mov Files In Video Tag"