Flash Video


Flash Video is a container file format used to deliver digital video content over the Internet using Adobe Flash Player version 6 and newer. Flash Video content may also be embedded within SWF files. There are two different Flash Video file formats: FLV and F4V. The audio and video data within FLV files are encoded in the same way as SWF files. The F4V file format is based on the ISO base media file format, starting with Flash Player 9 update 3. Both formats are supported in Adobe Flash Player and developed by Adobe Systems. FLV was originally developed by Macromedia.
In the early 2000s, Flash Video was the de facto standard for web-based streaming video. Users include Hulu, VEVO, Yahoo! Video, metacafe, Reuters.com, and many other news providers.
Flash Video FLV files usually contain material encoded with codecs following the Sorenson Spark or VP6 video compression formats. public releases of Flash Player also support H.264 video and HE-AAC audio. All of these compression formats are restricted by patents. Flash Video is viewable on most operating systems via the Adobe Flash Player and web browser plugin or one of several third-party programs. Apple's iOS devices, along with almost all other mobile devices, do not support the Flash Player plugin and so require other delivery methods such as provided by the Adobe Flash Media Server.

History

The 2002 release of Flash Player 6 added support for video in the SWF file format. The 2003 release of Flash Player 7 added direct support for the FLV file format. Because of restrictions in the FLV file format, Adobe Systems created new file formats in 2007, based on the ISO base media file format. In this way, the F4V format shares a common base with the MP4 format, which is why F4V is sometimes informally called "Flash MP4". Flash Player does not check the filename extension but instead examines the file to determine the format.
The new file formats are very different from the older FLV file format. For example, F4V does not support Screen video, Sorenson Spark, VP6 video compression formats and ADPCM, or Nellymoser audio compression formats. Authors of Flash Player strongly encourage use of the new standard file format F4V because it overcomes functional limits with the FLV structure when streaming H.264 or AAC, which is one reason Adobe Systems is moving away from the older FLV file structure. Since 2002, the initial format is Flash Video and the file suffix is.flv with a MIME derived Internet media type of video/x-flv.
The Adobe-branded file suffix.f4v was extended from 2007 to support the ISO base media file format using the same MIME derived Internet media type of video/mp4 as the Apple file suffix of.m4v and the general file suffix of.mp4. Adobe-branded file suffixes exist for.f4p which relates to media encrypted with their Adobe Access DRM scheme; .f4a and.f4b relate respectively to.m4a and.m4b with the same MIME derived Internet media type of audio/mp4.
SWF files published for Flash Player 6 and later versions are able to exchange audio, video, and data over RTMP connections with the Adobe Flash Media Server. One way to feed data to Flash Media Server is from files in the FLV file format. Flash Player can play SWF files created for Flash Player 7 and later versions in FLV format directly. Flash Player can also play the new F4V file format, beginning with SWF files created for Flash Player 9 Update 3.
Flash Player versionReleasedFile formatVideo compression formatsAudio compression formats
62002SWFSorenson Spark, Screen videoMP3, ADPCM, Nellymoser
72003SWF, FLVSorenson Spark, Screen videoMP3, ADPCM, Nellymoser
82005SWF, FLVOn2 VP6, Sorenson Spark, Screen video, Screen video 2MP3, ADPCM, Nellymoser
92007SWF, FLVOn2 VP6, Sorenson Spark, Screen video, Screen video 2, H.264MP3, ADPCM, Nellymoser, AAC
92007SWF, F4V, ISO base media file formatH.264AAC, MP3
102008SWF, FLVOn2 VP6, Sorenson Spark, Screen video, Screen video 2, H.264MP3, ADPCM, Nellymoser, Speex, AAC
102008SWF, F4V, ISO base media file formatH.264AAC, MP3

Use of the H.264 compression format in the FLV file format has some limitations so authors of Flash Player strongly encourage use of the new standard F4V file format.

Encoding

