Extract audio from .fls (Flash Sound Bundle File)

Greetings!
I would like to ask if it's possible to unbundle a Flash
Sound Bundle file? I've downloaded FlashLiteBundler.exe to check if
it can also unbundle, but it could not. A client wants to reuse
their audio files from a previous project, but alas, they could
only give us files of .fls format.
Any ideas on how I can go about this?
Peace!

Hi kglad!
Thanks for the reply. :)
1) The sad part is that Flash Lite 1.1 Sound Bundler only
appears as a flat square with the words "Drop Sound Files Here." A
few audio files are supported, such as .mid and you just drag the
audio onto the square, until a window appears which says, "MIDI
file __.mid added, size ___ KB" There are no other controls there
except the Delete, Clear All and Save Bundle buttons.
2) When I try dragging an existing .fls file (the one from
the client), it says "Unknown sound format, file not added."
3) When I try dragging an .fls file which I made myself using
Flash Lite 1.1 Sound Bundler (FlashLiteBunder.exe), an "OK" message
box appears, which says "1 device sound found. MIDI (___KB)". Other
than that, I can't get the Sound Bundler to do anything else.
I was wondering whether there's another way to unbundle using
another Flash tool, or maybe the bundled file is in a known format
which I can unbundle with something else? When opened in a text
editor, the .fls files from the client begin with "FWS".
Thanks.

