comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: CW_Animate procedure...
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: CW_Animate procedure... [message #32156] Fri, 13 September 2002 02:39
Manish is currently offline  Manish
Messages: 20
Registered: April 2001
Junior Member
Thanks Rick, i'll give that a try, load each frame twice (or how ever many
needed) to slow it down enough!

Cheers for your help,

Manish

--

"Rick Towler" <rtowler@u.washington.edu> wrote in message
news:alqlsc$1cng$1@nntp6.u.washington.edu...
> You can always use an external program to adjust the frame rate. I know
the
> freeware virtualDub will do this. The problem is that the MPEG standard
> requires video to be encoded at one of a few specific rates. If you want
> your video to run at around 30%, you'll need to encode at 10 fps which
isn't
> a legal MPEG rate, so you'll have to encode to .AVI. Another downside to
> this approach is that you will be re-encoding the MPEG file which will
> degrade the quality even further. Plus you'll undoubtedly enter codec
> hell...
>
> Can you just insert individual frames more than once?
>
> -Rick
>
>
>
> "M" <mrmanish@bigfoot.com> wrote
>
>> Bugger! Oh well..... :-((
>>
>> Thanks for your help anyway David, it's appreciated!
>>
>> Manish
>>
>> --
>>
>> "David Fanning" <david@dfanning.com> wrote
>>> M (mrmanish@bigfoot.com) writes:
>>>
>>>> I'm writing a program that uses the CW_ANIMATE procedure to animate
>> plots,
>>>> then write them to an mpeg file. This is all working fine, but when
i
>> come
>>>> to write the mpeg (via the save button in the widget), it only
writes
> it
>> at
>>>> full speed (frame rate).... :-( I can view it fine at (say) 30%
>> speed,
>>>> but saving it as mpeg at that speed is a problem.
>>>>
>>>> I was wondering, is there a way to write the mpeg at a specified %
> frame
>>>> rate, ie 30% of full speed?
>>>
>>> No. :-)
>>>
>>> Cheers,
>>>
>>> David
>>>
>>> --
>>> David W. Fanning, Ph.D.
>>> Fanning Software Consulting, Inc.
>>> Phone: 970-221-0438, E-mail: david@dfanning.com
>>> Coyote's Guide to IDL Programming: http://www.dfanning.com/
>>> Toll-Free IDL Book Orders: 1-888-461-0155
>>
>>
>
>
Re: CW_Animate procedure... [message #32164 is a reply to message #32156] Thu, 12 September 2002 11:18 Go to previous message
Rick Towler is currently offline  Rick Towler
Messages: 821
Registered: August 1998
Senior Member
You can always use an external program to adjust the frame rate. I know the
freeware virtualDub will do this. The problem is that the MPEG standard
requires video to be encoded at one of a few specific rates. If you want
your video to run at around 30%, you'll need to encode at 10 fps which isn't
a legal MPEG rate, so you'll have to encode to .AVI. Another downside to
this approach is that you will be re-encoding the MPEG file which will
degrade the quality even further. Plus you'll undoubtedly enter codec
hell...

Can you just insert individual frames more than once?

-Rick



"M" <mrmanish@bigfoot.com> wrote

> Bugger! Oh well..... :-((
>
> Thanks for your help anyway David, it's appreciated!
>
> Manish
>
> --
>
> "David Fanning" <david@dfanning.com> wrote
>> M (mrmanish@bigfoot.com) writes:
>>
>>> I'm writing a program that uses the CW_ANIMATE procedure to animate
> plots,
>>> then write them to an mpeg file. This is all working fine, but when i
> come
>>> to write the mpeg (via the save button in the widget), it only writes
it
> at
>>> full speed (frame rate).... :-( I can view it fine at (say) 30%
> speed,
>>> but saving it as mpeg at that speed is a problem.
>>>
>>> I was wondering, is there a way to write the mpeg at a specified %
frame
>>> rate, ie 30% of full speed?
>>
>> No. :-)
>>
>> Cheers,
>>
>> David
>>
>> --
>> David W. Fanning, Ph.D.
>> Fanning Software Consulting, Inc.
>> Phone: 970-221-0438, E-mail: david@dfanning.com
>> Coyote's Guide to IDL Programming: http://www.dfanning.com/
>> Toll-Free IDL Book Orders: 1-888-461-0155
>
>
Re: CW_Animate procedure... [message #32165 is a reply to message #32164] Thu, 12 September 2002 10:21 Go to previous message
Manish is currently offline  Manish
Messages: 20
Registered: April 2001
Junior Member
Bugger! Oh well..... :-((

Thanks for your help anyway David, it's appreciated!

Manish

--

"David Fanning" <david@dfanning.com> wrote in message
news:MPG.17ea7a873fda092f9899af@news.frii.com...
> M (mrmanish@bigfoot.com) writes:
>
>> I'm writing a program that uses the CW_ANIMATE procedure to animate
plots,
>> then write them to an mpeg file. This is all working fine, but when i
come
>> to write the mpeg (via the save button in the widget), it only writes it
at
>> full speed (frame rate).... :-( I can view it fine at (say) 30%
speed,
>> but saving it as mpeg at that speed is a problem.
>>
>> I was wondering, is there a way to write the mpeg at a specified % frame
>> rate, ie 30% of full speed?
>
> No. :-)
>
> Cheers,
>
> David
>
> --
> David W. Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Phone: 970-221-0438, E-mail: david@dfanning.com
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Toll-Free IDL Book Orders: 1-888-461-0155
Re: CW_Animate procedure... [message #32166 is a reply to message #32165] Thu, 12 September 2002 10:19 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
M (mrmanish@bigfoot.com) writes:

> I'm writing a program that uses the CW_ANIMATE procedure to animate plots,
> then write them to an mpeg file. This is all working fine, but when i come
> to write the mpeg (via the save button in the widget), it only writes it at
> full speed (frame rate).... :-( I can view it fine at (say) 30% speed,
> but saving it as mpeg at that speed is a problem.
>
> I was wondering, is there a way to write the mpeg at a specified % frame
> rate, ie 30% of full speed?

No. :-)

Cheers,

David

--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: External c calls broken in IDL 5.5
Next Topic: Re: IDLWAVE 4.15 Release -- idlwave.org

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 14:36:31 PDT 2025

Total time taken to generate the page: 1.60030 seconds