How do I combine an .m2v file and an .ac3 file into a .mov file ??

Hello,
I had a question regarding Demuxing M2V and AC3 files so that they can be combined into a .mov file. 
A few years ago I converted a .mov file into an .m2v and an .AC3 using Final Cut Pro. I lost the FCP Project and .mov files and only have the .m2v and .ac3 files left.   When I tried to combine them together in FCP, the audio did not match up anymore even though it matches on DVD Studio Pro.    I was told that I needed demux the files.   How do you do that ???
Thanks so much for your time !!!
Happy New Year!
Doug Lantz

A few years ago I converted a .mov file into an .m2v and an .AC3 using Final Cut Pro. I lost the FCP Project and .mov files and only have the .m2v and .ac3 files left.   When I tried to combine them together in FCP, the audio did not match up anymore even though it matches on DVD Studio Pro.    I was told that I needed demux the files.   How do you do that ???
Doug,
Am posting the workflow discussed in my last email here in the event others might be interested.
Best workflow I've found to resync and convert the M2V/AC3 elementary stream files to an MOV ProRes422/AIFF file are as follows:
1) Convert the AC3 audio file to AIFF. (My system is configured for AC3 so I used QT 7 Pro here. My only compaint at this point is that my original AC3 file was DD5.1 and my QT 7 Pro component only supports stereo conversions.)
2) Simultaneously drop-import the original M2V file along with the converted AIFF file to MPEG Streamclip (requires the QT MPEG-2 Playback component be installed).
3) Sample playback of the combined data to ensure audio and video are correctly in sync throughout the file.
4) Use the MPEG Streamclip "Export to QuickTime" File menu option to export the current date to the target Apple ProRes422 video target you want and pass the AIFF PCM audio through to the MOV file container without further processing.
5) Import the ProRes422/AIFF MOV file to your FCP bin and reset project default codec use to match imported file when asked so you don't have to do any re-rendering for final output.
6) I re-checked file playback in the Preview window to ensure A/V was still in sync before beginning edits in the project timeline.
All went well for me using this workflow. You may want to give it a try and let us know if it worked as well for you.
Good luck!

