Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Video file format
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|File format for storing digital video data}} A '''video file format''' is a type of [[file format]] for storing [[digital video]] data on a [[computer]] system. Video is almost always stored using [[lossy compression]] to reduce the file size. A video file normally consists of a [[Digital container format|container]] (e.g. in the [[Matroska]] format) containing visual (video without audio) data in a [[video coding format]] (e.g. [[VP9]]) alongside audio data in an [[audio coding format]] (e.g. [[Opus (audio format)|Opus]]). The container can also contain synchronization information, subtitles, and [[metadata]] such as title. A standardized (or in some cases [[de facto standard]]) video file type such as [[WebM|.webm]] is a [[profile (engineering)|profile]] specified by a restriction on which container format and which video and audio compression formats are allowed. The coded video and audio inside a video file container (i.e. not headers, footers, and metadata) is called the [[essence (media)|essence]]. A program (or hardware) which can decode compressed video or audio is called a [[codec]]; playing or encoding a video file will sometimes require the user to install a codec library corresponding to the type of video and audio coding used in the file. Good design normally dictates that a [[file extension]] enables the user to derive which program will open the file. That is the case with some video file formats, such as WebM (.webm), Windows Media Video (.wmv), Flash Video (.flv), and Ogg Video (.ogv), each of which can only contain a few well-defined subtypes of video and audio coding formats, making it relatively easy to know which codec will play the file. In contrast to that, some very general-purpose container types like AVI (.avi) and QuickTime (.mov) can contain video and audio in almost any format, and have file extensions named after the container type, making it very hard for the end user to use the file extension to derive which codec or program to use to play the files. The [[free software]] [[FFmpeg]] project's libraries have very wide support for encoding and decoding video file formats. For example, Google uses ffmpeg to support a wide range of upload video formats for YouTube.<ref>{{Cite web|url=http://multimedia.cx/eggs/googles-youtube-uses-ffmpeg/|title=Google's YouTube Uses FFmpeg {{!}} Breaking Eggs And Making Omelettes|website=multimedia.cx|date=9 February 2011}}</ref> One widely used media player using the ffmpeg libraries is the free software [[VLC media player]], which can play most video files that end users will encounter.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)