> Any ideas how I can get the frame size of a .wmv or .mpg file for use > in a Rev app? I don't want my users to have to have QT installed. I'm > using FFMPEG to convert videos to Flash (from inside Rev), and I want > to be able to limit the frame size to 480x360. It's easy to get this > data for avi's and mov's, but what about the other two formats? (This > is for Windows only) You could write a quick external which uses DirectShow's IMediaDetector interface to query the files frame size.
Best, Tuviah Snyder Lead programmer, MediaWan Solid State Logic, Inc. http://www.solid-state-logic.com/ _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
