Multimedia tags (video, audio)

8. Summary and References


Summary

  • After you get ready sound or video substance for web conveyance, there are two organize choices to create.
  • The first is how the media is encoded. The strategy utilized for encoding is called the coded which is short for “code/decode” or “compress/decompress.” Second, you need to select the holder arrange for the media…you can think of it as a ZIP record that holds the compressed media and its metadata together in a package.
  • HTML5 <video>element provides a standard way to embed video in web pages.
  • For video, the most frequently used formats are:
    • Ogg container + Theora video codec + Vorbis audio codec.
    • MPEG-4 container + H.264 video codec + AAC audio codec.
    • WebM container + VP8 video codec + Vorbis audio codec.
  • The HTML5 <audio> element is used to embed sound content in documents.
  • HTML5 most commonly used audio formats are ogg, mp3, and wav.
References

Felke-Morris, T. (2015). Web Multimedia and Interactivity (7th ed., pp. 475-509). Pearson.

HTML5 Audio and Video Tags, TutorialsPoint, HTML5 Audio and Video Tags Tutorial. (n.d.). HTML5 Audio and Video Tags. https://www.freetimelearning.com/html5/html5-audio-video-tags.php

HTML 5 video: How to embed video in your html. (2020). FreeCodeCamp.org. https:// www.freecodecamp.org/news/html5-video/

Robbins, J. (2012). Learning Web Design A Beginner’s Guide to HTML, CSS, JavaScript, and Web Graphics (4th ed., pp. 181-203). O'Reilly Media. Inc.

Video and audio content. (n.d.). MDN Web Docs. https://developer.mozilla.org/en-US/docs/Learn/ HTML/Multimedia_and_embedding/Video_and_audio_content