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: Thu, 22 Apr 2010 11:40:46 +0530

Hi All,

The below command solve my problem I can agree with you.
Wav2swf.exe -r 12  -l 0 slide01_vo.wav -o slide01_vo.swf

But because of using -l 0 options to stops the repeat I am getting another 
issue with no of frames.

I am not sure about the difference of the below two commands.
        1. wav2swf.exe -r 12  slide01_vo.wav -o slide01_vo.swf
                This one showing frame count is around 300 and able to get the 
total duration of the audio.

        2. Wav2swf.exe -r 12  -l 0 slide01_vo.wav -o slide01_vo.swf
                This is working fine it stops the audio repeat. But I am 
getting total no of frames is 1. this causing to show the total duration of the 
audio.

Please let me know whether you're getting my point.

Thanks.
Kiran. M


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

Did you perchance miss the point I was making?

I was demonstrating an alternative way to stop the loop, since that was
your problem.  The more obviious, -E [ --end ] flag fails to stop the sound
as it should ( One minor bug for the new list! ).

You can create any value for the framerate that you wish to, and thus,

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

works aok, since the l set to zero part stops the repeat.

Problem solved.

Regards,


Chris.

On 21 April 2010 15:22, Kiran Muthoju <address@hidden> wrote:
>
>
> 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]