foobarlab / UpStage-Video-Hack

UpStage Streaming Hack
http://www.foobarlab.net/
GNU General Public License v2.0
5 stars 1 forks source link

Allow specific framerate for media (client.swf) #87

Open foobarlab opened 11 years ago

foobarlab commented 11 years ago

Currently the framerate of a stage is fixed to 31 fps. Before version 2.4.2 this was set to something like 15 fps. When uploading "old" media the speed of animation is way too fast. Is there a way to allow specific framerates for media?

foobarlab commented 11 years ago

According to the article http://helpx.adobe.com/flash/kb/load-external-swf-swf.html there is no possibility to load a swf into a parent swf while letting the child swf have a different framerate. The only exception is when sound is included in the timeline with the option to sync to "stream". But this is no solution and should rather be supressed as the stage framerate should be something like 31 fps (30 fps + 1 more) to have smooth video playback.

A solution could be to add timer code in the child swf to slow down playback...