Commonly, Flash Video FLV files contain video bit streams which are a proprietary variant of the H.263 video standard, under the name of Sorenson Spark. Sorenson Spark is an older codec for FLV files but it is also a widely available and compatible one, because it was the first video codec supported in Flash Player. It is the required video compression format for Flash Player 6 and 7. Flash Player 8 and newer revisions also support the playback of On2 TrueMotion VP6 video bit streams. On2 VP6 is the preferred video compression format for use with Flash Player 8 and higher. On2 VP6 can provide a higher visual quality than Sorenson Spark, especially when using lower bit rates. On the other hand, it is computationally more complex and therefore will not run as well on certain older system configurations.
The Flash Video FLV file format supports two versions of a so-called 'screenshare' codec which is an encoding format designed for screencasts. Both these formats are bitmap tile based, can be lossy by reducing color depths and are compressed using zlib. The second version is only playable in Flash Player 8 and newer. Audio in Flash Video files is usually encoded as MP3. However, audio in Flash Video FLV files recorded from the user's microphone use the proprietary Nellymoser Asao Codec. FLV files also support uncompressed audio or ADPCM format audio. Recent versions of Flash Player 9 support AAC. Support for encoding Flash Video files is provided by an encoding tool included with Adobe's Flash Professional and Creative Suite products, On2's Flix encoding tools, Sorenson Squeeze, FFmpeg and other third party tools.

Media type support

Supported media types in both the Flash Video and ISO base media file formats:
Supported media types in just the Flash Video file format:
Supported media types in just the ISO base media file format:
An FLV converter is a type of video conversion software that is used for turning videos from different formats into FLV. Below is a list of popular free video converters which support conversion to FLV.
These programs run under Microsoft Windows. HandBrake, FFmpeg and VLC also run under Mac OS X and Linux.

Flash Video Structure

Header

FLV files start with a standard header which is shown below:
FieldData TypeDefaultDetails
Signaturebyte“FLV”Always “FLV”
Versionuint81Only 0x01 is valid
Flagsuint8 bitmask0x05Bitmask: 0x04 is audio, 0x01 is video
Header Sizeuint32_be9Used to skip a newer expanded header

Packets

After the header, the file is split into packets called "FLV tags", which have 15-byte packet headers. The first four bytes denote the size of the previous packet/tag, and aid in seeking backward.
FieldData TypeDefaultDetails
Size of previous packetuint32_be0For first packet set to NULL
Packet Typeuint818For first packet set to AMF Metadata
Payload Sizeuint24_bevariesSize of packet data only
Timestamp Loweruint24_be0For first packet set to NULL
Timestamp Upperuint80Extension to create a uint32_be value
Stream IDuint24_be0For first stream of same type set to NULL
Payload DatafreeformvariesData as defined by packet type

The Packet Type byte of a packet/tag header is based on the RTMP message ID byte with the AMF metadata value of 18, video payload value of 9 and audio payload value of 8 being the only valid types used. The third bit indicates the payload is encrypted using the same mechanism as RTMP uses, however this is rarely used due to encrypted transports such as RTMP being used instead. The FLV packet encryption is generally inherited from a MP4 file that is stored on an Adobe Flash Media Server.
Following that, there are three bytes for the Payload Size denoting length of the Payload Data, then four bytes for the Timestamp in milliseconds, the next 3 bytes for the Stream ID, and finally followed by the actual payload data. There is a direct relation between the fields encountered in an FLV Tag and those found in a RTMP packet, as for example the FLV Packet Type field uses the same numeric values as the RTMP Chunk Type field. FLV tags are thus converted into RTMP packets when the file is streamed through a Flash Media Server or equivalent RTMP Server.
The first packet encountered is usually a metadata packet which contains information such as:
When streamed using an Actionscript built player, the metadata values above are passed as arguments on the onMetaData callback function. Audio packets have the first byte of the payload defining the decoding details with the first four bits for the encoding used and the last four bits for the parameters required to process the encoding. Video packets have this order reversed.
Video encodings enumerated from 0 are:
IdVideo encoding
0RGB
1run-length
2Sorenson's H.263
3Screen 1
4On2 TrueMotion VP6
5VP6 with alpha
6Screen 2
7MP4 H.264
8ITU H.263
9MPEG-4 ASP.

Video processing parameters enumerated from 1 are:
IdVideo processing parameters
1key frame
2non-key frame
3H.263 disposable frame
4generated key frame
5one byte frame seeking instruction

