Re: [whatwg] Video : Slow motion, fast forward effects

2008-11-13 Thread Ian Hickson
On Wed, 15 Oct 2008, Charles Iliya Krempeaux wrote: On Wed, Oct 15, 2008 at 2:08 AM, Ian Hickson [EMAIL PROTECTED] wrote: Regarding whether to play audio while rewinding: Leaving this be something that is optional doesn't make sense to me. If we want interoperability, we need to

Re: [whatwg] Video : Slow motion, fast forward effects

2008-10-15 Thread Kristof Zelechovski
the right way to do it. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Hickson Sent: Wednesday, October 15, 2008 11:08 AM To: [EMAIL PROTECTED] Subject: Re: [whatwg] Video : Slow motion, fast forward effects On Tue, 14 Oct 2008, Dave Singer wrote

Re: [whatwg] Video : Slow motion, fast forward effects

2008-10-14 Thread Eric Carlson
On Oct 13, 2008, at 3:41 PM, Ian Hickson wrote: On Thu, 7 Aug 2008, Chris Double wrote: On Thu, Aug 7, 2008 at 6:20 PM, Ian Hickson [EMAIL PROTECTED] wrote: On Thu, 7 Aug 2008, Biju [EMAIL PROTECTED] wrote: So can I assume HTML5 spec also allow playbackRate to be negative value. ie to

Re: [whatwg] Video : Slow motion, fast forward effects

