<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AImages%2C_Audio%2C_and_Video_Formats</id>
	<title>English:Images, Audio, and Video Formats - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AImages%2C_Audio%2C_and_Video_Formats"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Images,_Audio,_and_Video_Formats&amp;action=history"/>
	<updated>2026-08-13T05:16:15Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Images,_Audio,_and_Video_Formats&amp;diff=43735&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Images,_Audio,_and_Video_Formats&amp;diff=43735&amp;oldid=prev"/>
		<updated>2026-08-11T21:33:32Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Images, Audio, and Video Formats]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Every photo, song, voice recording, animation, and movie on a digital device is stored as &amp;#039;&amp;#039;&amp;#039;data&amp;#039;&amp;#039;&amp;#039;. A [[English:File format|file format]] is a set of rules that tells software how that data is organized. The letters after the final dot in a filename, such as &amp;#039;&amp;#039;.jpg&amp;#039;&amp;#039;, &amp;#039;&amp;#039;.png&amp;#039;&amp;#039;, &amp;#039;&amp;#039;.mp3&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;.mp4&amp;#039;&amp;#039;, are called the [[English:Filename extension|filename extension]]. The extension gives you a clue about the file format.&lt;br /&gt;
&lt;br /&gt;
In this aiMOOC, you will learn how common &amp;#039;&amp;#039;&amp;#039;image, audio, and video formats&amp;#039;&amp;#039;&amp;#039; work, why the same media can be saved in different ways, and how to choose a useful format for a school project. You do not need to memorize every format. Your main goal is to understand the choices: image or sound or video, pixel or vector, larger or smaller file, lossless or lossy compression, and simple file or container.&lt;br /&gt;
&lt;br /&gt;
[[File:Graphics file formats (EN version).svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A good file format depends on what you want to do. A class photo, a transparent logo, a voice recording, and a short movie have different needs. Choosing a format is a little like choosing the right school bag: the best choice depends on what you need to carry.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Learning Goals ==&lt;br /&gt;
&lt;br /&gt;
By the end of this course, you should be able to explain what a file format and filename extension are, compare common image formats, compare common audio formats, identify common video containers, explain compression in simple words, and choose a suitable format for a real task. You will also practice checking compatibility, quality, file size, and safe sharing.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Files, Formats, and Extensions =&lt;br /&gt;
&lt;br /&gt;
A computer stores information as bits. Software follows agreed rules so it can turn those bits back into a picture, sound, or video. Those rules make up a &amp;#039;&amp;#039;&amp;#039;file format&amp;#039;&amp;#039;&amp;#039;. A [[English:Filename extension|filename extension]] is usually the short ending after a dot.&lt;br /&gt;
&lt;br /&gt;
Examples include:&lt;br /&gt;
&lt;br /&gt;
# [[English:JPEG|JPEG]]: A photo might be named &amp;#039;&amp;#039;school_trip.jpg&amp;#039;&amp;#039;.&lt;br /&gt;
# [[English:Portable Network Graphics|PNG]]: A transparent badge might be named &amp;#039;&amp;#039;club_badge.png&amp;#039;&amp;#039;.&lt;br /&gt;
# [[English:MP3|MP3]]: A short interview might be named &amp;#039;&amp;#039;interview.mp3&amp;#039;&amp;#039;.&lt;br /&gt;
# [[English:MPEG-4 Part 14|MP4]]: A class movie might be named &amp;#039;&amp;#039;science_demo.mp4&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The extension is useful, but it is not magic. Changing &amp;#039;&amp;#039;photo.jpg&amp;#039;&amp;#039; to &amp;#039;&amp;#039;photo.png&amp;#039;&amp;#039; by renaming the letters does not truly convert the file. Conversion requires software to read the old data and save it again using the rules of the new format.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=USCBCmwMCDA|500|center}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;File size&amp;#039;&amp;#039;&amp;#039; tells you how much storage space a file uses. Large files can contain lots of detail, but they may take longer to upload, download, send, or open. [[English:Data compression|Data compression]] reduces the amount of data needed.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Lossless and Lossy Compression ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Lossless compression&amp;#039;&amp;#039;&amp;#039; makes a file smaller without throwing away the original information needed to rebuild it exactly. PNG and FLAC are common examples of formats that use lossless compression.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Lossy compression&amp;#039;&amp;#039;&amp;#039; makes a file smaller by removing some information. It tries to remove details that people are less likely to notice. JPEG photos and MP3 audio commonly use lossy compression. Strong lossy compression can make a file much smaller, but too much can reduce quality.&lt;br /&gt;
&lt;br /&gt;
[[File:JPEG compression Example.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
In the image above, strong JPEG compression makes some details look blocky or smeared. This visible damage is called a &amp;#039;&amp;#039;&amp;#039;compression artifact&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Compression.artifacts.jpg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Image Formats =&lt;br /&gt;
&lt;br /&gt;
Digital images can be stored mainly as &amp;#039;&amp;#039;&amp;#039;raster&amp;#039;&amp;#039;&amp;#039; images or &amp;#039;&amp;#039;&amp;#039;vector&amp;#039;&amp;#039;&amp;#039; images.&lt;br /&gt;
&lt;br /&gt;
A [[English:Raster graphics|raster image]] is made from a grid of tiny colored squares called [[English:Pixel|pixels]]. Photographs are usually raster images. When you enlarge a small raster image a lot, the pixels can become visible.&lt;br /&gt;
&lt;br /&gt;
A [[English:Vector graphics|vector image]] stores instructions for shapes, lines, curves, and colors. A vector drawing can usually be made much larger without becoming blocky. This makes vector formats useful for logos, icons, maps, and diagrams.&lt;br /&gt;
&lt;br /&gt;
[[File:Pixels and Vectors.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=15aqFQQVBWU|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== JPEG and JPG ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;JPEG&amp;#039;&amp;#039;&amp;#039; usually uses lossy compression. The filename extension is often &amp;#039;&amp;#039;.jpg&amp;#039;&amp;#039; or &amp;#039;&amp;#039;.jpeg&amp;#039;&amp;#039;. JPEG is a strong choice for photographs with many colors and gradual changes in brightness. It can make photo files much smaller.&lt;br /&gt;
&lt;br /&gt;
JPEG is usually not the best choice for a simple logo, diagram, or screenshot with very sharp text because compression artifacts may become visible around hard edges.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; a photo from a school trip that needs to be uploaded with a smaller file size.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== PNG ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;PNG&amp;#039;&amp;#039;&amp;#039; stands for Portable Network Graphics. PNG uses lossless compression and can support transparent areas. It is useful for screenshots, diagrams, graphics with sharp edges, and images that need transparency.&lt;br /&gt;
&lt;br /&gt;
[[File:PNG transparency demonstration 1.png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
In the image above, the transparent parts can let a background show through. This is useful when a logo or object should appear without a solid rectangular background.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; a transparent school-club badge or a screenshot with readable text.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== GIF ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;GIF&amp;#039;&amp;#039;&amp;#039; can store simple raster graphics and can contain a sequence of frames to make a short animation. Traditional GIF images use a limited color palette, so GIF is not usually the best choice for a detailed photograph. GIF animations normally do not contain sound.&lt;br /&gt;
&lt;br /&gt;
[[File:Animated-gif.gif|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; a short, simple looping animation that does not need audio.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== SVG ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;SVG&amp;#039;&amp;#039;&amp;#039; stands for Scalable Vector Graphics. It describes vector shapes using text-based instructions. SVG is excellent for diagrams, icons, symbols, and logos that may need to appear at many sizes.&lt;br /&gt;
&lt;br /&gt;
[[File:Bitmap VS SVG.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; a school logo that needs to look sharp on both a small phone screen and a large poster.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Choosing an Image Format ==&lt;br /&gt;
&lt;br /&gt;
Ask what the image contains and what you need to do with it. For a photo, JPEG is often practical. For transparency or a screenshot, PNG is often useful. For a simple animation, GIF can work. For a scalable diagram or logo, SVG can be a strong choice.&lt;br /&gt;
&lt;br /&gt;
The choice is not only about quality. You should also consider whether the website or app accepts the format and how large the file is.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Audio Formats =&lt;br /&gt;
&lt;br /&gt;
Digital sound is created by measuring a sound signal many times each second and storing those measurements as data. A visual drawing of changing sound pressure is called a &amp;#039;&amp;#039;&amp;#039;waveform&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Waveforms.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
[[File:Audio file.svg|300px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
Audio quality and file size depend on several choices, including the way the sound is sampled, encoded, and compressed. For Grades 5–6, the most useful idea is simple: some formats keep more information and make larger files, while other formats use compression to save space.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== WAV ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;WAV&amp;#039;&amp;#039;&amp;#039; is a container format often used to store uncompressed PCM audio. Files can be large, but this makes WAV useful when recording or editing sound before creating a smaller final version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; keeping a high-quality original recording for an audio project.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== MP3 ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MP3&amp;#039;&amp;#039;&amp;#039; is a common audio format that uses lossy compression. It removes some audio information to reduce file size. This can make MP3 convenient for spoken recordings and music when small size and wide playback support are important.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; sharing a class podcast when a smaller file is helpful.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== FLAC ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;FLAC&amp;#039;&amp;#039;&amp;#039; stands for Free Lossless Audio Codec. It compresses audio without losing the original audio information. FLAC files are often larger than lossy files such as MP3, but they preserve the audio data.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; archiving a recording when keeping the original sound information matters.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== OGG and Open Audio ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ogg&amp;#039;&amp;#039;&amp;#039; is an open multimedia container. It can hold audio encoded with formats such as Vorbis or Opus. You may meet &amp;#039;&amp;#039;.ogg&amp;#039;&amp;#039; or &amp;#039;&amp;#039;.oga&amp;#039;&amp;#039; files in open-source projects, websites, games, and learning platforms.&lt;br /&gt;
&lt;br /&gt;
For everyday schoolwork, you do not need to memorize the technical details. Remember that a filename extension tells you something about how a file is stored, but software compatibility still matters.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=WIIKXOrt3bk|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Video Formats =&lt;br /&gt;
&lt;br /&gt;
A digital video is a rapid sequence of images called &amp;#039;&amp;#039;&amp;#039;frames&amp;#039;&amp;#039;&amp;#039;, usually combined with audio. Videos can become very large, so compression is especially important.&lt;br /&gt;
&lt;br /&gt;
[[File:Film strip.svg|300px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A useful new word is &amp;#039;&amp;#039;&amp;#039;container&amp;#039;&amp;#039;&amp;#039;. A video container is like a digital box. It can hold a video stream, an audio stream, subtitles, and other information. A &amp;#039;&amp;#039;&amp;#039;codec&amp;#039;&amp;#039;&amp;#039; is a method used to encode and decode the picture or sound data inside that box.&lt;br /&gt;
&lt;br /&gt;
This means that &amp;#039;&amp;#039;.mp4&amp;#039;&amp;#039; tells you about the container, but two MP4 files can still use different codecs inside.&lt;br /&gt;
&lt;br /&gt;
[[File:Container Formats Examples.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=hvgxn8v--8Q|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== MP4 ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MP4&amp;#039;&amp;#039;&amp;#039; is a widely used multimedia container. It can hold video, audio, subtitles, and other information. Many phones, tablets, computers, websites, and learning platforms can use MP4 files, although exact codec support can differ.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; exporting a short class video for common devices or a school learning platform.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== WebM ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;WebM&amp;#039;&amp;#039;&amp;#039; is an open multimedia container designed for web media. It is often used for video and audio on websites. Whether it plays on a particular device depends on the browser, app, and codecs used.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Good use:&amp;#039;&amp;#039;&amp;#039; web-based video where an open web-media format is supported.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== MOV ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MOV&amp;#039;&amp;#039;&amp;#039; is a multimedia container associated with Apple QuickTime. It is often used by cameras and editing software. A MOV file may be excellent for editing, but you should check whether the place where you want to submit or share it accepts that format.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== AVI ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;AVI&amp;#039;&amp;#039;&amp;#039; is an older multimedia container introduced by Microsoft. AVI files can contain media encoded in different ways, so compatibility and file size can vary.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Video Compression and Frames ==&lt;br /&gt;
&lt;br /&gt;
Video compression can reduce repeated information between frames. Instead of storing every detail of every frame as if it were a separate full photograph, many video systems store some frames fully and describe changes for other frames.&lt;br /&gt;
&lt;br /&gt;
[[File:I P and B frames.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
You do not need to know the names of all frame types yet. The main idea is that smart compression helps video use less storage and bandwidth.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=QoZ8pccsYo4|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Choosing the Right Format =&lt;br /&gt;
&lt;br /&gt;
Before you save or export a media file, ask these questions:&lt;br /&gt;
&lt;br /&gt;
# [[English:Purpose|Purpose]]: Is the file a photo, transparent graphic, animation, sound recording, or video?&lt;br /&gt;
# [[English:Quality|Quality]]: How much detail must be preserved?&lt;br /&gt;
# [[English:File size|File size]]: Does the file need to upload quickly or fit a size limit?&lt;br /&gt;
# [[English:Compatibility|Compatibility]]: Can the teacher, website, app, or device open this format?&lt;br /&gt;
# [[English:Editing|Editing]]: Do you need a high-quality original for future changes?&lt;br /&gt;
# [[English:Accessibility|Accessibility]]: Does a video need captions, or does an image need useful alternative text when published online?&lt;br /&gt;
# [[English:Privacy|Privacy]]: Does the file contain personal information or metadata that should not be shared?&lt;br /&gt;
&lt;br /&gt;
A sensible workflow is to keep a good-quality original, make edits from that original, and export a copy in the format needed for sharing. Repeatedly saving a lossy file can reduce quality.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Media Safety and Privacy ==&lt;br /&gt;
&lt;br /&gt;
Photos and videos may reveal faces, names, school locations, house numbers, or other private details. Camera files can also contain [[English:Metadata|metadata]], such as the date, device information, and sometimes location data. Before you publish media, follow your school rules, ask permission when needed, and check what information the file may reveal.&lt;br /&gt;
&lt;br /&gt;
Copyright also matters. Use media you created yourself, media you have permission to use, or appropriately licensed resources such as files from [[English:Wikimedia Commons|Wikimedia Commons]]. Give credit when the license requires attribution.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= A Quick Format Guide =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Media&lt;br /&gt;
! Format&lt;br /&gt;
! Main strength&lt;br /&gt;
! Common school use&lt;br /&gt;
|-&lt;br /&gt;
| Image&lt;br /&gt;
| JPEG&lt;br /&gt;
| Small photo files with lossy compression&lt;br /&gt;
| Photos for reports or websites&lt;br /&gt;
|-&lt;br /&gt;
| Image&lt;br /&gt;
| PNG&lt;br /&gt;
| Lossless quality and transparency&lt;br /&gt;
| Screenshots and transparent graphics&lt;br /&gt;
|-&lt;br /&gt;
| Image&lt;br /&gt;
| GIF&lt;br /&gt;
| Simple frame animation&lt;br /&gt;
| Short silent loops&lt;br /&gt;
|-&lt;br /&gt;
| Image&lt;br /&gt;
| SVG&lt;br /&gt;
| Vector graphics that scale cleanly&lt;br /&gt;
| Logos, icons, and diagrams&lt;br /&gt;
|-&lt;br /&gt;
| Audio&lt;br /&gt;
| WAV&lt;br /&gt;
| Often used for high-quality uncompressed audio&lt;br /&gt;
| Recording and editing originals&lt;br /&gt;
|-&lt;br /&gt;
| Audio&lt;br /&gt;
| MP3&lt;br /&gt;
| Smaller files with lossy compression&lt;br /&gt;
| Podcasts and spoken recordings&lt;br /&gt;
|-&lt;br /&gt;
| Audio&lt;br /&gt;
| FLAC&lt;br /&gt;
| Lossless audio compression&lt;br /&gt;
| Archiving high-quality sound&lt;br /&gt;
|-&lt;br /&gt;
| Video&lt;br /&gt;
| MP4&lt;br /&gt;
| Widely used multimedia container&lt;br /&gt;
| Class videos and presentations&lt;br /&gt;
|-&lt;br /&gt;
| Video&lt;br /&gt;
| WebM&lt;br /&gt;
| Open web-media container&lt;br /&gt;
| Video for supported websites&lt;br /&gt;
|-&lt;br /&gt;
| Video&lt;br /&gt;
| MOV&lt;br /&gt;
| Common in recording and editing workflows&lt;br /&gt;
| Camera clips and editing projects&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a filename extension usually tell you?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It gives a clue about the file format)&lt;br /&gt;
(!It tells you who owns the computer)&lt;br /&gt;
(!It shows how old the device is)&lt;br /&gt;
(!It guarantees the file has no virus)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which format is often a practical choice for a photograph that should have a smaller file size?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(JPEG)&lt;br /&gt;
(!SVG)&lt;br /&gt;
(!WAV)&lt;br /&gt;
(!FLAC)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which image format is well known for lossless compression and transparency?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(PNG)&lt;br /&gt;
(!JPEG)&lt;br /&gt;
(!MP3)&lt;br /&gt;
(!AVI)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which format stores vector shapes and can scale without becoming blocky like a small raster image?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(SVG)&lt;br /&gt;
(!GIF)&lt;br /&gt;
(!MP3)&lt;br /&gt;
(!WAV)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which image format is commonly used for short simple animations?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(GIF)&lt;br /&gt;
(!FLAC)&lt;br /&gt;
(!MP4)&lt;br /&gt;
(!WAV)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which audio format commonly uses lossy compression to make files smaller?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(MP3)&lt;br /&gt;
(!FLAC)&lt;br /&gt;
(!SVG)&lt;br /&gt;
(!PNG)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which audio format uses lossless compression?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(FLAC)&lt;br /&gt;
(!MP3)&lt;br /&gt;
(!JPEG)&lt;br /&gt;
(!GIF)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is an MP4 file mainly described as in this course?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A multimedia container)&lt;br /&gt;
(!A vector drawing)&lt;br /&gt;
(!A text document)&lt;br /&gt;
(!A still image only)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the main purpose of data compression?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(To reduce the amount of data needed)&lt;br /&gt;
(!To rename every file)&lt;br /&gt;
(!To add a password automatically)&lt;br /&gt;
(!To turn every image into video)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What should you check before submitting a media file to a school platform?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Whether the platform accepts the format)&lt;br /&gt;
(!Whether the filename is the longest possible)&lt;br /&gt;
(!Whether the file has been renamed many times)&lt;br /&gt;
(!Whether every file uses the same extension)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| JPEG || Photo format that commonly uses lossy compression&lt;br /&gt;
|-&lt;br /&gt;
| PNG || Lossless image format that can support transparency&lt;br /&gt;
|-&lt;br /&gt;
| SVG || Vector format for scalable shapes and diagrams&lt;br /&gt;
|-&lt;br /&gt;
| GIF || Image format often used for simple silent animation&lt;br /&gt;
|-&lt;br /&gt;
| MP3 || Audio format that commonly uses lossy compression&lt;br /&gt;
|-&lt;br /&gt;
| WAV || Container often used for uncompressed PCM sound&lt;br /&gt;
|-&lt;br /&gt;
| FLAC || Audio format that compresses without losing original information&lt;br /&gt;
|-&lt;br /&gt;
| MP4 || Multimedia container that can hold picture and sound streams&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;JPEG&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Photograph that needs a smaller file size&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;PNG&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Screenshot or graphic that needs transparency&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;SVG&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Scalable logo made from shapes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;MP3&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Compressed spoken-word audio&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;MP4&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Container for a class video with sound&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Choose each format by thinking about the kind of media, quality, size, and compatibility.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Pixel || What tiny colored square makes up a raster image?&lt;br /&gt;
|-&lt;br /&gt;
| Raster || What kind of image is built from a grid of pixels?&lt;br /&gt;
|-&lt;br /&gt;
| Vector || What kind of graphic stores shapes and lines instead of a pixel grid?&lt;br /&gt;
|-&lt;br /&gt;
| Codec || What method encodes and decodes media data inside a container?&lt;br /&gt;
|-&lt;br /&gt;
| Lossless || What compression type keeps all information needed to rebuild the original?&lt;br /&gt;
|-&lt;br /&gt;
| Container || What digital box can hold video audio subtitles and other information?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Images,+Audio,+and+Video+Formats &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
The letters after the final dot in a filename are called the { extension }. A raster image is made from tiny squares called { pixels }. A format that stores shapes and lines is called a { vector } format. JPEG usually uses { lossy } compression to make photographs smaller. PNG can preserve image data with { lossless } compression. A simple silent animation can be stored as a { GIF }. MP3 commonly makes audio smaller by using { compression }. FLAC keeps the original audio information and is therefore { lossless }. An MP4 file is a multimedia { container }. Before sharing a file, you should check its quality size privacy and { compatibility }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:File Detective|File Detective]]: Find six media files on a school device or teacher-provided folder. Write each filename extension and classify it as image, audio, or video.&lt;br /&gt;
# [[English:Pixel Zoom|Pixel Zoom]]: Open a raster image and zoom in until you can see pixels. Make a small drawing that shows what you observed and label the pixels.&lt;br /&gt;
# [[English:Format Choice Cards|Format Choice Cards]]: Create four cards for JPEG, PNG, MP3, and MP4. On each card, write one useful school task for that format and one reason for your choice.&lt;br /&gt;
# [[English:Sound and Picture Hunt|Sound and Picture Hunt]]: Take or select one safe photo and record a short sound. Write down the formats used and explain how you discovered them.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Image Export Experiment|Image Export Experiment]]: Create one simple image and export it as JPEG and PNG. Compare sharpness, transparency if available, and file size, then write a short conclusion.&lt;br /&gt;
# [[English:Audio Size Experiment|Audio Size Experiment]]: Record the same short sentence in two audio formats available in your software. Compare file size and listening quality and report what changed.&lt;br /&gt;
# [[English:Animation Story|Animation Story]]: Make a short silent GIF or frame-by-frame animation that teaches one classroom rule. Explain why an animation format fits the task.&lt;br /&gt;
# [[English:Video Storyboard|Video Storyboard]]: Plan a 30-second class video with picture, spoken audio, and captions. Choose an export container accepted by your school system and justify the choice.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Compression Investigation|Compression Investigation]]: Save copies of the same photograph at different JPEG quality settings. Build a table of file sizes and visible artifacts and decide which version gives the best balance for a class website.&lt;br /&gt;
# [[English:Codec and Container Explainer|Codec and Container Explainer]]: Create a one-minute video or illustrated poster that teaches younger learners the difference between a video container and a codec using your own analogy.&lt;br /&gt;
# [[English:Media Creator Interview|Media Creator Interview]]: Interview a teacher, school media specialist, podcaster, photographer, or video creator about how they choose formats. Summarize at least three decisions involving quality, size, editing, or compatibility.&lt;br /&gt;
# [[English:Accessible Media Portfolio|Accessible Media Portfolio]]: Produce a mini portfolio containing an image, an audio clip, and a short video. Add useful alternative text for the image, a transcript for the audio, captions for the video, and a short note explaining each chosen format.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Format Decision Challenge|Format Decision Challenge]]: Given a photograph, transparent logo, podcast, and class video, choose a suitable format for each and justify every choice using purpose, quality, size, and compatibility.&lt;br /&gt;
# [[English:Compression Evidence|Compression Evidence]]: Compare two differently compressed versions of the same media file and explain which differences are visible or audible and why a smaller file may involve a trade-off.&lt;br /&gt;
# [[English:Raster and Vector Transfer|Raster and Vector Transfer]]: Explain why a small raster logo may look blocky on a poster while a suitable vector version can remain sharp, then propose the better format for the poster.&lt;br /&gt;
# [[English:Container Reasoning|Container Reasoning]]: Explain why knowing that a file ends in &amp;#039;&amp;#039;.mp4&amp;#039;&amp;#039; does not tell you every technical detail about the video and identify what else can matter for playback.&lt;br /&gt;
# [[English:Safe Sharing Scenario|Safe Sharing Scenario]]: Review a pretend class photo or video-sharing plan and identify privacy, metadata, permission, copyright, and accessibility checks that should happen before publishing.&lt;br /&gt;
# [[English:Workflow Design|Workflow Design]]: Design a three-step media workflow that keeps a high-quality original, creates an editable version, and exports a sharing copy in a suitable format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
Strong evidence of learning includes accurate use of the words &amp;#039;&amp;#039;&amp;#039;format, extension, pixel, raster, vector, compression, lossy, lossless, container, and codec&amp;#039;&amp;#039;&amp;#039;. You should be able to compare formats instead of only naming them.&lt;br /&gt;
&lt;br /&gt;
Useful skills include inspecting filename extensions, comparing file sizes, noticing image or sound quality changes, exporting media in more than one format, checking platform compatibility, and explaining why one format is more suitable than another for a given task.&lt;br /&gt;
&lt;br /&gt;
Possible products include a format-choice poster, an image comparison, an audio experiment, an animation, a captioned video, a media portfolio, or an interview summary.&lt;br /&gt;
&lt;br /&gt;
Transfer is shown when you can face a new task—such as sharing a transparent logo, recording a podcast, or submitting a class movie—and make a reasoned choice without being told exactly which format to use. Safe and responsible transfer also includes checking privacy, permission, copyright, metadata, and accessibility before publishing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
The following English Wikipedia article gives an overview of file formats and links to more specialized topics:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/File_format &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also explore [[English:Image file format|Image file format]], [[English:Audio file format|Audio file format]], [[English:Video file format|Video file format]], [[English:Data compression|Data compression]], and [[English:Wikimedia Commons|Wikimedia Commons]] for further learning.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Images, Audio, and Video Formats|Images, Audio, and Video Formats]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:File format|File format]]&lt;br /&gt;
# [[English:Filename extension|Filename extension]]&lt;br /&gt;
# [[English:Raster graphics|Raster graphics]]&lt;br /&gt;
# [[English:Vector graphics|Vector graphics]]&lt;br /&gt;
# [[English:Pixel|Pixel]]&lt;br /&gt;
# [[English:JPEG|JPEG]]&lt;br /&gt;
# [[English:Portable Network Graphics|PNG]]&lt;br /&gt;
# [[English:GIF|GIF]]&lt;br /&gt;
# [[English:Scalable Vector Graphics|SVG]]&lt;br /&gt;
# [[English:Audio file format|Audio file format]]&lt;br /&gt;
# [[English:MP3|MP3]]&lt;br /&gt;
# [[English:WAV|WAV]]&lt;br /&gt;
# [[English:FLAC|FLAC]]&lt;br /&gt;
# [[English:Video file format|Video file format]]&lt;br /&gt;
# [[English:MPEG-4 Part 14|MP4]]&lt;br /&gt;
# [[English:WebM|WebM]]&lt;br /&gt;
# [[English:Codec|Codec]]&lt;br /&gt;
# [[English:Data compression|Data compression]]&lt;br /&gt;
# [[English:Digital media|Digital media]]&lt;br /&gt;
# [[English:Media literacy|Media literacy]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Images, Audio, and Video Formats]]&lt;br /&gt;
[[Category:Computer Science]]&lt;br /&gt;
[[Category:Digital Media]]&lt;br /&gt;
[[Category:Media Literacy]]&lt;br /&gt;
[[Category:Grades 5-6]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:AI_MOOC]] [[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>