Similar Messages

  • How do I extract audio from a .cpvc file?

    I have a .cpvc file that I would like to extract audio from.
    How do I do this? It doesn't seem clear in what I have Googled so far.

    Hi there
    Try clicking the Library button. Locate the audio, right-click and choose Export.
    Cheers... Rick

  • Is it possible in java to extract audio from video file and ...

    Hi,
    Is there any API in java for creating DVD video from Normal TV and extract audio from video file and convert MP3 to WMA file. What about java Media Framework and Java 3D API?
    If it is notpossible in java which will be the next option. Vc++?
    Please help me.
    Thanking in advance.
    From,
    Vinod A

    lol
    If all you want is to create a backup of some file you can do:public class Foo
        public static void main(String[] args) {
            Foo f = new Foo();
            f.createBackup("something.xls");
        public void createBackup(String inFile) {
            FileInputStream in = null;
            FileOutputStream out = null;
            try {
                in = new FileInputStream(inFile);
                out = new FileOutputStream(inFile + ".bak");
                int read;
                while ((read = in.read()) > -1) {
                    out.write(read);
                out.flush();
            } catch (FileNotFoundException e) {
                e.printStackTrace();
            } catch (IOException e) {
                e.printStackTrace();
            } finally {
                if (in != null) {
                    try {
                        in.close();
                    } catch (IOException e) {
                        e.printStackTrace();
                if (out != null) {
                    try {
                        out.close();
                    } catch (IOException e) {
                        e.printStackTrace();
    }

  • Extract audio from dvd

    I am trying to extract audio from a DVD I have previously made, when I open it there is nothing in the Audio_TS file. I have seen the previous post about video files. http://discussions.apple.com/thread.jspa?threadID=596051&tstart=15
    I would imagine that it would work the same way. I tried streamclip but it says I am missing a the mpeg-2 component. I did not think I needed this for a non-comercial DVD,
    I would like a simple way to use a sound clip off a dvd if that is possible. thanks

    follow Daniel's excellent suggestion (hardware solution).
    to get just the audio (parts of) from a DVD is no trivial task…
    the mpeg2 playback component is needed, because that is the codec in use on any videoDVD
    the AUDIO_TS is allways empty on a videoDVD, it is only in use for SuperAudioDVDs.. (rare HiFi format)
    the audio of a dvd is well hidden, "woven", muxxded (=tech term) into a data stream… tools as mentioned bbdemuxx demux that stream, in a second step you have to convert the file into something... usefull....
    get a few cables, as Daniel said...
    Plan C)
    invest in tools as Ambrosia's Wiretap which records any sound, your Mac produces... you playback the DVD on your Mac, and you record simultanously the sound... needs additional $$ software and the same amount of time as Daniel's suggestion…

  • Use QuickTime Pro to extract audio from VCD

    Can I use QuickTime Pro to extract the audio from a VCD? after that, I would like to convert that audio file to an mp3.

    MPEG Streamclip is exactly what I needed. Thank you!
    For others with the same need, here's my workflow for Extracting Audio from a VCD:
    * Pop the vcd into a computer and open it up.
    * Navigate to the MPEGAV folder. You should see something like AVSEQ01.DAT.
    * rename that to AVSEQ01.mpg
    * Drag this new .mpg file into MPEG Streamclip
    * File/Export Audio . . .
    * Open up Audacity (optional)
    * File/Open . . .
    * direct it to the newly created .mp3
    * Trim off any extra audio (I didn't want the opening credits, etc. on the .mp3)
    * File/Export as .mp3

  • HT4016 How to extract audio from a movie that is already in my project without having to delete and re-import the movie?

    The article is
    "How to extract audio from a movie file"
    But it only tells you how to extract when you first drag the movie file into the project.  This much is obvious when a dialog presents you with a checkbox asking if you want to "Extract the audio track" ... Duh
    Here was my workflow:
    Dragged the movie file into my project
    I checked "Extract the audio track"
    I shifted the "Movie Start Time"
    Extracted audio track did not shift with the movie
    I deleted the extracted audio and played the audio directly from the movie
    Now, I need the audio extracted again at the current movie position
    I knew where this option was in the Logic 9 menus, but I'm having trouble finding it in Logic X
    Is this option still available, or has it been removed?

    Solved:
    I found the menu option for extracting or re-extracting the movie audio.  BTW, the original article:
    Logic Pro 9.1: How to extract audio from a movie file in 64-bit mode
    should really also state the menu command for extracting the audio, not just the procedure when first adding the movie to the project.
    Here's the menu command:
    File>Movie>Import Audio from Movie
    Cheers

  • Extracting audio from video clip to use as narration?

    Hi there,
    I have a video clip in which I want to take the audio of actor speaking and put it onto another video.
    I.e. he is speaking about walking in the park. I want to take him speaking about walking in the park and put it onto the clip where he is actually walking in the park.
    How do I do this in premiere elements 10?

    Hi Bill,
    Thanks for the quick response. I guess my question now is how would I do those two things?
    In terms of exporting the audio, where can I find that option when I'm on timeline?
    What do you mean by "Alt-click" and what is a "muxed file"?
    Thanks again,
    Mallory
    Date: Fri, 13 Jan 2012 19:01:51 -0700
    From: [email protected]
    To: [email protected]
    Subject: Extracting audio from video clip to use as narration?
        Re: Extracting audio from video clip to use as narration?
        created by Bill Hunt in Premiere Elements - View the full discussion
    Welcome to the forum. There are several ways to accomplish this, and your choice might well rest on how you like to work, and what you are doing, such as Deleteing Video. First, you could Export/Share just the Audio as a PCM/WAV @ 48KHz 16-bit, from your Timeline, and Import that into a New Project, where the Audio WAV file would be used. OTOH, you could Atl-click on the Video portion of the muxed file, and Delete the Video, leaving only the Audio portion. Good luck, Hunt
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4139273#4139273
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4139273#4139273. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Premiere Elements by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to extract audio from an .avi for use on iTunes

    I have an Ipod Mini and I want to put the audio from a video clip (.avi file) onto it. Is this possible?
    Thanks

    Gobias
    The simple fact is that if it won't play in iTunes it won't play in your iPod. If the file plays on the Mac you'll need to capture it to an iTunes compatible format (mp3, aiff). To do this check out AudioHijack at http://rogueamoeba.com/ - the idea is that as your play the avi this will record the sound.
    Regards
    TD

  • IMovie audio issues. Fine in timeline, but when rendering to iTunes or Media Browser, audio from certain portions of movie files are heard in places where it shouldn't be !

    iMovie 11  audio issues. Fine in timeline, but when rendering to iTunes or Media Browser, audio from certain portions of movie files are heard in places where it shouldn't be !
    I have created a project where I have a montage of photos and video clips edited together with music under. Some audio portions of the video files are being muted in some areas and those portions are being heard in another part of the project. This is not for all video clips only certain ones.
    The project plays fine in the timeline, but when I render the project thru iTunes or Media Browser, this is when the project goes corrupt.
    I tried detaching the Audio from the video clips and this somewhat worked, but the original problem still exists with certain audio still being heard where it's not supposed to be.

    I have a fix - or rather, a workaround.
    WARNING: It is lengthy, but still far better than starting a new project from scratch.
    I had this same issue and none of my transitions/clips were at custom speeds, nor did I have anything else weird going on. Unfortunately there is nothing you can do within iMovie to fix this, at least there wasn't for me. iMovie is BY FAR the buggiest software I have ever used and if you haven't already spent hours slaving away on a project, you are so much better off using just about anything else to edit your video.
    ...But let's assume you have already spent many hours working on your project and you don't want to start all over. Well then, you have at least one option.
    It's a pain in the neck, but it's infinitely better than restarting your project from scratch.
    This will require:
    A software called Soundflower (which is free) and some kind of audio editing software (I use Logic, but really any should work).
    1.) You're going to need to export your video with the messed up audio. Typically if you're audio is messing up, you're video is at least usually working just fine (at least it always does for me).
    2.) You're going to need to open that video in your audio software and import only the audio. If your software doesn't give you this option, then you're going to need to record the audio from your video using the audio software and Soundflower. You can find tutorials on how to do this, but it's honestly pretty straightforward once you start playing around with you Mac's audio I/O settings. Remember to have your computer's volume all the way up when doing this.
    3.) Watch/listen to your video and make notes of where the audio errors occur. I HIGHLY RECOMMEND writing down times too,  as they will be extremely helpful later.
    4.) Now were going to rip some working audio from the iMovie project itself. Go back into your iMovie project and only play back audio while in the edit window for this step. Do NOT play your project back in full screen.
    This part is key: if you try to play back your project from the beginning the audio will usually still mess up. So, what you're gonna have to do is go back on your edit window timeline right before these errors occur and play that specific clip back while recording this working audio with Soundflower and your audio software. Essentially we're only recording the parts of the audio where these errors occur, so try to do this in order if you can. Try to leave several seconds of audio in before the error - that way we can use it as reference when we construct our new audio track.
    5.) Now in your audio software you should have your original error-filled audio track and the new clips that we just captured. This part can be painstaking if you're not familiar with audio editing softwares, but as you'll learn, it's really not that hard.
    You're going to look at your original audio track and compare it to your new working audio clips. You should be able to notice where those new clips are supposed to go by looking at the identical (or close to identical) waveform shapes in your original audio track. The two should correspond with one another. If you don't understand what I mean right now, you will when you start playing around with the audio. This is why marking times is very important.
    Take your new clips and split them up if you haven't already, that way you can drag them around and edit them separately from one another. Essentially your going to line these new clips up with original and then replace the original parts with new ones.
    We need to get this as precise as possible, so start off by getting them as close as you can with your naked eye, and then use a zoom tool to zoom in as much as possible so that you can get them lined up PERFECTLY, or at least extremely close. In some softwares you can just drag these new clips on top of the old track, but most of the time you will need to actually cut out the old piece and replace it with the new one. In doing this, zoom in and make sure that you are NOT cutting out a bigger space than your new clip will fill - otherwise you will have small gaps in your audio.
    VERY IMPORTANT: Also make sure that this new audio track starts at the EXACT SAME time as your original - otherwise your new audio will be out of sync.
    I know this part can really suck if you're not used to audio editing, but at this point, there is little other choice.
    6.) Once you are done with this, export your newly pieced together audio track.
    7.) Now open iMovie and create a NEW project. Re-import the video that you exported earlier that has the messed up audio. This might take a while, so just be patient.
    8.) Then right click the clip and select "Detach Audio". This will do just that - allowing you to edit the audio separately from the video. Now delete this audio.
    9.) Now, import the new, perfect audio track that we just made and make sure that it starts at the start of the project. Make sure it's in sync and that everything works.
    Now just export your new video with the working audio and you should be done. Since we have given iMovie the audio with no editing actually being done in iMovie, it does not have to generate its own audio now and you should have absolutely no errors now - unless there is some that you forgot to take out earlier.
    YOU'RE FINALLY DONE!!!
    I know this entire process *****, but if you're that far into your project, there is little else that you can do. Now you've learned your lesson:
    DON'T USE IMOVIE EVER AGAIN.
    I hope this helped!

  • Extract audio from a DVD how to

    Is there a FREE and ease way to extract audio from a DVD?
    Thank you

    Set a tape recorder next to your speaker? Seriously, though - what kind of DVD? If it's a commercial DVD, it's copyright protected and people here shouldn't give you advice on how to do it. There are other places besides Apple's discussion forums to get that kind of info, and I don't see why this question belongs in "Using Mac OSX Leopard" in the first place.

  • How do I extract audio from a movie?

    How do I extract audio from a movie I downloaded from iTunes and save it to my iTunes library to use as a ringtone?

    Do you have Qt Pro...?
    If not, you may be able to extract the audio with this free program:
    http://www.squared5.com/

  • Extracting audio from many clips at a time

    I have to extract some audio from many many video clips, so I was attempting to do it in one step, but Logic extract only from one clip at a time 
    So I'm thinking to use Audio Converter (it can extract audio from many clips in one step), but it ask me the AIFF encoding Bitrate (among 64 and 192 kbps). So I'm wondering... but Logic which AIFF bitrate manages???
    Tnks

    yes, it is possible. Infact, it is the normal practice to add those 10 roles to that single user in SU01 direclty.
    and as I said, user comparison should be scheduled normally in SAP system landscape to do the things automatically, however not immediately but after some time.
    http://help.sap.com/saphelp_nw04/helpdata/en/52/6714a9439b11d1896f0000e8322d00/content.htm
    If you want user comparison immediately, then you need to do it manually in the role.

  • I created in iMovie, and extracted audio from one of the clips to use in the title sequence.  All is well, export to iDVD and it plays OK, but when I burn the DVD the audio for the titles does not play. Any suggestions?

    I created in iMovie, and extracted audio from one of the clips to use in the title sequence.  All is well, export to iDVD and it plays OK, but when I burn the DVD the audio for the titles does not play. Any suggestions?

    I am on a MacBook Pro with OS 10.6.7 running iMovie '11 and iDVD 7.1.1.  Thanks for any input.

  • Extracting audio from premier project is not automatically opening in audition .How to reset this

    I was  using the feature of extracting audio from a time line in Premier for working on noise reduction and so on .It used to open automatically on choosing
    " EDIT CLIP IN AUDITION"  and on "saving" it was ready in Premier for further action. Now this is not happening. What happened and how do I reset this feature please?

    Not a reply but some more input. The culprit is not Safari but iChat, which I discovered just now, having run the app and quit after the person I was inviting wasn't available. I'm grateful for anyone who shed some light on this for me.
    All the best,
    David

  • Extracting audio from short clips

    My previous post/question seems to have disappeared so I apologise for a repeat: I'm noticing (and this started happening just recently) that it takes now about 10 minutes to extract audio from even very short clips (10 seconds long, say). It used to be clip-length-dependent, now it's flat 10 minutes no matter how short the clip. It's driving me nuts because it's an enormous slowdown of the workflow.
    Anybody has seen this and knows about a workaround?

    it takes now about 10 minutes to extract audio from even very short clips (10 seconds long, say)
    Is the underlying media clip also 10 seconds? Or is it much larger and just edited down to 10 seconds?
    iMovie HD extracts audio from the WHOLE underlying media clip but displays just the part that is not edited off. So extraxting audio can take time when deailing with such clips.
    Do a test: Export the just the selected 10 second clip as Full Quality DV and import it back (so the media clip really is just 10 seconds). Then extract audio from that 10 second clip. Is it any faster?

Maybe you are looking for