Trimming frames from SWF Movieclip
Is there a library or cli program which is capable of dropping开发者_运维问答/extracting frames from a SWF movie? Let's say I have a SWF movieclip with 451 frames, of which I will like to make a new movie clip out of with only the first 450 frames. No wrappers or containers though.
Yes, there is. swftools can do it. After build the source just use swfextract.
swfextract -f 1-450 source.swf
精彩评论