0
3.3kviews
List and explain the audio and video file formats used in RWD.

Subject: Advanced Internet Technology

Topic: Responsive web design with HTML5 and CSS3

Difficulty: Medium

1 Answer
2
4views

HTML Audio - Media Types for RWD

  1. MP3

MP3 files are actually the sound part of MPEG files. MP3 is the most popular format for music players. Combines good compression (small files) with high quality. Supported by all browsers.

  1. WAV

WAV. Developed by IBM and Microsoft. Plays well on Windows, Macintosh, and Linux operating systems. Supported by HTML5.

  1. Ogg

Ogg. Developed by the Xiph.Org Foundation.

HTML Video - Media Types for RWD

  1. MP4

MP4. Developed by the Moving Pictures Expert Group. Based on QuickTime. Commonly used in newer video cameras and TV hardware. Supported by all HTML5 browsers. Recommended by YouTube.

  1. WebM

WebM. Developed by the web giants, Mozilla, Opera, Adobe, and Google. Supported by HTML5.

  1. ogg

Theora Ogg. Developed by the Xiph.Org Foundation.

Please log in to add an answer.