Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
102 views

How to set different frame rate for each animation in jQuery

I know the frame rate in jQuery could be set through jQuery.fx.interval. However, it applies to all the jQuery internal animate function such as slideDown, fadeIn and animateetc. I want to set frame ...
3
votes
5answers
3k views

Fixed vs. variable frame rates in games: what is best, and when?

After working for a while developing games, I've been exposed to both variable frame rates (where you work out how much time has passed since the last tick and update actor movement accordingly) and ...
0
votes
2answers
206 views

Flash frame-rate is different in browser than it is in flash player

I am using Flash CS4 and when testing my application my frame rate changes as it is programmed to do so. When I try to run the application in a browser (tried Firefox 4, Opera 10.5 and IE 8) the frame ...
0
votes
2answers
1k views

Performance of ffmpeg decoding on android without neon support

I've compiled ffmpeg code on android and able to play the video without neon support and for armv5te. Decoding is good, the video plays,but the problem is the frame rate is really really bad. I ...
0
votes
0answers
390 views

How can I find out the frame rate of a flash (.FLV) video from JavaScript?

I have some limited experience using the Flash JavaScript API to observe and manipulate SWF files. I would now like to observe and manipulate FLV videos from JavaScript. The API that I am familar with ...
0
votes
1answer
169 views

Is it safe to use 72 FPS for Flash ActionScript animations?

I'm working on some generative art animations using Flash ActionScript which appear much smoother at a frame rate of 72 FPS compared to 30 FPS or lower rates. On a Intel Pentium E2200 Dual CPU @ 2.20 ...
0
votes
1answer
98 views

Screencasting of a Silverlight Application?

I have got a silverlight application which basically plays videos among other things, as is portrayed below (Silverlight 3): <Grid x:Name="LayoutRoot" Background="White"> <MediaElement ...