[Vnc2swf-users] limit exceeded?
Status: Alpha
Brought to you by:
euske
From: Albert C. <alb...@co...> - 2006-02-07 23:03:40
|
Hi, I used pyvnc2swf to record a video tutorial. Initially it was too long (1 hour), so I split it up into 4 chapters, and decided I could cut down on the time by adding audio to it instead of using text. However, when I did this: edit.py -o Chapter1.swf -a Raw1.mp3 Raw1.swf After all the dots, it prints this: > (most recent call last): > File "C:\Documents and Settings\Albert\My > Documents\vnc2swf\pyvnc2swf-0.8.1\ed > it.py", line 229, in ? > if __name__ == "__main__": main(sys.argv[1:]) > File "C:\Documents and Settings\Albert\My > Documents\vnc2swf\pyvnc2swf-0.8.1\ed > it.py", line 224, in main > mp3seek=mp3seek, mp3skip=mp3skip) > File "C:\Documents and Settings\Albert\My > Documents\vnc2swf\pyvnc2swf-0.8.1\ed > it.py", line 82, in reorganize > builder.build(r) > File "C:\Documents and Settings\Albert\My > Documents\vnc2swf\pyvnc2swf-0.8.1\ou > tput.py", line 874, in build > self.stream.next_frame() > File "C:\Documents and Settings\Albert\My > Documents\vnc2swf\pyvnc2swf-0.8.1\ou > tput.py", line 544, in next_frame > self.add_object(self.screen.get_image(x0, y0, w, h), depth, x0, y0) > File "C:\Documents and Settings\Albert\My > Documents\vnc2swf\pyvnc2swf-0.8.1\ou > tput.py", line 511, in add_object > self.place_object2(self.define_shape(w, h, data), x, y, depth) > File "C:\Documents and Settings\Albert\My > Documents\vnc2swf\pyvnc2swf-0.8.1\ou > tput.py", line 405, in define_shape > shape_id = self.writer.newid() > File "C:\Documents and Settings\Albert\My > Documents\vnc2swf\pyvnc2swf-0.8.1\sw > f.py", line 428, in newid > assert self.objid < 65536, 'the number of objects exceeded the limit!' > AssertionError: the number of objects exceeded the limit! So then I decided to split the mp3 file into 3 files (each 3-5 minutes long). I ran this: edit.py -o Chapter1.swf -a Raw1_1.mp3 -a Raw1_2.mp3 -a Raw1_3.mp3 Raw1.swf However, I got the same results. Anybody got any ideas on how to fix this? Raw1.swf is 24.1 MB. Is it the swf file that's too big? |