Tagged Questions
FLV is a video file format used by Adobe Flash Player. The FLV format is just a container over a video encoded in various formats (vp4, h264, sorenson)
22
votes
11answers
20k views
What is the easiest FLV player for embedding video on a website? [closed]
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 ...
12
votes
11answers
9k views
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 ...
11
votes
3answers
2k views
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 ...
9
votes
3answers
5k views
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 ...
6
votes
2answers
1k views
calculate flv video file length ? using pure php
What is the best way to calculate the length of flv file using php with out external dependencies like ffmpege because client site run on shared hosting,
itry http://code.google.com/p/flv4php/, ...
6
votes
3answers
2k views
Best Overall FFMPEG FLV Quality
First of all, FFMPEG has the worst documentation of all time... secondly, the syntax is so trivial that it's hard to understand what some lines are doing.
What I'm looking to accomplish is the best ...
6
votes
2answers
7k views
ffmpeg: convert audio-only flv to swf
My Flex application records audio-only FLV files using red5--I'd like to convert these to SWF files so I can embed them in other SWF files. (I could also convert to MP3 and then embed them into SWFs ...
6
votes
4answers
498 views
Free/Paid Flash Video Players?
I've been looking into the FlowPlayer recently for a new project. What other alternatives are out there (Free OR Paid)? I'm interested in speed, usability, features, and customization capabilities.
...
5
votes
1answer
136 views
Caching larger flv files 5mb +
I'm using flowplayer, and told .htaccess to cache flv files for 30 minutes. When the files are under 5mb it caches, if over that, it doesn't. How do I force cache like youtube does?
5mb from what ...
5
votes
2answers
312 views
How can i smoothly playback a FLV at different speeds?
I will need to display the frames of an FLV at different rates.
Here are some examples:
the user will 'scrub' through the flv frames(front/back)
the flv will need to play at half the speed on a ...
5
votes
1answer
435 views
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
5
votes
2answers
5k views
How can I add audio (mp3) to a flv (just video) with ffmpeg?
How can I add sound from a mp3-file to a flv file that has no audio?
(With ffmpeg)
When I use
ffmpeg -i video.flv -i audio.mp3 -acodec copy -vcodec copy -ab 128k -ar 44100 output.flv
I get this ...
5
votes
2answers
1k views
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 ...
5
votes
4answers
386 views
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 ...
4
votes
2answers
427 views
Extract information from flv file using C#
Is there a code help to extract head information and target frames from flv file using C#?
4
votes
1answer
569 views
Calculate width and height of Flv and Swf using C#
I think the title says it all.
I can't work out how to calculate the width and height dimensions of a .flv video or .swf file using C# .NET.
Thanks in advance!
4
votes
1answer
281 views
4
votes
2answers
339 views
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 ...
4
votes
1answer
241 views
flv player with rtmp for commercial use
I want to find a simple, flv player for our websites. We are streaming from an rtmp server. We don't want a branded player like Vimeo etc.
4
votes
5answers
3k views
Play FLV from ByteArray in Flash Player
I have a flash video file (FLV) stored in the ByteArray object and would like to play this video. Is there any way to achieve it? Maybe using Alchemy?
Thank you!
4
votes
3answers
1k views
Is it possible to do Flash pseudo streaming with S3?
I've been using S3 to store and serve FLV and MP4 videos. It works great, but the content is progressively downloaded. I was wondering if it is possible to get so-called "pseudo streaming" to work ...
4
votes
4answers
1k views
Java: cross-platform .flv playback
I'm looking for a way to playback .flv files using java. This means I will need a ffmpeg lib that is cross-platform. I've been toying with jmf and fobs4jmf, but I cannot playback in linux because I ...
4
votes
6answers
793 views
What transcoding services can people recommend?
A client of mine needs to accept a bunch of different video files and convert them to FLV. My experience with FFMEG on a previous project has highlighted that there will be some troublesome files.
...
4
votes
2answers
1k views
How do streaming videos work?
So I have some videos in .flv format which I'd like people to be able to view from my site, without being able to download them. So far Flowplayer seems like the best choice for the actual flash ...
4
votes
2answers
3k views
Streaming video library for C#
I'm looking at options for adding streaming video to a social web site written in ASP.NET/C#. I have a great deal of experience with Flash too, so I'm comfortable using FLV players, but I'd definitely ...
4
votes
3answers
4k views
Can I get the old full screen scaling with FLVPlayback and flash 9.0.115+?
With previous versions of flash, entering the full screen mode increased the height and width of the stage to the dimensions of the screen. Now that hardware scaling has arrived, the height and width ...
4
votes
6answers
5k views
How to do Flash pseudo-streaming?
I need to build something that starts serving a H.264 encoded video to a flash player halfway through the file (to support skipping to a point in the video that has not been buffered yet).
...
3
votes
3answers
606 views
get flv video length
While i try to get length of a flv video file i get 0 second where as it only happens with some videos, else my function works fine.
below is my code.
<?php
function mbmGetFLVDuration($file){
...
3
votes
1answer
351 views
Example of a FLV file with Speex-encoded audio?
Can anyone point me to an example of a Flash video file with a Speex-encoded soundtrack, freely downloadable from somewhere on the web?
Video can be in any codec (ideally none.)
I am trying to ...
3
votes
2answers
3k views
Converting FLV to MP4 Using FFMPEG and Preserving the Quality
Im trying to use ffmpeg to convert my flv files to mp4 to play them on iOS devices but the converted video has a much worse quality than the original one.
Here is the command i use:
ffmpeg -i ...
3
votes
1answer
3k views
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 ...
3
votes
1answer
492 views
How do I fire an intent to start a flv or swf to Flash Player 10.1?
I have a bunch of flv video files stored on a media server, and I am trying to get them to launch in the flash player. Have been looking around but haven't found much help. I have downloaded the flv ...
3
votes
2answers
270 views
create .flv from images
I need some suggestions about to create .flv from 1000 images.
The application I'm building will be use flash to show the .flv, and the server, who have red5 rtmp and php5. The server will be do the ...
3
votes
3answers
704 views
Library for FLV/F4V conversation in C# .NET?
Is there any library that can covert input video (of some specific video files) to f4v or flv programatically in c# .NET?
Thanks in advance.
3
votes
3answers
989 views
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 ...
3
votes
2answers
1k views
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 ...
3
votes
2answers
851 views
Where do I place a FLV file to stream on a local Red5 server?
I installed the latest Red5 server, but I'm not sure where to put my .flv file to stream it. There is no "streams" or "ofla" directory like in some tutorials I've found online.
Where do I place ...
3
votes
7answers
5k views
How can I download YouTube videos using .NET code?
Does anybody know the VB or C# code to programmatically download a video from YouTube?
I have gone through all related questions on this site and the only code I have found (which uses the WebClient ...
3
votes
6answers
845 views
How to play video (.flv) without showing the loading image for buffering while playing?
I want to play an flv video file in my website. The video will be started playing considering the internet connection speed of client machine so that the video will never pause showing the loading ...
3
votes
1answer
780 views
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 ...
3
votes
3answers
3k views
Embed flv file as banner
My client provided me with a .flv file to place on their home page as a banner. I have searched the internet for a while but did not come accross to a proper way of doing it. First of all, is it "the" ...
3
votes
8answers
2k views
Add dynamic video content (YouTube like) (PHP)
I'm looking to setup video uploads for users on a site and want to have them viewed through a Flash player. The site is already partially built (by someone else) and I'm wondering what kind of ...
3
votes
8answers
1k views
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 ...
2
votes
1answer
34 views
Flash FLV video import to timeline quality setting?
I'm trying to import a small .flv video to my flash file but I can't seen to find the setting to increase the import quality to 100%.
Any help would be great.
2
votes
0answers
60 views
Stop FLV Audio in Video Gallery
I'm trying to create a video gallery of sorts and I'm having an issue with the audio on .FLVs still playing in the background when I use jQuery to slide to a new Video.
Is there any sort of way to ...
2
votes
1answer
158 views
OSMF pseudostreaming
Good day!
I've recently found new release 1.6 of OSMF (http://www.osmf.org/) and it looks very promising. It seems to be more future proof than my own player code, but I haven't found one thing ...
2
votes
1answer
589 views
Compressed SWF format not supported
When trying to convert a .swf file to .flv in ffmpeg, I get this error. Is there any way to decompress or bypass this error in ffmpeg, or is there any other command line video conversion tool that can ...
2
votes
2answers
47 views
Inserting video on webpages
What possibilities are there for inserting and showing videos on a webpage that
don't require additional plugins or installations from the user and
can be used for other than the .flv format (.f4v, ...
2
votes
1answer
290 views
Streaming multiple FLV files over a Java servlet as a single file
I am trying to implement a Java servlet that runs on Tomcat, capable of streaming multiple FLV files to client browsers having JWPlayer. The catch is I have to stream multiple files one at a time and ...
2
votes
1answer
280 views
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 ...