Questions tagged [flv]

Flash Video is a container file format used to deliver video over the Internet using Adobe Flash Player versions 6–11. Flash Video content may also be embedded within SWF files.

There are two different video file formats known as Flash Video: FLV and F4V. The audio and video data within FLV files are encoded in the same manner as they are within SWF files. The latter F4V file format is based on the ISO base media file format and is starting with Flash Player 9 update 3. Both formats are supported in Adobe Flash Player and currently developed by Adobe Systems. FLV was originally developed by Macromedia.

Flash Video has been accepted as the default online video format by many sites. Notable users of it include YouTube, Hulu, VEVO, Yahoo! Video, metacafe, Reuters.com, and many other news providers.

The standards documentation for BBC Online states that the BBC now preferentially accepts Flash videos for submission, to the disadvantage of other formats previously in use on its sites such as RealVideo or WMV.

Flash Video FLV files usually contain material encoded with codecs following the Sorenson Spark or VP6 video compression formats. The most recent public releases of Flash Player (collaboration between Adobe Systems and MainConcept) also support H.264 video and HE-AAC audio. All of these compression formats are currently 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 do not support the Flash Player plugin and so require other delivery methods such as provided by the Adobe Flash Media Server.

More information at http://en.wikipedia.org/wiki/Flash_Video

797 questions
87
votes
2 answers

Can ffmpeg convert audio to raw PCM? If so, how?

I'm currently using ffmpeg to convert FLV/Speex to WAV/pcm_s16le, successfully. However, I now need the output format to be RAW, that is, PCM signed 16-bit little endian, without the WAV header. I tried the following: ffmpeg -y -i input.flv -vn…
David van Geest
  • 1,957
  • 1
  • 20
  • 19
86
votes
4 answers

How to extract the 1st frame and restore as an image with ffmpeg?

Anyone knows the trick? And how to install ffmpeg ? yum install mpeg only returns this: ======================================================================================== Matched: mpeg…
lex
  • 1,139
  • 2
  • 10
  • 13
40
votes
2 answers

Extracting frames from MP4/FLV?

I know it's possible with FFMPEG, but what to do if I have a partial file (like without the beginning and the end). Is is possible to extract some frames from it?
blez
  • 4,939
  • 5
  • 50
  • 82
35
votes
10 answers

What is the easiest FLV player for embedding video on a website?

I have video that I've converted to FLV format. I'd rather host it on my own site than use a service like YouTube. What is the easiest player to use? I'd like to just put the .swf file of the player somewhere on my server, and give it the video…
Kip
  • 107,154
  • 87
  • 232
  • 265
32
votes
3 answers

ffmpeg mp3 conversion failed

using ffmpeg to convert from flv to mp3 gives the following result ] ffmpeg-0.6.1 >> ffmpeg -i name.flv name.mp3 FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers built on Feb 14 2011 12:33:38 with gcc 4.1.2 20080704 (Red Hat…
user444757
  • 665
  • 1
  • 7
  • 18
19
votes
11 answers

Programmatically convert a video to FLV

i am currently working on a web application that needs to accept video uploaded by users in any format (.avi, .mov, etc.) and convert them to flv for playing in a flash-based player. Since the site is OpenCms-based, the best solution would be a…
Raibaz
  • 9,280
  • 10
  • 44
  • 65
17
votes
1 answer

How To Convert MP4 Video File into FLV Format Using FFMPEG

i have to Convert MP4 Video File into FLV Format Using FFMPEG which i received from different mobile device. i found most of the stuff to convert flv video into mp4 and all. can any body help me out to convert mp4 format into flv using FFMPEG. i am…
nipul_tech
  • 181
  • 1
  • 1
  • 8
17
votes
5 answers

How to Play FLV Video in HTML Video tags?

I have had a look at a couple of players like Flow Player, JW Player and a couple more but I can't get it to work exactly in PHP code. Is there any way to play FLV within HTML Video Tags? I know MP4 and OGG files will but the thing that I am working…
Alexander Nazarkin
  • 261
  • 1
  • 4
  • 10
16
votes
3 answers

Live FLV streaming in C# WebApi

Currently I have a working live stream using webapi. By receiving a flv stream directly from ffmpeg and sending it straight to the client using PushStreamContent. This works perfectly fine if the webpage is already open when the stream starts. The…
Jake Rote
  • 2,177
  • 3
  • 16
  • 41
15
votes
1 answer

streaming FLV to RTMP with FFMpeg using H264 codec and C++ API to flv.js

I would like to stream live video from webcam using OpenCV using H264 codec and converting that to FLV then stream over RTMP server and catch the stream in browser with flv.js. Basically I have everything working except that I cannot read stream in…
Jan Kuri
  • 927
  • 12
  • 17
15
votes
6 answers

play flv in html

Can anyone give a concise instruction on how I can have a flv play from my html page please?
neeep
  • 159
  • 1
  • 1
  • 3
15
votes
2 answers

Check file type (FLV) before PHP upload file in temporary folder by reading only starting 3 bytes of file

First 3 bytes of FLV file are signature "FLV". Now my question: Is there any possibility in PHP to handle file uploads so that we can hook into the input stream of uploading file and check the first 3 bytes? The scenario is i don't want the complete…
Umair Khan
  • 473
  • 2
  • 15
12
votes
3 answers

How can I achieve the best overall FLV quality with FFMPEG?

I'm looking to accomplish the best quality FLV with the lowest file size. After all, isn't that everyone's goal? These videos will be streamed if that makes any difference. For now, my video(s) are no wider than 320px, and some are widescreen, so…
dcolumbus
  • 9,596
  • 26
  • 100
  • 165
11
votes
2 answers

What is the best tool to convert common video formats to FLV on a Linux CLI

Part of a new product I have been assigned to work on involves server-side conversion of the 'common' video formats to something that Flash can play. As far as I know, my only option is to convert to FLV. I have been giving ffmpeg a go around, but…
Thomas R
  • 3,026
  • 5
  • 32
  • 31
11
votes
5 answers

How To Extract .flv Stream from JW Player 5.1?

The problem is I've a slow internet connection, and the video doesn't buffer like in YouTube. Therefore I was wondering weather I can extract the url of the .flv file which is being streamed in JW Player and directly download it. Doing some…
Catfish
  • 689
  • 1
  • 11
  • 24
1
2 3
53 54