Video
From Just Solve the File Format Problem
(Difference between revisions)
(+fli/flc) |
(cleanup and add some more formats) |
||
Line 7: | Line 7: | ||
|} | |} | ||
− | + | ==Pure video formats== | |
− | + | These formats are "monolithic" video formats, meaning that the file format and the encoding of the video data are tied to each other. | |
− | + | ||
− | + | ||
* [[Bink Video]] (BIK) | * [[Bink Video]] (BIK) | ||
− | * [[ | + | * [[FLI]] and FLC (animation format used by older Autodesk products) |
− | * [[ | + | * [[Enhanced VOB]] |
− | * [[ | + | * [[RealVideo]] |
+ | * [[Smacker]]/SMK (created by RadGameTools; mostly used in games) | ||
+ | * [[WMV]] | ||
+ | |||
+ | ==Video container formats== | ||
+ | These formats are only containers for video, which can contain videos in many different encodings (or even other data like audio) | ||
+ | |||
+ | * [[ASF]] | ||
+ | * [[AVI]] | ||
+ | * [[FLV]] | ||
+ | * [[MOV]] | ||
+ | * [[MKV]] | ||
+ | * [[Quicktime]] | ||
+ | * [[VOB]] | ||
+ | * [[VP8]] | ||
+ | * [[WebM]] | ||
+ | * [[OGG]] containers (with their variants OGM, OGV, etc.) | ||
+ | |||
+ | ==Video stream formats== | ||
+ | These formats are raw bitstream formats commonly contained in one of the above containers (but not necessarily) | ||
+ | |||
* [[Cinepak]] | * [[Cinepak]] | ||
− | |||
* [[Dirac]] | * [[Dirac]] | ||
− | |||
− | |||
− | |||
− | |||
* [[H264]] | * [[H264]] | ||
* [[HuffyYUV]] | * [[HuffyYUV]] | ||
* [[Indeo]] | * [[Indeo]] | ||
+ | * [[MPEG]] and all of its variants (MPEG2, MPEG4, etc.) | ||
+ | ** [[3ivx]] (this is just another fourcc for an MPEG4 variant) | ||
+ | ** [[DivX]] (this is essentially MPEG4 with some quirks) | ||
+ | ** [[XviD]] (another MPEG4 variant) | ||
+ | * [[Sorenson]] Video Codec | ||
+ | * [[VC-1]] | ||
+ | * [[VC-3]] | ||
+ | |||
+ | |||
+ | ==Unknown== | ||
+ | These formats still need to be sorted into the above categories | ||
+ | * [[Apple Intermediate Codec]] | ||
+ | * [[AVS]] | ||
+ | * [[Canopus ProCoder]] | ||
+ | * [[Cineform]] | ||
+ | * [[Cinema Craft Encoder]] | ||
+ | * [[Elecard]] | ||
* [[InterVideo]] | * [[InterVideo]] | ||
* [[JPEG2000]] | * [[JPEG2000]] | ||
* [[MainConcept]] | * [[MainConcept]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* [[MSU Lossless Video Codec]] | * [[MSU Lossless Video Codec]] | ||
* [[MXF]] | * [[MXF]] | ||
* [[Nero Digital]] | * [[Nero Digital]] | ||
− | |||
− | |||
− | |||
* [[SheerVideo]] | * [[SheerVideo]] | ||
* [[TechSmith Screen Capture Codec]] | * [[TechSmith Screen Capture Codec]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 00:48, 4 November 2012
File Formats | > | Electronic File Formats | > | Video |
Contents |
Pure video formats
These formats are "monolithic" video formats, meaning that the file format and the encoding of the video data are tied to each other.
- Bink Video (BIK)
- FLI and FLC (animation format used by older Autodesk products)
- Enhanced VOB
- RealVideo
- Smacker/SMK (created by RadGameTools; mostly used in games)
- WMV
Video container formats
These formats are only containers for video, which can contain videos in many different encodings (or even other data like audio)
Video stream formats
These formats are raw bitstream formats commonly contained in one of the above containers (but not necessarily)
- Cinepak
- Dirac
- H264
- HuffyYUV
- Indeo
- MPEG and all of its variants (MPEG2, MPEG4, etc.)
- Sorenson Video Codec
- VC-1
- VC-3
Unknown
These formats still need to be sorted into the above categories