Re: [Vnc2swf-users] edit.py Option -F
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2005-09-02 18:44:49
|
Michael Will <mic...@gm...> wrote: > Hi, > > what does -F in edit.py do? What does "disables seeking audio" mean? > Micha When you edit a movie by adding mp3 files and choosing multiple frames at the same time, like "edit.py -a sound.mp3 -f 10-20,40-50", -f cuts and splices the mp3 stream too. But -F doesn't. In fact this is equivalent to: $ edit.py -f 10-20,40-50 -o tmp.swf in.swf and then $ edit.py -a sound.mp3 -o out.swf tmp.swf Does this make sense? Yusuke |