FLV
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |subcat=Video |extensions={{ext|flv}} |mimetypes={{mimetype|video/x-flv}} |locfdd={{LoCFDD|fdd000131}} |pronom={{PRONOM|x-fmt/382}} }} '''FLV''' is a video contai...") |
(Category:Macromedia) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 7: | Line 7: | ||
}} | }} | ||
'''FLV''' is a video container format associated with Adobe Flash Player and [[SWF]]. It is one of the two formats which together are known as '''Flash Video''', the other being [[F4V]]. | '''FLV''' is a video container format associated with Adobe Flash Player and [[SWF]]. It is one of the two formats which together are known as '''Flash Video''', the other being [[F4V]]. | ||
+ | |||
+ | == Identification == | ||
+ | FLV files start with a 3-byte ASCII signature: "<code>FLV</code>". | ||
== Specifications == | == Specifications == | ||
* [http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf Adobe Flash Video File Format Specification, Version 10.1] | * [http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf Adobe Flash Video File Format Specification, Version 10.1] | ||
+ | |||
+ | == Metaformat files == | ||
+ | |||
+ | * [https://www.synalysis.net/Grammars/flv.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]]) | ||
== Software == | == Software == | ||
+ | * [[Konvertor]] | ||
* [http://get.adobe.com/flashplayer/ Adobe/Macromedia Flash Player], starting with version 6 (via SWF) or 7 (direct support) | * [http://get.adobe.com/flashplayer/ Adobe/Macromedia Flash Player], starting with version 6 (via SWF) or 7 (direct support) | ||
− | * [http:// | + | * [[VLC]] |
+ | * [[7-Zip]] can extract the embedded audio/video files. | ||
+ | |||
+ | == Sample files == | ||
+ | * http://samples.mplayerhq.hu/FLV/ | ||
+ | * {{DexvertSamples|video/flv}} | ||
== Links == | == Links == | ||
* [[Wikipedia:Flash Video|Wikipedia: Flash Video]] | * [[Wikipedia:Flash Video|Wikipedia: Flash Video]] | ||
+ | |||
+ | [[Category:Adobe]] | ||
+ | [[Category:Macromedia]] |
Latest revision as of 17:55, 29 January 2024
FLV is a video container format associated with Adobe Flash Player and SWF. It is one of the two formats which together are known as Flash Video, the other being F4V.
Contents |
[edit] Identification
FLV files start with a 3-byte ASCII signature: "FLV
".
[edit] Specifications
[edit] Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)
[edit] Software
- Konvertor
- Adobe/Macromedia Flash Player, starting with version 6 (via SWF) or 7 (direct support)
- VLC
- 7-Zip can extract the embedded audio/video files.