|
Home > Archive > Macromedia Flash Server > March 2006 > re-watch an flv file at 2x or 3x velocity
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
re-watch an flv file at 2x or 3x velocity
|
|
|
|
| Fabio Sonnati 2006-03-23, 8:47 pm |
| probably it's impossible
FS
----- Original Message -----
From: "raffaele 3thd" <raffaele-TDou4lP4dWI@public.gmane.org>
To: <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Thursday, March 23, 2006 12:37 PM
Subject: [FlashComm] re-watch an flv file at 2x or 3x velocity
>
>
> Hy, who know how i can make a button to re-watch an flv file at 2x or 3x
> velocity?
> Thank you!
>
>
> Raffaele
>
>
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Nick Gerig 2006-03-23, 8:47 pm |
| u can do fast forward using seek but its not very smooth and its
effectively fast forwarding at keyframe intervals - so depending on your
key frame intervals its probably more like x20
raffaele 3thd wrote:
>
>
>Hy, who know how i can make a button to re-watch an flv file at 2x or 3x
>velocity?
>Thank you!
>
>
>Raffaele
>
>
> ________________________________________
_______
>FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com
>
>
>
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Asa Whillock 2006-03-23, 8:48 pm |
| Exact multiples of speed aren't currently possible. You can alter your
framerate by embedding video frame to frame in a swf and changing the
swf's frame rate, but it's a one time deal. With FMS you can play back
at normal speed, or you can put an optional argument on the playback and
have it flush the whole thing at once, but in that case you're not going
to get a viewable stream - just all the events in rapid succession and
the final video frames will be on display as soon as FMS can get them.
Asa
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Nick Gerig
Sent: Thursday, March 23, 2006 7:37 AM
To: FlashComm Mailing List
Subject: Re: [FlashComm] re-watch an flv file at 2x or 3x velocity
u can do fast forward using seek but its not very smooth and its=20
effectively fast forwarding at keyframe intervals - so depending on your
key frame intervals its probably more like x20
raffaele 3thd wrote:
>=20
>
>Hy, who know how i can make a button to re-watch an flv file at 2x or
3x
>velocity?
>Thank you!
>
>
>Raffaele=20
>
>
> ________________________________________
_______
>FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com
>
>
> =20
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Simon Lord 2006-03-23, 8:48 pm |
| I still think we should be able to apply some kind of setFPS();
variable to a movieClip or video object. That would really rock and
probably be a huge welcome to game developers as well for use as
level difficulty).
I'd love it for my playback controls (scrubbing the clip, hearing the
chipmunks audio etc)
The current hack is to dynamically swap out an audio clip...
http://www.hcw.be/hcwcs/focus_macromedia_tip2.asp
.... unfortunately this hack doesn't work on Linux, and doesn't always
*catch* on with the mac or PC (so not 100% dependable).
Great trick though.
On Mar 23, 2006, at 1:02 PM, Asa Whillock wrote:
> Exact multiples of speed aren't currently possible. You can alter
> your
> framerate by embedding video frame to frame in a swf and changing the
> swf's frame rate, but it's a one time deal. With FMS you can play
> back
> at normal speed, or you can put an optional argument on the
> playback and
> have it flush the whole thing at once, but in that case you're not
> going
> to get a viewable stream - just all the events in rapid succession and
> the final video frames will be on display as soon as FMS can get them.
>
> Asa
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Nick
> Gerig
> Sent: Thursday, March 23, 2006 7:37 AM
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] re-watch an flv file at 2x or 3x velocity
>
> u can do fast forward using seek but its not very smooth and its
> effectively fast forwarding at keyframe intervals - so depending on
> your
>
> key frame intervals its probably more like x20
>
> raffaele 3thd wrote:
>
> 3x
>
>
>
>
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Asa Whillock 2006-03-23, 8:48 pm |
| It's an interesting idea. I'll see if it can fit as a feature for the
future.
Asa
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Simon Lord
Sent: Thursday, March 23, 2006 10:11 AM
To: FlashComm Mailing List
Subject: Re: [FlashComm] re-watch an flv file at 2x or 3x velocity
I still think we should be able to apply some kind of setFPS(); =20
variable to a movieClip or video object. That would really rock and =20
probably be a huge welcome to game developers as well for use as =20
level difficulty).
I'd love it for my playback controls (scrubbing the clip, hearing the =20
chipmunks audio etc)
The current hack is to dynamically swap out an audio clip...
http://www.hcw.be/hcwcs/focus_macromedia_tip2.asp
.... unfortunately this hack doesn't work on Linux, and doesn't always =20
*catch* on with the mac or PC (so not 100% dependable).
Great trick though.
On Mar 23, 2006, at 1:02 PM, Asa Whillock wrote:
> Exact multiples of speed aren't currently possible. You can alter =20
> your
> framerate by embedding video frame to frame in a swf and changing the
> swf's frame rate, but it's a one time deal. With FMS you can play =20
> back
> at normal speed, or you can put an optional argument on the =20
> playback and
> have it flush the whole thing at once, but in that case you're not =20
> going
> to get a viewable stream - just all the events in rapid succession and
> the final video frames will be on display as soon as FMS can get them.
>
> Asa
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Nick =20
> Gerig
> Sent: Thursday, March 23, 2006 7:37 AM
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] re-watch an flv file at 2x or 3x velocity
>
> u can do fast forward using seek but its not very smooth and its
> effectively fast forwarding at keyframe intervals - so depending on =20
> your
>
> key frame intervals its probably more like x20
>
> raffaele 3thd wrote:
>
> 3x
>
>
>
>
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|
|
|
|
|