2008-10-14 Thread Charles Iliya Krempeaux
Hello Ian, On Mon, Oct 13, 2008 at 3:41 PM, Ian Hickson [EMAIL PROTECTED] wrote: [...] On Thu, 7 Aug 2008, Charles Iliya Krempeaux wrote: This feature would be used to implement scrubing. Like what you see in Non-Linear Editors... for making movies, etc. (I.e., grabbing the position

Re: [whatwg] Video : Slow motion, fast forward effects

2008-10-13 Thread Ian Hickson
On Thu, 7 Aug 2008, Chris Double wrote: On Thu, Aug 7, 2008 at 6:20 PM, Ian Hickson [EMAIL PROTECTED] wrote: On Thu, 7 Aug 2008, Biju [EMAIL PROTECTED] wrote: So can I assume HTML5 spec also allow playbackRate to be negative value. ie to support go backward at various speed Yes.

Re: [whatwg] Video : Slow motion, fast forward effects

2008-10-13 Thread Dave Singer
At 22:41 + 13/10/08, Ian Hickson wrote: On Thu, 7 Aug 2008, Dave Singer wrote: Would you expect the audio to be played backwards too? I think that's extra credit and optional. It's now not allowed, though I suppose an author could always have two video elements and could make the

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Biju [EMAIL PROTECTED]
On Thu, Aug 7, 2008 at 1:49 AM, Ian Hickson [EMAIL PROTECTED] wrote: playbackRate is the right way to do it, but maybe Firefox doesn't yet support it. So can I assume HTML5 spec also allow playbackRate to be negative value. ie to support go backward at various speed Thanks ~Biju

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Ian Hickson
On Thu, 7 Aug 2008, Biju [EMAIL PROTECTED] wrote: On Thu, Aug 7, 2008 at 1:49 AM, Ian Hickson [EMAIL PROTECTED] wrote: playbackRate is the right way to do it, but maybe Firefox doesn't yet support it. So can I assume HTML5 spec also allow playbackRate to be negative value. ie to support

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Chris Double
On Thu, Aug 7, 2008 at 6:20 PM, Ian Hickson [EMAIL PROTECTED] wrote: On Thu, 7 Aug 2008, Biju [EMAIL PROTECTED] wrote: On Thu, Aug 7, 2008 at 1:49 AM, Ian Hickson [EMAIL PROTECTED] wrote: playbackRate is the right way to do it, but maybe Firefox doesn't yet support it. So can I assume

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Maik Merten
Chris Double schrieb: Given that codecs are often highly optimized for forward playback the cost in memory can be excessive to go the other way. Could there be a possibility to say 'reverse playback not supported'? This may be needed anyway, given that with streaming media you can't reverse

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Philip Jägenstedt
I suggest that the spec allows raising the NOT_SUPPORTED_ERR exception in response to any playback rate which it cannot provide for the current configuration. With a netcast you couldn't support any playback rate except 1.0 without first buffering all the data you want to play at a faster rate, so

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Chris Double
On Thu, Aug 7, 2008 at 4:58 PM, Biju [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: PS: On Firefox I tried changing playbackRate attribute by Markup as well as script, but did not see any effect. playbackRate is not yet supported by the Ogg backend. The build I have on my site with the

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Ralph Giles
On Thu, Aug 7, 2008 at 1:57 AM, Philip Jägenstedt [EMAIL PROTECTED] wrote: I suggest that the spec allows raising the NOT_SUPPORTED_ERR exception in response to any playback rate which it cannot provide for the current configuration. That sounds reasonable. It is a special effect. With a

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Dave Singer
At 20:10 +1200 7/08/08, Chris Double wrote: On Thu, Aug 7, 2008 at 6:20 PM, Ian Hickson [EMAIL PROTECTED] wrote: On Thu, 7 Aug 2008, Biju [EMAIL PROTECTED] wrote: On Thu, Aug 7, 2008 at 1:49 AM, Ian Hickson [EMAIL PROTECTED] wrote: playbackRate is the right way to do it, but maybe

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Jonas Sicking
Dave Singer wrote: At 20:10 +1200 7/08/08, Chris Double wrote: On Thu, Aug 7, 2008 at 6:20 PM, Ian Hickson [EMAIL PROTECTED] wrote: On Thu, 7 Aug 2008, Biju [EMAIL PROTECTED] wrote: On Thu, Aug 7, 2008 at 1:49 AM, Ian Hickson [EMAIL PROTECTED] wrote: playbackRate is the right way to do

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Dave Singer
At 12:11 -0700 7/08/08, Jonas Sicking wrote: Dave Singer wrote: At 20:10 +1200 7/08/08, Chris Double wrote: On Thu, Aug 7, 2008 at 6:20 PM, Ian Hickson [EMAIL PROTECTED] wrote: On Thu, 7 Aug 2008, Biju [EMAIL PROTECTED] wrote: On Thu, Aug 7, 2008 at 1:49 AM, Ian Hickson [EMAIL

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Charles Iliya Krempeaux
Hello, On Thu, Aug 7, 2008 at 12:11 PM, Jonas Sicking [EMAIL PROTECTED] wrote: Dave Singer wrote: At 20:10 +1200 7/08/08, Chris Double wrote: On Thu, Aug 7, 2008 at 6:20 PM, Ian Hickson [EMAIL PROTECTED] wrote: On Thu, 7 Aug 2008, Biju [EMAIL PROTECTED] wrote: On Thu, Aug 7, 2008 at

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread Dave Singer
At 12:23 -0700 7/08/08, Charles Iliya Krempeaux wrote: I don't think turning sound off is a good idea. well, the alternative is throwing a Not_supported error and not even showing the video. So, I still feel that for a/v movies, reversing the sound should be permitted but not required.

Re: [whatwg] Video : Slow motion, fast forward effects

2008-08-07 Thread WeBMartians
Cc: Biju [EMAIL PROTECTED]; Dave Singer; whatwg@lists.whatwg.org; Chris Double; Ian Hickson; Jonas Sicking Subject: Re: [whatwg] Video : Slow motion, fast forward effects On Aug 7, 2008, at 12:23 PM, Charles Iliya Krempeaux wrote: Hello, On Thu, Aug 7, 2008 at 12:11 PM, Jonas

[whatwg] Video : Slow motion, fast forward effects

2008-08-06 Thread Biju [EMAIL PROTECTED]
How can I get Slow motion, fast forward effect on VIDEO.? Is it possible to go backward at various speed also? TIA Biju PS: On Firefox I tried changing playbackRate attribute by Markup as well as script, but did not see any effect.