Similar Messages

  • How should I combine 30 fps clips and 24 fps clips into a project?

    I have both 30 fps footage and 24 fps footage and I would like to create a project that has both. Should I create a 30-fps project or a 24-fps project? Which one will look better?

    A little bit. Mostly just playing around.
    I would start with 30fps so you can preserve the higher frame rate.
    Another consideration is how much of your content is 30fps and how much is 24fps.
    If you're doing a lot of this kind of thing you may find the FinalCut Pro X handles it better.
    Matt
    Message was edited by: Matthew Morgan

  • Losing the .fcp file, and ending up with only a .mov file.

    Hello All,
    A frustrating event has occurred on a number of occasions. I have been working on FCP, and saving to my external hard drive. Somewhere in the process, I have lost my .fcp file, and only have a .mov file. What am I doing wrong? Can this be prevented?
    Thanks.
    DG

    The "open with" idea sounds plausible, but I don't that's the cause. The .mov is appearing when am in FCP, and go to file, open (command o), and select a file. I see many .fcp files from past work, but my most recent work is .mov.
    I should add that this file was exported to a quicktime movie, so I could import with DVD Pro. I'm sure there's an easier way on the latter point, but that's where I'm at right now.
    DG

  • How to create a file and store its contents into another file?

    Hi,
    I'm having some trouble trying to create a code where I have to to create a file and store its contents into another file?
    I read the API, but I'm not certain how this file thing works.
    Here's my code so far:
    public static void main(String[] args) throws Exception
              File file = new File("tasks.txt");
              if (file.exists())
                   System.out.println("File already exists");
                   System.exit(0);
              Scanner scan = new Scanner(System.in);
              Scanner scan2 = new Scanner(System.in);
              //Scans the input line by line
              scan.useDelimiter("\\n");
              //Scans the input by tabs
              scan2.useDelimiter("\\t");
              PrintWriter outputs = new PrintWriter("newtasks.txt");
              outputs.print("ok");
              outputs.println(3);
              outputs.close();
         }

    I managed to change my text into uppercase, but how do I store the uppercase content into another file.
    -So this is what I did so far, I took a text file and modified its strings to uppercase.
    -Now I need to put those modified strings into another text file, is there a way where I can do that with my current code?
    -I already tried printwriter, but it doesn't seem to work
    public static void main(String[] args)throws IOException
              //Task[] oneHundredTasks = new Task[100];
              String uppercase;
              String combine;
              Scanner scan = null;
              FileInputStream in = null;
            FileOutputStream out = null;
            PrintWriter output = null;
            try
                 scan = new Scanner(new BufferedReader(new FileReader("tasks.txt")));
                 scan.useDelimiter("\\n");
                 scan.useDelimiter("\\t");
                while (scan.hasNext())
                     if(!scan.hasNext())
                          scan.next();
                     combine = scan.next();
                     uppercase = combine.toUpperCase();
                     System.out.println(uppercase);
            finally
                if (scan != null)
                    scan.close();
            //The program will try the input and output files
            try
                 in = new FileInputStream("tasks.txt");
                out = new FileOutputStream("newtasks.txt");
                int c;
                //The number "-1" is used to indicate that it has reached the end of the stream.
                while ((c = in.read()) != -1)
                    out.write(c);
            finally
                if (in != null)
                    in.close();
                if (out != null)
                    out.close();
         }

  • How do you combine mutable iphoto libraries and clean up duplicates

    how do you combine multiple iphoto libraries and clean up duplicates

    If not the only answer is the paid version of iPhoto Library Manager -http://www.fatcatsoftware.com/iplm/ - and maybe duplicate annihaliator -http://www.macupdate.com/app/mac/18748/duplicate-annihilator
    You must have IPLM as stated - you may also need DA depending on how thing go with the merge
    LN

  • How to search a special string in txt file and return it's position in txt file?

    How to search a special string in txt file and return it's position in txt file?

    I just posted a solution for a similar question here:  http://forums.ni.com/ni/board/message?board.id=170​&view=by_date_ascending&message.id=362699#M362699
    The top portion can search for the location of a string, while the bottom portion is to locate the position of a character.  Both can search for a character.
    The position of the character within the file is displayed in the indicator(s).
    R

  • How to read and write a string into a txt.file

    Hi, I am now using BEA Workshop for Weblogic Platform version10. I am using J2EE is my programming language. The problem I encounter is as the above title; how to read and write a string into a txt.file with a specific root directory? Do you have any sample codes to reference?
    I hope someone can answer my question as soon as possible
    Thank you very much.

    Accessing the file system directly from a web app is a bad idea for several reasons. See http://weblogs.java.net/blog/simongbrown/archive/2003/10/file_access_in.html for a great discussion of the topic.
    On Weblogic there seems to be two ways to access files. First, use a File T3 connector from the console. Second, use java.net.URL with the file: protocol. The T3File object has been deprecated and suggests:
    Deprecated in WebLogic Server 6.1. Use java.net.URL.openConnection() instead.
    Edited by: m0smith on Mar 12, 2008 5:18 PM

  • How can i open a DOC or TXT file and insert the data into table?

    How can i open a DOC or TXT file and insert the data into table?
    I have a doc file . the doc include some columns and some rows.(for example 'ID,Name,Date,...').
    I'd like open DOC file and I'd like insert them into the table with same columns.
    Thanks.

    Use the SQL*Loader utility or the UTL_FILE package.

  • Combining 2 files and mapping it to a single destination file

    hi all;
    if i am combining 2 files and mapping it to a single destination file then do we need to define 2 sender communication channels and 1 receiver communication channel

    i have done with the BPM.
    steps
    1 Block with corelation name
    2 Fork with end condition counter not equal 2
    3 fork branch 1 -- receive with corelation and container incrementing count by 1
      fork branch 2 -- receive with corelation and container incrementing count by 1
    4 transformation
    5 send
    i have source file structure during mapping:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
          <ns1:SenderData1 xmlns:ns1="http://multimapping.com">
             <Name>AAAA</Name>
          </ns1:SenderData1>
       </ns0:Message1>
       <ns0:Message2>
          <ns1:SenderData2 xmlns:ns1="http://multimapping.com">
             <Name>BBBB</Name>
          </ns1:SenderData2>
       </ns0:Message2>
    </ns0:Messages>
    i breaked the structure in 2 and placed it in different files
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:SenderData1 xmlns:ns0="http://multimapping.com">
       <Name>AAAA</Name>
    </ns0:SenderData1>
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:SenderData2 xmlns:ns0="http://multimapping.com">
       <Name>BBBB</Name>
    </ns0:SenderData2>
    is that all to be done

  • How to Compare 2 CSV file and store the result to 3rd csv file using PowerShell script?

    I want to do the below task using powershell script only.
    I have 2 csv files and I want to compare those two files and I want to store the comparision result to 3rd csv file. Please look at the follwingsnap:
    This image is csv file only. 
    Could you please any one help me.
    Thanks in advance.
    By
    A Path finder 
    JoSwa
    If a post answers your question, please click &quot;Mark As Answer&quot; on that post and &quot;Mark as Helpful&quot;
    Best Online Journal

    Not certain this is what you're after, but this :
    #import the contents of both csv files
    $dbexcel=import-csv c:\dbexcel.csv
    $liveexcel=import-csv C:\liveexcel.csv
    #prepare the output csv and create the headers
    $outputexcel="c:\outputexcel.csv"
    $outputline="Name,Connection Status,Version,DbExcel,LiveExcel"
    $outputline | out-file $outputexcel
    #Loop through each record based on the number of records (assuming equal number in both files)
    for ($i=0; $i -le $dbexcel.Length-1;$i++)
    # Assign the yes / null values to equal the word equivalent
    if ($dbexcel.isavail[$i] -eq "yes") {$dbavail="Available"} else {$dbavail="Unavailable"}
    if ($liveexcel.isavail[$i] -eq "yes") {$liveavail="Available"} else {$liveavail="Unavailable"}
    #create the live of csv content from the two input csv files
    $outputline=$dbexcel.name[$i] + "," + $liveexcel.'connection status'[$i] + "," + $dbexcel.version[$i] + "," + $dbavail + "," + $liveavail
    #output that line to the csv file
    $outputline | out-file $outputexcel -Append
    should do what you're looking for, or give you enough to edit it to your exact need.
    I've assumed that the dbexcel.csv and liveexcel.csv files live in the root of c:\ for this, that they include the header information, and that the outputexcel.csv file will be saved to the same place (including headers).

  • Can I put both an FCP video file and an ac3 audio file through Compressor t

    Hi we are making digital movies of comedy performances on HDV, editing them multiclip on FCP, and successfully putting them through Compressor 3.5 to export as an MPEG2 program stream at 25mbits. These files are then shown in digital cinemas throughout South Africa. For our latest project we recorded with multiple mics and had a sound engineer make all the audio into a 5.1 surround ac3 file, which he used Nuendo for. I thought it would be great to combine the video and audio in FCP but Creative Cow herd deluxe Tom Wolsky told me FCP doesnt support ac3, so the thought is to put the FCP .mov file and the ac3 file into Compressor separately, and have Compressor make an MPEG2 file with audio in ac3. But when I try this I get either the audio or the video in preview, not both together. I would be so grateful for advice, the machine I am making the FCP file on is a 4x2.5ghz powerpc G5 using FCP 6.0.6 on OS 10.4.11. Compressor is being used on a2.66ghz Intel Core 2 Duo iMac running OS 10.6.1 and using Compressor 3.5 with FCP 7.0.
    Or should I use an old Logic Pro 7.0 program to fuse the video and audiuo together, and if so, how will Compressor still give me the video and audio output codecs I want?

    I may not be comprehending this fully, but you can encode audio and video separately in compressor, and then combine them in Quicktime player. In Snow Leopard, you need to use Quicktime Player 7 to do this since the new Quicktime Player X has no "Pro" features yet.
    "Add to Movie" is the menu item. I forget the method to bring in the audio so it plays under the video, but it will be in perfect sync.
    You then save this new file.
    BTW, I would use the G5 for the compressing because 3.0.5 gives better outputs than 3.5 at this point.

  • How do I open my old Appleworks documents which have turned into Unix Executable Files?  I would like to convert them into Pages documents.

    How do I open my old Appleworks documents which have turned into Unix Executable Files?  I would like to convert them into Pages documents.  I also have old Word Perfect documents which have become similarly unopenable.

    Best bet might be to try opening them using LibreOffice [free] and save them to .doc.
    Do you really want to save them as .pages files? You are jumping from the frypan into the fire. Yet another proprietary format that Apple has again deadended with no working translation.
    Peter

  • In Quicktime Pro I try to create a mov file and I get an error "-43 a file could not be found".  Any ideas?

    In Quicktime Pro I try to create a mov file and I get an error "-43 a file could not be found".  Any ideas?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

  • How do I get premiere elements 13 to read the video of my .mov files?

    I am working on a PC.  How do I get premiere elements 13 to read the video of my .mov files? I hear the audio but don't see any video.Thank you.

    phyllism
    Thanks for the reply. Glad that QuickTime install resolved the Premiere Elements 13/13.1 video playback problem.
    When you double click any of the thumbnails for your .mov file in the Elements Organizer 13/13.1, does the Elements Organizer 13/13.1's player open to play back the .mov file contents for both video and audio?
    You wrote
    in the browser, the preview is an audio file, not a QT preview.
    I was not sure if you were just going by what appears in the thumbnail, namely film strip with music note, or whether you had gone through the actual playback there. In the Apple Pro Res footage that I have, I get the same thumbnails that you are seeing for Windows Explorer. In Elements Organizer 13/13.1, the thumbnail for my Apple Pro Res file is just a film strip on gray.
    I think what you are seeing is "normal" for the situation. But, please verify your observation with 13 updated to 13.1 if you have not done that already.
    Thanks.
    ATR

  • One of the folders on my external hard drive has transformed into a unix executable file and I can no longer access my files. Is there any way to save the data?

    One of the folders on my external hard drive has transformed into a unix executable file and I can no longer access my files. Is there any way to save the data?

    Wow, have seen Files do that, but a whole Folder as I recall!
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

Maybe you are looking for

  • Ipod freeze up

    I have a JBL Radial ipod speaker. I live remote and occasionaly have power surges. The ipod freezes on whatever screen it is on and remains on til the battery is too low for operation. JBL says they haven't heard of the problem with their unit and it

  • Experience w/ Zen Micro 6GB MP3 Pla

    The 6GB version of Zen Micro has been out... If you have purchased one, can you please provide me your experience with the new player? I am interesting on whether Creative has fixed some known issues with the 5GB player such as head phone jack.. Also

  • Duke's Bookstore Example (yet again)

    Folks'es, i'm currently ploughing my way through the j2ee tutorial 1.4. now that i come to the interesting parts (JSP et al) i'm stuck with getting the bookstore example to work. i've done everything to compile and packge the bookstore.jar, i've crea

  • How to install 9ifs into 9idb with 9iAS 1.0.2.2.2a in window 2000?

    Anyone know how to install 9ifs into 9idb with 9iAS 1.0.2.2.2a?

  • SCCM 2012 R2 WSUS Sync issues

    hi all. We have implemented SCCM 2012 R2 with remote SQL instance, since we don't have internet in CM server, we have used WSUS from upstream DMZ server . When we try to Sync we are getting below error System.Security.SecurityException: Request for p