>I'd like to use transcode to turn a sequence of 2560x1440 RGB images to >a single .avi file.
Edit src/tc_defaults.h and change the line that reads:
#define TC_MAX_V_FRAME_WIDTH 2500
to:
#define TC_MAX_V_FRAME_WIDTH 2560
(Ideally, there wouldn't be any fixed limits like this, and that's one
thing we're hoping to clean up in future versions; these are left over
from the days when the typical frame size was on the order of 320x240.)
--Andrew Church
[EMAIL PROTECTED]
http://achurch.org/
