View Single Post
Old 10th August 2003, 07:00   #7  |  Link
yonatan
Registered User
 
Join Date: Dec 2001
Posts: 12
thanks for the help
I just renumbered the files (didn't see the trim reply
till it was too late)

My solution would be to write a set of wrappers that maek the
interface what it should have been (in my opinion)

write (clip, path, start_file_no, end_file_no, string format,
start_frame_no, end_frame_no)
read(path, start_file_no, end_file_no, int fps, bool use_DevIL

This would
- make read and write compatible
- allow any start and end numbers
- allow a trim function in write



read(
yonatan is offline   Reply With Quote