New version of my AVI reader/writer [message #48863] |
Mon, 29 May 2006 07:10  |
ronn
Messages: 123 Registered: April 1999
|
Senior Member |
|
|
Hello Everyone,
With the advent of IDL 6.3 my old AVI routines stopped working. Rather
than trying to rework the old code I decided to start fresh. This new
dll has several new features that will be of use to the IDL community.
The new codec keyword allows you specify the compression codec
directly. If this keyword is undefined then the user chosen value will
be passed back to the IDL code. This dll will also work with the
avisynth frameserver (www.avisynth.org) allowing IDL to read/write MPEG
and Quicktime files. For quictktime you will also need to install
quicktimealternative at http://www.codecguide.com/download_qt.htm.
Please see the example programs in the link below to see how these
work.
http://www.kilvarock.com/freesoftware/dlms/avi63plus.htm
Thanks!
Ronn Kling
KRS, inc.
email: ronn@rlkling.com
Use these books to upgrade your IDL skills.
"Application Development with IDL"
"Calling C from IDL, Using DLM's to extend your IDL code". SECOND
EDITION includes C++ and debugging!
"Power Graphics with IDL, A Beginner's Guide to Object Graphics",
|
|
|
Re: New version of my AVI reader/writer [message #48935 is a reply to message #48863] |
Thu, 01 June 2006 06:05  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Ronn,
great job, what a community service! The best version we ever had!!!
Haje
ronn@rlkling.com wrote:
> Hello Everyone,
>
> With the advent of IDL 6.3 my old AVI routines stopped working. Rather
> than trying to rework the old code I decided to start fresh. This new
> dll has several new features that will be of use to the IDL community.
> The new codec keyword allows you specify the compression codec
> directly. If this keyword is undefined then the user chosen value will
> be passed back to the IDL code. This dll will also work with the
> avisynth frameserver (www.avisynth.org) allowing IDL to read/write MPEG
> and Quicktime files. For quictktime you will also need to install
> quicktimealternative at http://www.codecguide.com/download_qt.htm.
>
> Please see the example programs in the link below to see how these
> work.
>
> http://www.kilvarock.com/freesoftware/dlms/avi63plus.htm
>
> Thanks!
>
> Ronn Kling
> KRS, inc.
> email: ronn@rlkling.com
> Use these books to upgrade your IDL skills.
> "Application Development with IDL"
> "Calling C from IDL, Using DLM's to extend your IDL code". SECOND
> EDITION includes C++ and debugging!
> "Power Graphics with IDL, A Beginner's Guide to Object Graphics",
|
|
|