Multimedia Formats
The Wolfram Language can export videos and other dynamic visualizations to common video and animation formats, as well as being able to import data stored in such formats.
Import — import a video file as well as metadata
Export — export video and audio data to video files
Video Formats
"MP4" — MPEG-4 Part 14 video format (.mp4)
"AVI" — Microsoft AVI format (.avi)
"QuickTime" — Apple QuickTime multimedia container (.mov)
"Matroska" — Matroska multimedia container format (.mkv)
"Ogg" — Ogg multimedia container format (.ogg)
"VideoFormat" — a generic registered format to cover all other video containers
"FLV" — Adobe Flash video files (.flv)
"VideoFrames" — sequence of raster images
Animated Image Formats
"GIF" — GIF and animated GIF (.gif)
"PNG" — PNG and animated PNG (.png)
"HEIF" — High Efficiency Image Format (.heic, .heif)
"WebP" — WebP format (.webp)
"OpenEXR" — theatrical film raster image format (.exr)
Common Elements
"Video" — video content as a video object
"Audio" — audio content as an audio object
"Duration" — duration of the whole file
"ImageList" — list of frames as images
"Rules" — rules for all elements
"Elements" — all available elements