Sign UpSign Up   Sign InSign In Welcome Guest,
Live ChatLive Chat

Ignore sound?

Last post 07-06-2010, 2:19 AM by shade. 6 replies.
Sort Posts: Previous Next
  •  06-01-2010, 7:38 AM 241061

    Ignore sound? .NET

    Attachment: Present (inaccessible)

    Hello!

    I've got an exception:
    Aspose.Flash.Flv.UnpackerException: Unsupported audio format
    at Aspose.Flash.Flv.FLVUnpacker.ᑱ(SoundStreamBlock ऽ, SoundStreamBlock ा)
    at Aspose.Flash.Flv.FLVUnpacker.ᑰ(FlashContainer ീ)
    at Aspose.Flash.Flv.FLVUnpacker.ᑯ()
    at Aspose.Flash.Flv.FLVUnpacker.Unpack(Int32 objectIdentifier, Int32 depth)
    at Aspose.Flash.Flv.FLVUnpacker.Unpack()

    I don't need sound at all.All i want is to render movie frames. What should i do?

    With respect, Michael

    PS Component version is 2.9.0.0

     
  •  06-01-2010, 12:11 PM 241149 in reply to 241061

    Re: Ignore sound?

    Hi Michael,

    Please share the code snippet and the related input files with us, so we could test the issue at our end. You'll be updated accordingly.

    We're sorry for the inconvenience.
    Regards,


    Shahzad Latif
    Support Developer
    Aspose Sialkot Team
    About Us
    Contact Us
     
  •  06-02-2010, 2:45 AM 241249 in reply to 241149

    Re: Ignore sound?

    Code is easy:

    using ( Stream stream = File.OpenRead( sourceFile ) )

    {
         FLVUnpacker unp = new FLVUnpacker( stream );
         return unp.Unpack();

    }

    The file is attached above.

    Michael


     
  •  06-02-2010, 6:29 AM 241310 in reply to 241249

    Re: Ignore sound?

    Hi Michael,

    I have reproduced this problem at my end and logged it as FLASHNET-17422 in our issue tracking system. Our team will look into this issue and you'll be updated via this forum thread once it is resolved.

    We're sorry for the inconvenience.
    Regards,


    Shahzad Latif
    Support Developer
    Aspose Sialkot Team
    About Us
    Contact Us
     
  •  06-15-2010, 3:16 PM 243560 in reply to 241310

    Re: Ignore sound?

    Hi Michael,

    Our team has further investigated this issue and I would like to share with you that the video format used in the FLV file is not supported by SWF file. You can find all the supported video formats in the Video chapter of the SWF specification; the specification can be downloaded from this link. Please convert the existing FLV video to a new FLV file using any of the specified formats and then convert it to SWF.

    In order to eliminate sound, currently you can remove any sound related tags from the FlashContainer object, however in our upcoming version, due at the end of this month, we're going to provide an overload of the Unpack method which will allow you to exclude the sound.

    We're sorry for the inconvenience. If you have any further questions, please do let us know.
    Regards,


    Shahzad Latif
    Support Developer
    Aspose Sialkot Team
    About Us
    Contact Us
     
  •  07-05-2010, 1:55 PM 247061 in reply to 241061

    Re: Ignore sound?

    The issues you have found earlier (filed as 17422) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
  •  07-06-2010, 2:19 AM 247104 in reply to 247061

    Re: Ignore sound?

    Thanks a lot!

    With respect, Michael

     
View as RSS news feed in XML