1
|
# Flash - Macromedia Flash.
|
2
|
# Pattern attributes: good slow notsofast subset
|
3
|
# Protocol groups: file
|
4
|
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
# Thanks to Brandon Enright {bmenrigh AT ucsd.edu} and chinalantian at
|
7
|
# 126 dot com
|
8
|
|
9
|
# Macromedia spec:
|
10
|
# http://download.macromedia.com/pub/flash/flash_file_format_specification.pdf
|
11
|
# See also:
|
12
|
# http://www.digitalpreservation.gov/formats/fdd/fdd000130.shtml
|
13
|
# http://osflash.org/flv
|
14
|
|
15
|
flash
|
16
|
# FWS = uncompressed, CWS = compressed, next byte is version number
|
17
|
# FLV = video
|
18
|
[FC]WS[\x01-\x09]|FLV\x01\x05\x09
|