[Vnc2swf-users] Concatenate .swf movies with different framerates...
Status: Alpha
Brought to you by:
euske
From: Alain C. <ala...@la...> - 2006-06-15 09:11:48
|
Hi, After recording the movie, I would like to be able to play different parts of the movie at different speeds : pyvnc2swf-edit -V -o 13-total.swf 13-1.swf 13-2.swf 13-3.swf 13-4.swf Using pygame 1.7.1release Scanning source swf file: 13-1.swf... Input movie: version=7, size=1024x800, framerate=2fps, frames=621, duration=310.5s. Output movie size: 1024x800 Scanning source swf file: 13-2.swf... Input movie: version=7, size=1024x800, framerate=6fps, frames=260, duration=43.3s. Warning: movie framerate is overridden. Scanning source swf file: 13-3.swf... Input movie: version=7, size=1024x800, framerate=20fps, frames=890, duration=44.5s. Warning: movie framerate is overridden. Scanning source swf file: 13-4.swf... Input movie: version=7, size=1024x800, framerate=6fps, frames=1167, duration=194.5s. Warning: movie framerate is overridden. Creating movie: '13-total.swf': version=7, size=1024x800, framerate=2.0, compression=None ----------------------------------- the result is framerate=2.0 for all the movie :-( is there a way to concatenate .swf movies with different framerates... ? thanks for your help and thanks to Yusuke for a very nice tool ;-) alain |