HTML 멀티미디어
웹상의 멀티미디어는 사운드, 음악, 비디오, 영화 및 애니메이션입니다.
멀티미디어란?
멀티미디어는 다양한 형식으로 제공됩니다. 이미지, 음악, 사운드, 비디오, 레코드, 영화, 애니메이션 등과 같이 듣거나 볼 수 있는 거의 모든 것이 될 수 있습니다.
웹 페이지에는 다양한 유형과 형식의 멀티미디어 요소가 포함되어 있는 경우가 많습니다.
브라우저 지원
최초의 웹 브라우저는 텍스트만 지원했으며 단일 색상의 단일 글꼴로 제한되었습니다.
나중에 색상, 글꼴, 이미지 및 멀티미디어를 지원하는 브라우저가 등장했습니다!
멀티미디어 형식
멀티미디어 요소(예: 오디오 또는 비디오)는 미디어 파일에 저장됩니다.
파일 유형을 검색하는 가장 일반적인 방법은 파일 확장자를 확인하는 것입니다.
멀티미디어 파일에는 .wav, .mp3, .mp4, .mpg, .wmv 및 .avi와 같은 형식과 확장자가 있습니다.
일반적인 비디오 형식
많은 비디오 형식이 있습니다. MP4, WebM 및 Ogg 형식은 HTML에서 지원됩니다. YouTube에서는 MP4 형식을 권장합니다. |
Format | File | Description |
---|---|---|
MPEG | .mpg .mpeg |
MPEG. Developed by the Moving Pictures Expert Group. The first popular video format on the web. Not supported anymore in HTML. |
AVI | .avi | AVI (Audio Video Interleave). Developed by Microsoft. Commonly used in video cameras and TV hardware. Plays well on Windows computers, but not in web browsers. |
WMV | .wmv | WMV (Windows Media Video). Developed by Microsoft. Commonly used in video cameras and TV hardware. Plays well on Windows computers, but not in web browsers. |
QuickTime | .mov | QuickTime. Developed by Apple. Commonly used in video cameras and TV hardware. Plays well on Apple computers, but not in web browsers. |
RealVideo | .rm .ram |
RealVideo. Developed by Real Media to allow video streaming with low bandwidths. Does not play in web browsers. |
Flash | .swf .flv |
Flash. Developed by Macromedia. Often requires an extra component (plug-in) to play in web browsers. |
Ogg | .ogg | Theora Ogg. Developed by the Xiph.Org Foundation. Supported by HTML. |
WebM | .webm | WebM. Developed by Mozilla, Opera, Adobe, and Google. Supported by HTML. |
MPEG-4 or MP4 |
.mp4 | MP4. Developed by the Moving Pictures Expert Group. Commonly used in video cameras and TV hardware. Supported by all browsers and recommended by YouTube. |
참고: MP4, WebM 및 Ogg 비디오만 HTML 표준에서 지원됩니다.
일반적인 오디오 형식
MP3는 압축된 녹음 음악에 가장 적합한 형식입니다. MP3라는 용어는 디지털 음악과 동의어가 되었습니다.
웹사이트가 녹음된 음악에 관한 것이라면 MP3가 선택입니다.
Format | File | Description |
---|---|---|
MIDI | .mid .midi |
MIDI (Musical Instrument Digital Interface). Main format for all electronic music devices like synthesizers and PC sound cards. MIDI files do not contain sound, but digital notes that can be played by electronics. Plays well on all computers and music hardware, but not in web browsers. |
RealAudio | .rm .ram |
RealAudio. Developed by Real Media to allow streaming of audio with low bandwidths. Does not play in web browsers. |
WMA | .wma | WMA (Windows Media Audio). Developed by Microsoft. Plays well on Windows computers, but not in web browsers. |
AAC | .aac | AAC (Advanced Audio Coding). Developed by Apple as the default format for iTunes. Plays well on Apple computers, but not in web browsers. |
WAV | .wav | WAV. Developed by IBM and Microsoft. Plays well on Windows, Macintosh, and Linux operating systems. Supported by HTML. |
Ogg | .ogg | Ogg. Developed by the Xiph.Org Foundation. Supported by HTML. |
MP3 | .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. |
MP4 | .mp4 | MP4 is a video format, but can also be used for audio. Supported by all browsers. |
참고: MP3, WAV 및 Ogg 오디오만 HTML 표준에서 지원됩니다.