Does anyone know if its possible to open up the new camera/video API for the new 3gs in the app, similarly to the camera API in 2.2.1? recording functions and all?
but in the same token, is it possible to edit the video recording you just took and edit it?
all the best
...
Is it possible to analyze a video stream on the fly? For example, say i have a TV tuner installed and want to do some pixel testing every .5 seconds. How would one go about doing analysis? Would it be the same procedure if it was a video file (ie .mpg / .wma)?
...
Hi all,
I was wondering if there are some video tutorials on using the instruments tool and / or good step by step tutorials with good illustrations.
...
What I have to do is play a video file in mp4 format. If the device is in portrait mode then it should display the video, but when the user changes the device to landscape mode it should just show an image.
But currently when I play a video, it takes control of the whole app; I can't send a notification to any event, and control only r...
I was wondering how do you inject metadata into an f4v file with quepoints? I've been reading somewhere that it's either during encoding or a custom actionscript that embeds when the file runs.
...
Hi,
How do I go about building digital signage (the screens seen everywhere with advertising, or information), Which piece of hardware should i use to connect multiscreens to my computer?
Does anyone know how and if there exists a managed framework for connecting to an amount of these monitors? Is it by IP or how does it work?
/H4mm3rH...
I'm working on a very small site, with almost zero budget as a favor for a friend. She wants to put a short audio and video clip on the site (both clips are under two minutes). The audio is currently a 1.6 MB AAC (.m4a) and the video is a 30 MB H.264 (.mov).
What's the current best practice that's going to be the easiest for me, while s...
Is there a way to play a video fullscreen using the html5 video tag.
And if this is not possible does anybody know if there is a reason for this decision.
...
I need to load a video in shadowbox when the homepage loads I need to know what the code would be and specifically where the onload code would go to make this happen
Thank you
DeZiner76hd
...
I want to use the thumbnail of the Google video's. In PHP or JavaScript function
function getScreen( url, size )
{
if(url === null){ return ""; }
size = (size === null) ? "big" : size;
var vid;
var results;
results = url.match("[\?&]v=([^&#]*)");
vid = ( results === null ) ? url : results[1];
if(size == "small"){
return "htt...
With the changes to the FileReferance rules for FP10 it is now possible to upload a local file directly to the client side application without the server roundtrip.
For loading an image I use this code to deal with the ByteArray:
private function completeHandler(e:Event):void
{
loader = new Loader();
var f:FileReference = FileRe...
I'm looking for a company that provides video hosting with an upload API, for a small businesses. Now, I know YouTube has an API for harnessing their technology, but the client doesn't like the idea of YouTube hosting their content.
Other than trying to justify YouTube's API, has anyone had a good experience with another provider, or kn...
For raster images there is:
JPG is for natural scenes
PNG or GIF for geometric scenes that are characterized by smooth colors, straight lines and gradients.
For vector animation there is SVG
And for raster video there are various MPEG codecs which do a good job for natural scenes.
So my question is, what should I use for a video which...
I want to view dynamic contents (flash games, online transaction...etc) offline.
For example, I finish level 1 of this cool flash RPG game.
I go offline and play the level again.
Or, I make a purchase.
And make the purchase again offline.
Of course this won't do anything. It will be strictly for demonstration purpose.
Or, I watch a ...
Hello everyone,
I am programming on Windows Media Encoder 9 to record screen, and we can select two video codecs, (1) Windows Media Video 9 codec and (2) Windows Media Video 9 Screen codec.
My questions,
I am a little concerned about using (2), since I think for most client computer, they intalled with Windows Media Video 9 codec, bu...
Hi, is it possible to generate/send video/audio using javascript ??
for example, see jspdf - http://jspdf.googlecode.com/svn/trunk/examples/basic.htm generate client side generated pdf file using base64 encoded datauri and embed the datauri !
Can similar approach be applied for generation of Ogg files ?
This can be useful for text to ...
Is it true that any REST based API to upload videos will always require you to have the video file on your server i.e. it is not possible to pass it directly to that web service?
I am just trying to rule out all the possible APIs that are open to me.
Anyone know of an API I can make use of to upload directly from the users machine so t...
Is it possible to upload video to a server? I know that images are possible.
If someone can just point me in the right direction that would be awesome.
Thanks
...
I'm wondering how to use FFMpeg to grap the middle frame of a video. I've already written the C# to grab a frame at a certain time (ie pull one frame at second 3). But I've yet to figure out how to find the middle of video using the FFMpeg commands.
...
I just updated Firefox 3.5.
When I visited Firefox website there is a video. When you click it, it enlarges and plays. I wonder if anyone knows how you can do it. Does it use any plug-in?
...