MPEG-4 encodings such as H.264, MPEG-4 ASP and AAC add a one byte value with a NULL value indicating that the payload contains MPEG-4 configuration details. MPEG-4 video encodings also add three bytes for composition timestamp offset which is required for encodings that use B-frames.
Audio encodings enumerated from 0 are:
IdAudio encoding
0native PCM
1ADPCM
2MPEG layer 3
3PCM - little endian
4Asao 16 kHz
5Asao 8 kHz
6Asao parameter rate
7a-law
8μ-law

Audio encodings enumerated from 10 are:
IdAudio encoding
10MP4 AAC
11Speex

Audio encodings enumerated from 14 are MPEG layer 3 8 kHz, Device specific such as MIDI.
Audio processing parameters with the first two bits for the sampling rate, next bit flags 16-bit sample size on with off indicating 8-bit sample size, and the final bit flags stereophonic channels on with off indicating monaural only. Sampling rates enumerated from 0 are 5.5 kHz, 11.025 kHz quarter, 22.05 kHz half, 44.1 kHz full.
Encrypted packets have an additional 31 or 24 byte header before the AES-CBC encrypted payload as follows:
FieldData TypeDefaultDetails
NumFiltersuint81always only 1
FilterNameC string"Encryption"if only selected payloads are encrypted then is "SE"
Lengthuint24_be16 or 17initialization vector length
EncryptedAUuint8 bitmask0x80 or 0x00only if FilterName is "SE", then 0x80 mean encrypted payload
IVuint128variesinitialization vector for AES decryption
Contentfreeformvariesencrypted payload
Paddingfreeform0x10encryption padding

FLV players

An FLV player is a type of media player that is used for playing Flash video from PC as well as from Internet websites. An FLV player can be used standalone, without the need of the Adobe Flash authoring or developmental tools. It can also be embedded in the website using Flash component or embeddable version of FLV player.
Adobe Flash Player is a multimedia and application player originally developed by Macromedia and acquired by Adobe Systems. It plays SWF files, which can be created by Adobe Flash Professional, Apache Flex, or a number of other Adobe Systems and 3rd party tools. It has support for a scripting language called ActionScript, which can be used to display Flash Video from an SWF file. Because the Flash Player runs as a browser plug-in, it is possible to embed Flash Video in web pages and view the video within a web browser. Flash Player supported display of Flash Video files since version 6, with the Sorenson Spark and On VP6 video codecs. Support was recently added for H.264 video content as well.

H.264

Flash Player 9 Update 3, released on 3 December 2007, also includes support for the new Flash Video file format F4V and H.264 video standard which is even more computationally demanding, but offers significantly better quality/bitrate ratio. Specifically, Flash Player now supports video compressed in H.264, audio compressed using AAC, the F4V, MP4, M4V, M4A, 3GP and MOV multimedia container formats, 3GPP Timed Text specification which is a standardized subtitle format and partial parsing support for the 'ilst' atom which is the ID3 equivalent iTunes uses to store metadata. MPEG-4 Part 2 video is not supported. In an interview with BBC News, the main programmer of Flash Jonathan Gay said that the company had wanted to use H.264 when video support was originally added to Flash, but had been deterred by the patent licensing fees of around $5 million per year.

Playback

Flash Player supports two distinct modes of video playback:
Microsoft Windows, Mac OS X, Unix-based
Mac OS devices can play flash videos in QuickTime with the help of additional software

PDA-based and smartphone-based

Windows Mobile, Palm OS–based
The iPhone and Android devices can play flash videos with the help of additional software Apple iOS has never supported Flash. Android versions above 2.1 through 4.0 supported Flash; Adobe has discontinued Flash Player for Android. On 29 June 2012, Adobe announced that, as they were discontinuing development of the mobile version of Flash, they would prevent the Flash player from installing from the Google Play Store on any Android devices that do not already have the Flash player installed, and that they would not be releasing a version of Flash certified for use with Android version 4.1, codenamed Jelly Bean.

Delivery options

Flash Video files can be delivered in several different ways:
It is possible to record online flash videos using stream recorders and screen video capture software. The former gives lossless results, while the latter allows recording any video even when anti-leeching measures are used.