swftools-common
[Top][All Lists]
Advanced

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

RE: [Swftools-common] audio is repeating twice


From: Kiran Muthoju
Subject: RE: [Swftools-common] audio is repeating twice
Date: Wed, 21 Apr 2010 19:52:49 +0530

 

Hi All,

 

 

wav2swf -l 0 -o your_sound.swf  your_sound.wav

The above command is fine. But I am missing the total no of frames from the generated swf. If I decompile this generated swf showing frame count is 1.

 

I am using the below command which gives the swf file with around 300 frames based on the total no of frames there is business logic exist.

wav2swf -r 12 -o your_sound.swf  your_sound.wav

 

Thanks.

Kiran. M

 

 

 

-----Original Message-----
From: Chris Pugh [mailto:address@hidden
Sent: Wednesday, April 21, 2010 5:15 PM
To: Kiran Muthoju
Cc: address@hidden; Shoumya Kanti Das
Subject: Re: [Swftools-common] audio is repeating twice

 

Hmm.. you're right.  A little quirky! ;o)

 

  wav2swf -E -o your_sound.swf  your_sound.wav

 

doesn't appear to have quite the right effect.

 

This however, does:

 

    wav2swf -l 0 -o your_sound.swf  your_sound.wav

 

Let us know how you get on.

 

HTH.

 

Regards,

 

 

Chris.

On 21 April 2010 08:17, Kiran Muthoju <address@hidden> wrote:

> Hi All,

> 

> 

> 

>             I am using wav2swf tool for convert from wav to swf files.

> 

> The issue is after converting I am getting swf file which playing sound

> twice. I have not used any option to loop but still playing twice.

> 

> 

> 

> The command which I am using:

> 

>             wav2swf.exe -r 12   slide01_vo.wav -o slide01_vo.swf (In this

> the total no of frames showing around 300)

> 

> One more command I tried to stop the loop. But here the issue is I am

> missing total no of frames. It showing total no of frames count  is 1)

> 

>             wav2swf.exe -r 12 –l 0  slide01_vo.wav -o slide01_vo.swf

> 

> 

> 

> Could you please help me on this?

> 

> 

> 

> Thanks.

> 

> Kiran. M


reply via email to

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