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
5
votes
3 answers

Is it possible with AIR to play a video while it is downloaded

The idea is download a video in parts (from different servers) but starting to play before video file is complete. The issue is that VideoDisplay component doesn't read the video file if it is opened for writing and vice-versa: writing is impossible…
Jérémy Reynaud
5
votes
3 answers

How to convert uploaded video and get a screenshot from this file?

I'm building a cms and I want users to be able to upload videos but I'm not familiar with video upload & conversion. Is there an example or has anybody coded a solution like this? I heard about ffmpeg but I don't know how to integrate it with…
HasanG
  • 12,734
  • 29
  • 100
  • 154
5
votes
2 answers

How does screentoaster.com capture your computer screen from the browser?

How does http://www.screentoaster.com capture a computer screen from a browser using Java Applet? Any suggestion or a lead in how to accomplish this? Is there other way to do using using different technology such as Flash?
Joph T
  • 51
  • 2
5
votes
3 answers

Flowplayer flash component plays sound but not video

Okay, I've been researching this all day and it's driving me nuts. The flow player will play the audio of a *.flv, but doesn't play the video and I've no idea why. The initial example page using the default flowplayer flv url works fine. When I…
jason
  • 2,219
  • 5
  • 33
  • 66
5
votes
1 answer

How put a caption in flv converted by ffmpeg

I want to make such flv like in this video example How do I do this? Environment: Fedora release 8 (Werewolf) FFmpeg version SVN-r20412
freddiefujiwara
  • 57,041
  • 28
  • 76
  • 106
5
votes
1 answer

Generate flv, mpg or some other movie format from an ActionScript movie clip

I am working on a Flex application/game where a lot of UIComponents are moved around on a canvas. I would like to "record" an flv movie of the movement on the canvas. Is there anyway this can be accomplished ? I essentially want my users to be able…
Stig Schmidt Nielsson
  • 1,667
  • 20
  • 37
5
votes
2 answers

Parsing FLV header (duration) of remote file in Java

I'm looking for an example of parsing an FLV header for duration specifically in Java. Given the URL of an FLV file I want to download the header only and parse out the duration. I have the FLV spec but I want an example. Python or PHP would be OK…
user160993
5
votes
2 answers

Fix flv files that stop early

I downloaded some flv videos some time ago and when watching them they stop at a point. If I skip past that point they continue playing fine up until another point which I can then skip past again (and the cycle goes on until the end of the video) I…
Xonar
  • 1,296
  • 1
  • 14
  • 21
5
votes
2 answers

How to generate FLV stream from raw h264 which can be played by Actionscript NetStream?

I have an issue with FLV stream generating. I've developed DVR system, an it should be able to stream video in FLV format (to play it on Actionscript NetStream). I receive video from encoder in raw H264 NAL units (0x00 0x00 0x00 0x01 ), also I can…
Pyih
  • 91
  • 2
  • 6
4
votes
1 answer

Playing videos using flash 'offline'

I'm building a site that needs to work both online (served in a browser using http://), and offline (served in a browser using file:///). The site is using basic HTML, but needs to be able to play FLV or MP4 videos. There are many video players that…
Rhys Godfrey
  • 220
  • 2
  • 10
4
votes
8 answers

Transcoding audio and video

What is the best way to transcode audio and video to show on the web? I need to do it programmatically. I'd like to do something like YouTube or Google Video where users can upload whatever format they want, and I encode it to flv, mp3, and/or…
Lance Fisher
  • 25,684
  • 22
  • 96
  • 122
4
votes
1 answer

Creating .flv files on the iphone without using ffmpeg

How does one create .flv files on the iPhone? I am aware of ffmpeg (with its LGPL restrictions). But are there other APIs that have been ported to iOS?
inwit
  • 935
  • 6
  • 11
4
votes
1 answer

Which are the FLV supported audio types?

I'm having issues with playing back some quick time files using actionscript 3.0 (NetStream class). I have no control on how the quick time files are produced, but it seems so far that the files with uncompressed audio do not play audio at all in…
George Profenza
  • 50,687
  • 19
  • 144
  • 218
4
votes
2 answers

how do i get the flv file path from a youtube URL

i have an swf media player which play flv videos but i want it to play youtube videos so i must pass to the player flv file path the senario is a website which i can upload videos or put a url and i can put a youtube video URL i am using…
Mariam
  • 533
  • 2
  • 12
  • 22
4
votes
2 answers

Convert Powerpoint to Flash in Linux

I'm looking to convert PPT and PPTX files to Flash (or flv) files in an automated fashion in Linux - So I need a command-line utility. Are there any available options out there for me? (I haven't found any so far). I was also looking for a Flash…
Parampal Pooni
  • 2,958
  • 8
  • 34
  • 40