Matthias Kramm wrote:
> On Sat, Mar 25, 2006 at 08:43:58AM +0100, Pablo Rodríguez wrote:
>> wav_read: not a WAV file
>> "jono-bacon.mp3" seems to work as a MP3 file...
>
> That's no error. Everything is working as expected here.
I thought it was an error and I didn't realized that the output was there.
But the problem is that encoding the mp3 with "lame -m m -b 8 file.wav"
(and also with -m s), the synchronized audio is played too fast (maybe
twice faster as normal speed).
By the way, how do I avoid the infinite audio play in the script bellow?
.flash filename="file+.swf" fps=1
.swf slides "file.swf"
.put slides
.stop slides
.sound audio filename="audio.wav"
.play audio
.frame n+=10 #slide1 00:10
.nextframe slides
.frame n+=10 #slide2 00:20
.end
Thanks,
Pablo
_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common