swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] mp3 audio and devel version


From: Pablo Rodríguez
Subject: Re: [Swftools-common] mp3 audio and devel version
Date: Sun, 26 Mar 2006 22:57:36 +0200
User-agent: Mail/News 1.5 (X11/20060214)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]