Extracting Audio from M2P files

I did a forum search and only came across one other post for this.
The QT Player will recognize the M2P file and place the right icon on it.. but won't open the file unless it is re-named to a .m2v or .mpg file.
It then plays fine within the QT Player.. but without any sound. MPlayer on the otherhand, opens the file perfectly fine and plays the audio along with the video, no file extension change at all.
Does anyone know how it is I can get the sound to play from within the QT Player? I need to extract the audio so I can re-enoded to a web friendly format (ala H.264).
Video doesn't seem to be a problem.. I am basically looking for a Demuxing app of some sort.. any ideas?

MPEG-StreamClip...
http://www.squared5.com/
It's free.....
Read the specs and see if you have all the components to make it work for you...
(Gee lately I feel like a rep for MPEG_Streamclip)

Similar Messages

  • 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();
    }

  • Extracting audio from video file to edit...

    i know in imovie it's easy you just select the video then go up top and select the extract audio tab...
    but how can you extract the audio from a video file in final cut so are able to edit the audio and video files separately from one another WITHIN final cut??

    no output volume? ... you need to check your setting under the View menu > Audio Playback ... where are you sending the audio? maybe you're routing it to follow the video out through firewire to your DV device, in which case you need to turn up the speakers on your DV monitoring equipment
    ...or is this a muxed MPEG file? if so you need to demux it before bringing it into FCP, or better still, convert it to a more appropriate edit codec (you can use the excellent and free MPEG Streamclip application to do this)

  • Extracted audio from video file is white noise

    Hi, I'm working on an animated series as a sound designer (my first gig as such). I'm getting .mov files from the director with some audio already added. In some cases, he just wants me to add tracks to what's already there and export it containing my audio and his.
    The video looks OK (though the playback is pretty choppy, but that might be system limitations) but the extracted audio that shows up on the separate audio track is very loud white noise. There appears to be breaks where there's silence on the track but the audio is completely fuzzed-out and unintelligible.
    The only thing I can think of is I'm using XP, he's on OS X. However, we both have current versions of QuickTime so why would it matter.
    Any advice or insight would be appreciated. Thanks!

    Hi grilch,
    I'd definitely need to know the format of the audio stream. If you play the MOV file directly in Quicktime, does the audio play properly?
    Thanks,
    Durin

  • Extracting Audio from Streaming File

    Hey everyone,
    I've got a streaming quicktime file. Is it possible to extract the audio and save it as an mp3?
    Thanks.

    If it's a true streaming file that you're playing off a web site, there's no way to extract the audio directly since the file is never complete on your system at any one time. You'd need to capture the audio of the movie player using a utility such as Audio Hijack or Wiretap.

  • 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

  • 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…

  • Extracting Audio from a Presentation (.exe)

    Hi all, I have a challenge...
    I have a .exe file (in the properties description it labels it as Director Player) that plays a presentation with audio.
    Somehow I need to extract the audio from the file.  Would anyone know of a way to do this, or even if it can be done?
    Many thanks!

    Try this:
    Select the portion of your timeline containing the audio you want.
    Now choose Share>QuickTime>Full Quality. Check the Share selected clips only check-box,
    Now click the Share button and you'll be presented with more options. From the Export drop down menu choose Sound to AIFF and click Save.
    The AIFF created will only contain the desired audio.
    Matt

  • 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.

  • 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/

  • How to extract data from XML file with JavaScript

    HI All
    I am new to this group.
    Can anybody help me regarding XML.
    I want to know How to extract data from XML file with JavaScript.
    And also how to use API for XML
    regards
    Nagaraju

    This is a Java forum.
    JavaScript is something entirely different than Java, even though the names are similar.
    Try another website with forums about JavaScript.
    For example here: http://www.webdeveloper.com/forum/forumdisplay.php?s=&forumid=3

  • 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.

Maybe you are looking for

  • Wireless works, but ethernet does not OfficeJet Pro 8600

    I just purchased an OfficeJet Pro 8600 and can't get it to work on the ethernet port.  The printer states that it is not connected.  I know the calbe works because I can print to a different printer when attached to that cable.  Any assistance is app

  • How do I fix the toolbars issue I'm having whenever I open Firefox 4?

    EVERY time I open Firefox 4, the entire window flashes black, and the only way to stop it is to right click on a toolbar (between a flash) to bring up the menu and check or uncheck to view one of the toolbars. On my PC, I had the same problem but I t

  • Can't find Originals and Modified files in finder

    Just upgraded to iPhoto 9 and find that the Original and Modified folders are missing. I can find them when I get file info from a photo in iphoto and they seem to be subfiles of the iphoto app. However in finder, they are not accessible. Am I missin

  • Two billing for one sales order for same customer

    Dear All , I have a requirement of posting a two billings for one sales order. One is for Sales and another is for commission... Entry could be Sales Entry - Db Customer                     Cr  Sales Commission entry could be Db - Cusomter Cr- Sales

  • Read and Process Microsoft Word's Form

    Hi, Is there any WDP API or open source Java API to read and process Ms Word's Form, such as input field, pull down list etc.? I know of POI's HWPF, but it can only do some basic Word processing. Thanks. - julius