I'm trying to mask an FLV with a PNG alpha channel. I'm using BitmapData (from a PNG) but it's not working. Is there anything I'm missing? Cut up code below:
var musclesLoader:Loader = new Loader();
var musclesContainer:Sprite = new Sprite();
var musclesImage:Bitmap = new Bitmap();
var musclesBitmapData:BitmapData;
var musclesVideo:Vid...
Hello,
I am attempting to integrate FFMPEG into my asp.net website. The process I am trying to complete is to upload a video, check if it is .avi, .mov, or .wmv and then convert this video into an mp4 using x264 so my flash player can play it.
I am using an http handler (ashx) file to handle my upload. This is where I am also putting...
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.
...
I want to embed external swf movie and flv file to play in one swf file.
I want to have controls to play/pause/start.
Embedded swf and flv should play synchronously.
Problems begin when swf playback starts but flv wasnt loaded yet.
Also I can't preload flv completely.
Are the any common patterms for implmenting such scenario?
...
Ao my server sends me FLV stream. the problem is it does not send me FLV header. So I get from my server something like raw FLV stream from some point. I know that it contains video 640x480 sound and Video.
Its like you take .FLV file somehow delete its part and try to play it.
How to play such stream from Flash? (I use Flash builder...
So I found this beautifull script for FLV video format Http Pseudo Streaming but in is in PHP ( found on http://stream.xmoov.com/ )
So does any one know opensource translations or can translate such PHP code into C#?
<?php
/*
xmoov-php 1.0
Development version 0.9.3 beta
by: Eric Lorenzo Benjamin jr. webmas...
How to play flv stream in HTML page not specialy creating SWF app? So I heard there is some way just using some html code to create SWF inside HTML page just for FLV playback...
Is it possible, how to do it?
...
I have a flv file inside the vid.html which is working fine,
but is there any way to have the video itself to fadeIn/fadeOut?
<div id="fadeit">
<div class="video"></div>
</div>
this does not work;
$('.video').hide().fadeIn().load('vid.html');
wrapping it in a div and fading the div does not work either;
$('#fadeit').hide().fad...
So we had real FLV video file. we had devided it into 3 parts (more or less equal, not looking into structure orcontext). We have taken second part and forgot about first 2. Video contained audio and video track. mp3 and on vp6. Is it any how possible to play thsat second part after sending to ffmpeg some command?
So how to (using any...
I need to upload videos like video gallery in website. Thats y I need one flv video player?
Pls help me to get those players
...
Is there a way to detect whether an FLV file contains video, audio or both?
The flv file is streamed to a flash client, that needs to show a certain view depending on the data in wrapped in the flv file.
...
hello everybody...
does anybody know how to convert any kind of video format into flv using java, i have been searching for a java api for converting video but it seems that there is no such thing but there might be a way to do it, i mean to make something like youtube service does converting the videos, but using java, i need a web appl...
Hi all
I am converting my.flv to my.gp3 with this command
ffmpeg -i my.flv -acodec libamr_nb -s 176x144 -ar 8000 -b 120000 -vcodec h263 -ab 10.2k -ac 1 my.3gp
but size of my flv is 320x240 and I am trying change 176x144 to 320x240 but getting 3gp file with 0kb , how can I do that and get my.3gp file with same size like my.flv
And one...
Is it possible to sync flv videos? I'm playing a few videos simultaneously, and they are inconsistently out of sync. If I add a button that seeks all of the videos to 0, they may or may not be in sync. When they're out of sync, it's only a fraction of a second, but for this application, a fraction of a second is very noticeable. Can we g...
I have read the following which is from Best Practices for Encoding Video with the VP6 Codec on the Adobe website here - http://www.adobe.com/devnet/flash/articles/encoding_video_print.html. It is talking about common video ratios (320x240, 640x480)
Although these ratios are standard,
and should be used to avoid distorting
the v...
Hi all,
I am building this iphone app for a client and they have a large set of flash video files that they need to play/stream to the iphone. I understand that the iphone doesnt natively support flv playback but isnt there anything I can do to get around this problem?
In case it helps, they are using the akamai flash player on their w...
Hello,
Any ideas on how to retain a good quality on converting SWF to FLV?
I use the publish method in CS3, the quality of the movie goes terrible bad when converted to flv.
Can anyone please suggest me some way out?
Thank You
...
Can anyone please suggest an open source FLV player which has a minimal set of player controls?
I have a client requirement to overlay FLV videos with DIV contents. When the div overlays the FLV then most of the FLV players end up having their player controls obscured by the div content.
I basically need an FLV player which has a play...
Hello.
I'm working on Flash ActionScript.
My Movie Load some data like photo, sounds and photo to the Movie Stage. Each of loaded MovieClip have own animation.
Is it possible to generate (record) FLV or other Movie file from ActionScript with ActionScript?
...
I'm currently working on a job for a client that involves playing videos taken from youtube, uploaded, etc. (And converted to flash-acceptable formats... FLV or mp4). They already have a player that has worked up until this point, but they need something more robust now.
Basically I need to find a video player that does the following th...