Questions tagged [flash-video]

Questions related to creation, transmission, reception and playback of flash video using Adobe Flash technologies, including player.

56 questions
35
votes
4 answers

How to convert flv to avi using ffmpeg high quality

Need to convert flv files to avi or mov, trying out ffmpeg but the output quality is terrible. How can I get the video output to be on par quality with the source? I thought ffmpeg -i name.flv -s 320x... name.avi would do it, but no good.
Naota
  • 668
  • 2
  • 12
  • 17
17
votes
8 answers

How to best convert Flash compatible mp4 files with FFMPEG?

I am trying to convert different files to a flash compatible .mp4 file with ffmpeg, but I can't seem to get it to work. Of course the objective is to get the greatest quality with the smallest file size. So far I have this, which works, but it…
espenhogbakk
  • 11,508
  • 9
  • 39
  • 38
9
votes
1 answer

Multiple video sources combined into one

I am looking for an efficient way to do the following: Using several source videos (of approximately the same length), I need to generate an output video that is composed of all of the original sources each running in its own area (like a bunch of…
Oded
  • 489,969
  • 99
  • 883
  • 1,009
8
votes
7 answers

How can I use BitmapData.draw with NetStream.appendBytes?

I am using NetStream.appendBytes() to play a local video (no server involved) in Adobe AIR. I would like to use BitmapData.draw() to take a picture of the video output, but I am getting this error: Error #2123: Security sandbox violation:…
Aaron
  • 111
  • 1
  • 6
8
votes
6 answers

How to create beautiful Screencasts for your web apps?

I am trying to create a screen cast for my new web app. I have just come across a great example of a screencast and I am wondering what is used to do this: Click on the video to play on this page. I am impressed with the animation when the mouse is…
Abs
  • 56,052
  • 101
  • 275
  • 409
5
votes
1 answer

VideoJS and swfobject embedding issue

I'm using VideoJS and SWFObject to embed videos. The idea is that VideoJS will try to use the HTML5 video tag and will fallback on Flash if it is not supported. I'm trying to use SWFObject to embed the Flash to use as fallback. Here's the relevant…
roflwaffle
  • 29,590
  • 21
  • 71
  • 94
4
votes
1 answer

VideoJS And FireFox HTML5 Video .WebM Format Not Working

UPDATE: It seems buffer the video on FireFox extremely slowly. After about 5 minutes of waiting, the video will play. Howeverm on all other devices, it loads instantly... What's the deal? QUESTION: How can I make VideoJS play on all browsers,…
3
votes
3 answers

Flash library for webcam recording, wrapped in JS?

We want our users to be able to upload video streams to us, from their webcams. We're planning on using a service like Infuxis to handle the Flash Media Server side of things, but we need a client-side SWF that'll do the actual capturing. Now, I…
Alastair
  • 5,894
  • 7
  • 34
  • 61
3
votes
0 answers

JWPlayer 6 error message "Error loading stream: ID not found on server"

I am using JWPlayer to connect to Wowza Media Server. I am using RTML url to connect. When I make a video request I can see video playing very clearly and good quality of video as well. But sometimes I get "Error loading stream: ID not found on…
Neelesh
  • 343
  • 5
  • 14
3
votes
2 answers

Flowplayer wrong aspect ratio in Flash

I'm using flowplayer for a website and it automatically chooses between the HTML5 and flash version depending on the browser capabilities. The problem I have is that when is Flash the video stretches to use the whole player, but in HTML5 is…
SERPRO
  • 10,015
  • 8
  • 46
  • 63
3
votes
1 answer

right way to embed/use mediaelement.js

I'm looking for the right way to embed the mediaelement.js player. I have to add the player dynamically because I don't know the URL of the video at the beginning. The video will always be a MP4-video. How can I make sure that every browser uses the…
Philipp Kyeck
  • 18,402
  • 15
  • 86
  • 123
2
votes
1 answer

CSS rotation: Flash not rotating

I have a parent div with a flash movie in it. I rotate the parent div, so I expect that the flash movie is also rotated. Unfortunatly this doesn't happen. The flash movie has no rotation. This is my code
Vinzcent
  • 1,438
  • 6
  • 33
  • 59
2
votes
2 answers

Viability of Writing Uncompressed Video to an FLV File

There is a very good chance that I am going down a pointless path on this, so I apologize if this is a waste of time. I have been trying to write uncompressed video to an FLV file, and I am not sure whether it is possible. According to Wikipedia, a…
Mitchell A
  • 41
  • 5
2
votes
2 answers

free or cheap open source browser-based Flash (flv) video players

Does any know of any free or cheap OSS browser based Flash video player? It's going to be embedded on ASP.NET 3.5, a webcontrol would be handy, but not required. I've been looking around and there are a lot of options. My client wants to host a…
craigmoliver
  • 6,499
  • 12
  • 49
  • 90
2
votes
1 answer

VideoJS - Flash Player crash when moving in the DOM

I have a Video.js flash player (the requirement is that it be flash, so I am using it in flash mode as the tech). It sits as a main 'jumbotron' type video on the top of the page. When the user scrolls down, it needs to detach and appendTo the dom…
1
2 3 4