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
|