Flash Video Article Index for
Flash
Website Links For
Flash
 

Information About

Flash Video




  Extension flv
  Mime video/x-flv
  Owner Adobe Systems (originally developed by Macromedia )
  Genre Media Container


Flash Video ('''FLV''') is a proprietary file format used to deliver video over the Internet using Adobe Flash Player (formerly known as Macromedia Flash Player) version 6, 7, 8, or 9. Flash Video content may also be embedded within SWF files. Notable users of the Flash Video format include YouTube , Google Video , Reuters.com , Yahoo! Video and MySpace . The BBC have recently begun using .flv based media on their news portal.

Flash Video is viewable on most operating systems, via the widely available Adobe Flash Player and Web Browser Plugin , or one of several third-party programs such as MPlayer , VLC Media Player , or any player which uses DirectShow filters (such as Media Player Classic , Windows Media Player , and Windows Media Center ) when the Ffdshow filter is installed.


FLASH PLAYER

See Also: Adobe Flash Player


The Adobe Flash Player is a multimedia and application player developed and distributed by Adobe Systems . It plays SWF files which can be created by the Adobe Flash authoring tool, Adobe Flex , or a number of other Adobe Systems and third party tools. It has support for a programming 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. The primary downside of Flash's FLV player is that it is very inefficient compared to a directly embedded video file, dropping frames when running on slow clients that run directly embedded video perfectly.

As an alternative to the proprietary original Free Flash Player of Adobe Gnash is developed as part of the GNU Project.


VIDEO FORMAT

Commonly, Flash Video files contain video Bit Stream s which are a variant of the H.263 video standard, under the name of Sorenson Spark . Flash Player 8 and newer revisions support the playback of On2 TrueMotion VP6 video bit streams. On2 VP6 can provide a higher visual quality than Sorenson Spark, especially when using lower Bit Rate s. On the other hand it is computationally more complex and therefore will not run as well on certain older system configurations. Recent Beta Versions of Flash Player 9 include support for H.264 video standard.

An optional alpha channel which represents per pixel transparency is supported by including a second simultaneous video stream which encodes the alpha channel only, dropping any Chromatic information. The implementation makes the assumption that the YUV data of the main On2 VP6 video stream is always converted to RGB by the client before Compositing occurs as the resulting RGB values are Alpha Premultiplied and clamped accordingly. This option is only available for On2 VP6 encoded video streams.

The Flash Video file format supports two versions of a so called 'screenshare' codec which is an encoding format designed for Screencast s. Both these formats are bitmap tile based, can be Lossy by reducing Color Depth s and are compressed using Zlib . The second version is only playable in Flash Player 8 and newer.

Support for encoding Flash Video files is provided by an encoding tool included with Adobe's Macromedia Flash Professional 8 product, On2's Flix encoding tools, Sorenson Squeeze , FFmpeg and other third party tools.


AUDIO FORMAT

Audio in Flash Video files is usually encoded as MP3 . However, Flash Video files recorded from the user's microphone use the proprietary Nellymoser Codec . There is currently no open source product available that can decode the nellymoser codec. FLV files also support uncompressed audio or ADPCM format audio.


FLV PLAYER

See Also: FLV player


Most media players based on the FFmpeg libraries should be able to play back Flash Video format videohttp://ffmpeg.mplayerhq.hu/ffmpeg-doc.html#SEC24. Listed below are some examples of media players supporting the Flash Video format:


DELIVERY OPTIONS

Flash Video files can be delivered in several different ways:
  • As a standalone .FLV file. Although Flash Video files are normally delivered using a Flash player for control, the .FLV file itself is fully-functional on its own and can be played or converted to other formats from local storage such as a hard disk or a CD.

  • Embedded in a SWF file using the Flash authoring tool (supported in Flash Player 6 and later). The entire file must be transferred before playback can begin. Changing the video requires rebuilding the SWF file.

  • Progressive download via HTTP (supported in Flash Player 7 and later). This method uses Action Script to include an externally hosted Flash Video file client-side for playback. Progressive download has several advantages, including buffering, use of generic HTTP servers, and the ability to reuse a single SWF player for multiple Flash Video sources. Flash Player 8 includes support for random access within video files using the partial download functionality of HTTP, sometimes this is referred to as streaming. However, unlike streaming using RTMP , HTTP "streaming" does not support real-time broadcasting. Streaming via HTTP requires a custom player and the injection of specific Flash Video metadata containing the exact starting position in bytes and timecode of each keyframe. Using this specific information, a custom Flash Video player can request any part of the Flash Video file starting at a specified keyframe. For example, Google Video supports progressive download and can seek to any part of the video before buffering is complete, whereas YouTube cannot. The server-side part of this "HTTP pseudo-streaming" method is fairly simple to implement, for example in PHP , as an Apache HTTPD module , or a lighttpd module .

  • Streamed via s available for this protocol, Re-encoding Screencast software excluded.



REFERENCES



EXTERNAL LINKS