| 12 | | || FLV || flv || GIF || gif || GIF (Graphics Interchange Format) image |
| 13 | | || FLV || flv || PNG || png || PNG (Portable Network Graphics) image |
| 14 | | || FLV || flv || JPEG || mjpeg / libopenjpeg || JPEG / JPG still image |
| 15 | | || FLV || flv || H.264 || h264 / libx264 || H.264 video encoder ('''libx264''') and decoder ('''h264''') |
| 16 | | || FLV || flv || VP6 || libvpx ? || '''libvpx''' is used to encode VP8 video, but not sure about VP6 (need correction) |
| | 12 | || FLV || flv || Sorenson Spark || flv || Sorenson H.263 |
| | 13 | || FLV || flv || H.263 || h263 || ITU-T VCEG H.263 |
| | 14 | || FLV || flv || MPEG-4 || mpeg4 || MPEG-4 Part 2 ASP |
| | 15 | || FLV || flv || Screen Video || flashsv || Flash Screen Video |
| | 16 | || FLV || flv || Screen Video 2 || flashsv2 || Flash Screen Video Version 2, this encoder is experimental |
| | 17 | || FLV || flv || VP6 || remuxing only || On2 VP6 |
| | 18 | || FLV || flv || VP6A || remuxing only || On2 VP6 with transparency support |
| | 19 | || FLV || flv || H.264 || libx264 || MPEG-4 Part 10 AVC, needs the external encoder library libx264 |
| 20 | | || FLV || flv || MP3 || mp3 / libmp3lame || MP3 audio encoder ('''libmp3lame''') and decoder ('''mp3''') |
| 21 | | || FLV || flv || AAC || aac / libvo-aacenc / libaacplus || FFmpeg's internal '''aac''' encoder/decoder (experimental), external library '''libvo-aacenc''' is used to encode AAC-LC audio and '''libaacplus''' library is used to encode [http://en.wikipedia.org/wiki/High-Efficiency_Advanced_Audio_Coding HE-AAC v2 audio known as AAC+] |
| 22 | | |
| 23 | | = References = |
| 24 | | FLV format: http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf |
| | 23 | || FLV || flv || MP3 || libmp3lame || needs the external encoder library lame |
| | 24 | || FLV || flv || PCM U8 || pcm_u8 || 8-bit pulse-code modulation |
| | 25 | || FLV || flv || PCM S16 BE || pcm_s16be || 16-bit big-endian pulse-code modulation |
| | 26 | || FLV || flv || PCM S16 LE || pcm_s16le || 16 bit little-endian pulse-code modulation |
| | 27 | || FLV || flv || ADPCM || adpcm_swf || Shockwave Flash Audio |
| | 28 | || FLV || flv || AAC || aac / libvo-aacenc / libaacplus / libfaac || FFmpeg's internal '''aac''' encoder/decoder (experimental), external library '''libvo-aacenc''' is used to encode AAC-LC audio and '''libaacplus''' library is used to encode [http://en.wikipedia.org/wiki/High-Efficiency_Advanced_Audio_Coding HE-AAC v2 audio known as AAC+] |
| | 29 | || FLV || flv || Asao || nellymoser || Nellymoser audio codec |
| | 30 | || FLV || flv || Speex || libspeex || needs the external encoder library libspeex |