Stuck in .mov file - need MPEG2!

I have a wedding ceremony I filmed, and exported to both a high-def .mov quicktime file, and to an MPEG-2 file with AAC sound. Once both were finalized, I got rid of the capture footage (mistake, I know). Problem is, the MPEG-2/AAC files somehow were corrupted so I have to trash them. So now all I have is the high-def .mov file, and I need to get it into mpeg-2/aac. MPEG Streamclip grays out the demux option, for some reason. I think that's because you can only demux from an mpeg-1 or mpeg-2 file. And if I send the .mov file directly back to Compressor, and choose the "DVD - 90 minutes - best quality" option again, it just keeps saying time remaining: --:--:--. Like it's stuck. So then I imported the .mov into an FCP7 sequence, and did a "Send to Compressor" from there. Same result. I really need to convert this to mpeg2! Any help is appreciated.

Ok, this is a little embarrassing, but I guess we all have to learn somehow. Apparently even if the "time remaining" in compressor gives a blank, it may still be running. Even if you click on the drop down arrow for more results and your jobs say "waiting". I opened up batch monitor and viewed it from there. Everything seemed to be running fine. Not sure why everything was working differently than normal, but I'm just glad to have an answer - thought I'd pass it along!

Similar Messages

  • Working on a script to search for and move files - need Guru help!

    Hi, I'm trying to help my dad with a task and my outdated Applescript knowledge isn't helping me much.
    Here's what I need to do in a nutshell:
    FolderA contains a bunch of JPG files.
    FolderB is the root of a hierarchy of folders containing DNG files.
    Each file of FolderA has a mating file (same name but with .DNG) somewhere in the hierarchy of FolderB.
    The goal is to move each JPG file from Folder A to the folder containing it's mate.
    So, the basic flow is:
    1. Get list of files in folderA
    2. Looping through list, strip out file name (fileA) and find the DNG file somewhere inside FolderB
    3. Get the path of the folder containing the matching DNG file
    4. Copy/move FileA to the folder.
    5. Loop back to #2
    OK, so here's where I am:
    tell application "Finder"
    set JPEGfolder to "Macintosh HD:DadTest1:DadA"
    set DNGfolder to "Macintosh HD:DadTest1:DadB"
    set a_list to every file in Afolder
    repeat with i from 1 to number of items in a_list
    -- Everything happens within this loop
    set a_file to (item i of a_list)
    set fileInfo to info for a_file
    set theName to displayed name of fileInfo as string
    -- now theName contains the actual file name minus the extension
    At this point I don't know how to search for the mating file using Applescript. If I was in UNIX I could do a "find . -name filename" and parse out the path, but I don't know how this works in Applescript.
    I think I can figure out how to move the file once I have the path, but the search routine has me stumped for now.
    Any thoughts?
    Thanks!

    In my opinion your best bet is to take a 180° turn and simplify things significantly.
    Your current approach involves multiple file searches - for each file in the JPEG folder, search all the DNG folders looking for a match. That's an large number of searches, and a large number of something that AppleScript isn't great at.
    Instead you'd be far better off walking once through the DNG folders. For each DNG file look for a matching JPG file in the one folder that contains JPEGs. This would be exponentially faster - one walk through the filesystem vs. one walk through the filesystem for every JPEG.
    This should give you an idea of what I'm talking about (untested):
    global JPEGfolder
    on run
      set JPEGfolder to alias "Macintosh HD:DadTest1:DadA"
      set DNGfolder to alias "Macintosh HD:DadTest1:DadB"
      processAFolder(DNGfolder)
    end run
    on processAFolder(theFolder)
      tell application "Finder"
        repeat with eachItem in folder theFolder
          if class of eachItem is file and name extension of eachItem is "dng" then
            set basename to characters 1 through -5 of (get name of eachItem)
            try
              move file (basename & ".jpg") of folder JPEGfolder to folder theFolder
            end try
          else if class of eachItem is folder then
            my processAFolder(eachItem)
          end if
        end repeat
      end tell
    end processAFolder
    The idea here is that you start off in the top folder and iterate through each item. If the item is a file and it's name extension is DNG then try to move a corresponding file from the JPEG folder to the current folder. This is wrapped in a try block so the script doesn't fail if there is no corresponding JPG.
    If the current item is a folder then the script descends into that folder by calling itself.

  • HD movie files need constant RENDERING in FCP 24p HD 1440 x 1080 sequence.

    Hi,
    I have been editing a feature film which which uses a FCP 24p HD 1440 x 1080 timeline (sequence, or many different sequences actually). The movie was filmed exclusively on a Canon HV40 camera using, of course, 24p HD footage, widescreen. However, I am now adding footage shot on a small Canon Powershot digital camera which also can shoot decent HD video (.mov files likewise, but not in 24p). When I put this HD video into my timeline, a red render bar appears above the footage, and apparently I have to render the footage before being able to view any of it in "Safe RT" mode. When in "Unlimited RT" mode, an orange bar appears above the footage, and it "plays", but the footage plays very unsteady, stopping and starting, making it nearly impossible to edit fast & intuitively because the eyes/mind don't see the full clips in all their natural wonder/splendor. One just sees images that skip and fumble by, along with their sounds, and it's somewhat headache-inducing. Is there any cure for this? I have lots & lots of Powershot footage to edit into this film, but at this rate it will really slow down the natural flow of editing if i can see the footage as nature or god or Buddha or humans intended it to be viewed.'
    Any help would be much appreciated.
    Thanks,
    Marc

    David,
    It might seem simple and obvious from your end, but these issues are pretty spanking new to me - despite editing for years in FCP they've just never come up. I'm a simple aim & shoot, edit & print sorta guy. So, I don't know, for instance, how to convert the 940 footage to to my Canon HV40 footage. Any help would be greatly appreciated. I did run a sample of mixed clips through through compressor, and there does seem to be some degrading of quality on the 940 footage, tho' I'll accept/use it like that if I have to. Luckily all the 940 footage appears in the film as flashbacks of sort from the main character, so the degrading element of the 940 footage might have a redeeming stylistic affect - MAYBE. But I'd rather keep it as pure of footage as I possibly can muster.
    Thanks much,
    Marc

  • Urgent Help Wanted With My Presentation - Mov Files Will Not Open

    I am a retired lifeboatman, and have developed a fund raising talk focusing on my 35 year involvement with saving lives off the UK southern coast.  I use Keynotes and have never had a problem, until now.  I have another talk next week and thought I would update the presentation.  I have updated to Mavericks and also the latest Keynotes 6.0.1.  When I went to play the presentation, it informed me that some of the .mov files needed to be updated to run on QuickTime.  I pressed the convert button, only to be informed that most of the files could not be upgraded.  When I try to play again, all I get is a blank black screen.  I closed Keynotes and reopened the file in version 5.3, but still the same problem occurred . Most of my video files are of actual rescues and have been transferred from old VHS tapes. and are invaluable to me.  It also means my presentation next week will be without the powerful impact these rescue videos present.  I have searched through the support communities and also on the web, and have tried various suggestions and trial programs for converting the files, but none have been able to provide me with any playable video.  Can anyone please help me to overcome this problems?  Any help would be gratefully received.  

    It's never a good idea to change operating systems and applications without fully testing over a period of time with existing work files first. As Mavericks is such a new operating system, there are a few quirks that are still in place compared to its predecessors.
    Many video types do not play in the new Quicktime 10 player that is included with Mavericks, but version 7 should play any type. Down load and install QuickTime player version 7 for Mavericks, this is a much better movie player than the simple version now included with Mavericks from here:    Download Apple QuickTime Player version 7
    Open the video file in QT 7 and check the video plays correctly.
    Let me know the CODEC used, it is listed against Format in the QT Inspector, (command I or Window > show movie inspector)
    In theory Keynote should now play your video again but let me see how you get on.

  • Premiere Elements 2.0  how can I edit MOV. files from my camcorder

    I have Elements 2.0 and I can't get it to work with the mov. files from my canon digital camcorder.    The picture does not even come in and then I tried to convert the mov. file to mpeg2 and that worked ok but when I moved it to the elements editing software the video played perfect but the sound would not come in at all?  Any help would be greatly appreciated.

    First, MOV is but a "wrapper," and can contain all sorts of "stuff," mostly different CODEC's. This ARTICLE will give you background on what can be inside those "wrappers," plus tell you how to "peek" inside of them.
    For most MOV files, I use Apple's QuickTime Pro (US$29 upgrade/unlock), and choose DV-AVI w/ the DV/DVCPRO CODEC (compression) and 48KHz 16-bit PCM/WAV for the Audio.
    About the only MOV format/CODEC, that I do not have issues with is the Animation CODEC. I use those in PrPro to edit natively, when an artist, or client provides me material from a Mac. I just specify the Animation CODEC, and things work fine. Other MOV CODEC's - well, not so well.
    Good luck,
    Hunt

  • H.264 .mov files problem with 2-pass vbr in DVD SP4

    I have converted some VHS tapes by connecting the VCR to my camcorder (as a AC/DC bridge) and the camcorder to my macbook pro via firewire, and record using FCP into .mov files.
    However, these files are huge (13 GB for an hour), and so I shrinked them down by exporting them (using QT pro) into .mov file via h.264 codec.
    However, when I try to convert these already shrinked .mov files into mpeg2 files via compressor 2 (so that I can made a DVD in DVD SP), the files become corrupt when I use 2-pass vbr. (Frame freezes on play back in DVD SP and QT pro). It's OK with 1 pass vbr though.
    If I convert those huge .mov files via mpeg4 in QT pro rather than h.264, there is not problem with 2-pass vbr.
    So my delemma is: shall I store the files using mpeg4, or h.264?
    I am under the impression that h.264 gives a better quality for the same file size than mpeg4, but 2-pass vbr will give a better quality than 1-pass vbr if I want to burn it on a DVD.
    Thanks in advance.

    In general recompressing from VHS to your computer to H.264 (or MPEG 4) then to m2v is going to hurt quality, so if you are able to get extra Hard Drives and store that way, or even a inexpensive camera with a firewire in/out you are probably better off (though with VHS it may be hard to tell regardless)
    Also if you at least go straight the first time to m2v and check to make sure it looks okay to you, you may want to make sure to do that first
    That being said, H.264 and One-Pass should in all likelihood (I have not tried recently, did it a while ago just to test things) will be better than MPEG-4 2-Pass, depends on the settings. Also if you try 1-Pass H.264 it seems to work with Compressor.

  • Hi apple users, I am in need of your expertise. I have a mov file and mp4 file which I need converted to DVD. However IDVD quality is terrible and wondering if anyone can help!?

    Hi apple users, I am in need of your expertise. I have a mov file and mp4 file which I need converted to DVD. However IDVD quality is terrible and wondering if anyone can help!?
    I created project in iMovie then exported it to MP4 and also MOV file at highest definition possible + I added it to iDVD and had a number issues about encoding errors regarding the mp4 file. MOV worked but the quality was terrible.....
    MOV file is as follows:
    4.08GB
    Codecs: H.264, ACC
    Colour Profile: HD (1-1-1)
    Dimensions: 1920 x 1080
    Duration: 12:33
    Audio Channels: 2
    MP4 File is as follows:
    3.02GB
    Codecs: H.264, ACC
    Colour Profile: HD (1-1-1)
    Dimensions: 1280 x 720
    Duration: 12:33
    Audio Channels: 6
    I have a MacBook Pro using the Yosemite system upgrade.
    I have updated iDVD and iMovie.
    I even bought the iSkysoft app from the mac store and that was terrible too.
    PLEASE HELP i am getting desperate and about to launch this macbook into the air
    2.66 GHz Intel Core i7
    Version 10.10. 2

    First of all, Hunt--thanks for responding!
    "First, where are you playing the MPEG-2, that you see that jitter?"
    On both a MacBook Pro, an Acer laptop and my Mac Tower. I would love to think that it is a problem with the playback system, and that if I merely send the file off to the duplicator they won't have the same problem. Maybe that is the case...I don't know if I have a choice rather than sending it off to see. But it happens in the same spots, in the same way, on all three of the players so I'm a little reluctant to have faith.
    "Another thing that can cause jitter in an MPEG-2 is the Bit-Rate - higher the Bit-Rate, the better the quality, but the larger the file. For a DVD, one is limited by the total Bit-Rate (both Audio & Video), but with longer prodcutions, some users choose too low a Bit-Rate. If this is the issue, one would need to go back to the original Project and do a new Export/Share."
    Of course, but in the case there is no more 'original project.' It is gone like the wind, stolen along with his computer and backups.
    I think I am stuck using one of two files as my master: a DVD he burned where I only see the stutter/vibration/jitter once, or the mpeg2 file where I see it three times. Hopefully, the duplication house can rip if off of one of them and not see the jitter. I know that in audio, my personal filed, you can do a lot to enhance already existing sound--EQ, compression, tape saturation emulation software, etc. I guess I'm hoping there is some kind of analog to the video world that address jitter after a source has been printed--if indeed the source has been printed to be jittery.
    Thanks,
    Doug

  • Need help with easy script for open / close app and move files

    Hi,
    I'm not a scripter.. never done anything special perhaps more complicated than /shutdown -s on cmd..
    I actually learned ASCII C language on university but never used it in real.
    I'm trying to create a basic script that perhaps you could help me or guide me how to do it..
    The commands are
    1) Close a running app (end task it or force kill it, I prefer end task it)
    2) delete files from x location
    3) run .exe app from y location
    4) close that running app 
    5) move files from z to y
    Perhaps adding few "wait few seconds" commands in between each, so the apps will launch successfully..
    My first question will be whats the easiest script language to do that?
    I tried VBScript but couldn't find commands for open or close apps.. also for controlling files..
    And what commands can do that? I could google them up for better understanding no need for rough guide
    And lastly, does it too hard? If it takes more than hour to make it (learn and process) than it ain't worth it..
    Thanks alot ahead!
    Jordan.

    hmm 2 questions:
    1) taskkill.exe causing me access deny error.. I used "taskkill.exe /IM softwarename.exe"
    how do I get permission or something to fix that?
    2) on the "move" command..
    First, its a "copy" instead.. but I easily figured that out.. 
    but more important is that I want to copy a folder.. with unknown list of way too long files and sub folders..
    and all I see is ability to move a file..
    Is this possible?
    Thanks

  • I have AVI files that I need to be MOV files so that I can edit them in Final Cut Pro. I am going to use Quick Time Pro for this....do I have to 'export' it or can I just 'save as', or is there even a difference? Thanks in advance for your help!

    I have AVI files that I need to convert to MOV files so that I can edit them in Final Cut Pro. I am going to use Quick Time Pro for this....When I have the files open in QT Pro do I have to 'export' it or can I just 'save as', or is there even a difference? Thanks in advance for your help!

    I strongly recommend you use compressor to do the conversion (if it will open the files - since quicktime will open them, it will more than likely do it.
    Compressor allows you to customize presets and save them and apply them to multiple files.  Although the interface may seem daunting, it's actually pretty simple.
    Even if you can edit the avi in fcp, it's not a good idea.  Liable to cause problems down the road. 

  • I have a .mov file that won't play in Quicktime - do I need to download a decoder?

    Found out via Movie Inspector that these .mov files have DVC Pro HD Codec - which I believe has to do with Avid Editing software? Anyhow, I need to find out what I need to download in able to see these video files?  Do I have to purchase a decoder of some kind?  Hopefully not?  Is there any other way to view these files on my imac?  I am running OS X Mountain Lion v10.8.5 and have both Quicktime 10 and 7 installed.  Thanks for any help/advice!

    Would you suggest I put them through something like Toast and try to convert it to an .mp4 or .mov file again?
    Right idea—wrong application. You still need to be able to acces the a "pro" set of codec components. Basically you can purchase and install FCP X ($299.99), Motion 5 ($49.99), or Compressor 4 ($49.99) to gain access to the ProApps QT Codecs package. Once you install any of these apps, you can run the Software Update utility to download and install the "Pro" codecs package as described in SUPPORT ARTICLE HT4714. Once the codecs are installed as part of your system's QT codec component configuration, they will be available to all media apps that can access your system's codec configuration—e.g., QT 7, QT 7 Pro, QT X, iMovie, GarageBand, MPEG Streamclip, etc. Since you mentioned clients, I assume you are providing a profesional service and might find $50 a fair investment for access to the entire ProApps QT codecs package which also includes other professional editing codec families. In any case, this workflow does provide a low-cost, easy way to leagally install the "pro" codecs on your system(s).
    P.S.
    You can read DOWNLOAD ARTICLE DL1396 to see which "pro" codec families are included in the ProApps QT codecs package. This may help you better evaluate whether or not you wish to go this route.

  • I have lots of .MOV files on my iPhone5 that I need to transfer to my PC.  Using QuickTime Player 7.7.4 I am unable to view them once they have been copied to a hard drive or directly from the iPhone via USB. 1% of the time a vid is viewable

    I can tranfer them to a hard drive on my PC, but am unable to view most of them using QuickTime Player 7.7.4. Doesn't matter if I'm viewing them via a USB connection to my iPhone5 or from a hard drive after the file has been copied via USB.  1% of the vids are viewable, 20% open with a black screen and audio only. The rest open with a blue, purple and green stryrated mess and no audio.  Yes its a Quick Time problem I know but where do I post this question in the community?  Also searching my drives for other .MOV files downloaded from the net I find the same problem with them.

    Heres what I don't like about VLC, but at least the files are viewable...somewhat.
    1. You can't flip the image 90degrees, needs to have a rotate feature for sure.  This needs to have keyboard shortcut so vids can be rotated easily as one may have shot video horizontally and vertically in the same take.
    2. Opens file to a very large window, most of it off the screen, it should REMEMBER what you resized it to, so the next time a video is played you don't have  to drag the window back on the screen so you can get to the resizing handle in the lower corner.
    3.  Doesn't buffer while playing, so the movies are extremely erractic, starting and stopping every 3 seconds, highly annoying. 
    OK so maybe my PC is too slow, its a dual processor 486 Hyperrthread 2.8G but I only have 2Gigs of memory, however, bettery than 50% of the memory is still available while playing a vid (memory is checked every 4 seconds with a program), but I have 90-100% CPU useage going on while playing.
    Maybe I should think about a new computer.

  • HT3775 my mac wont play a quicktime movie file, it keeps saying i need a codec and then bringing me to this page. there is no links on where to get this codec? help!!!

    I try play this quicktime movie file and then it says i do not have the required codec and the only thing i can press is "ok" or "tell me more" and then it just brings me to this page, it says nothing about how to obtain this certain codec. I need this to work on my macbook! Its not the video file because it works perfectly fine on the iMacs at University. Help me out, please!

    Quicktime has it's limitations and can't, natively, play certain video formats.
    Try VLC.  It should be able to play anything you throw at it.

  • Need help for playing .mov file in  a swing window......

    Am a B.Tech final yr student and my project output is an mov file... i need to play it in a swing jFrame... Can anyone guide me for the above????

    Hi.... I tried the code after changing but now am getting a new exception
    - create processor for the image datasource ...
    Setting the track format to: RGB, 24-bit, Masks=3:2:1, PixelStride=-1, LineStrid
    e=-1, Flipped
    - create DataSink for: file:/c:/1.avi
    start processing...
    - reading image file: C:\Program Files\Java\jdk1.6.0_12\bin\class1\1.jpg
    read 1832 bytes.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x044c2890, pid=2052, tid=1200
    # Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode, sharing windows-x86)
    # Problematic frame:
    # C [jmjpeg.dll+0x12890]
    # An error report file with more information is saved as:
    # C:\Program Files\Java\jdk1.6.0_12\bin\hs_err_pid2052.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Whats the problem now????
    Can u guide me????

  • Need a script to move files to folders

    Hi guys.  I have found a lot of similar threads but not something exactly like what I need.
    I have a ton of files that need to be sorted into folders of the same name.  I found scripts to help me with that however, I have some variations on the files with an extension to the file name that also need to be moved into the same folders.
    For instance, I have a folder named....
    spiegal_case_25_video_3
    and I have the following files that all need to be moved into that folder....
    spiegal_case_25_video_3.mp4
    spiegal_case_25_video_3.webmsd.webm
    spiegal_case_25_video_3_h.flv
    spiegal_case_25_video_3_m.flv
    spiegal_case_25_video_3_l.flv
    I have found scripts to get me part of the way there but I can't get the FLVs into the folders because of the _h _m and _l extensions on the file names.  Is there a way to move these files into their appropriate folders (maybe by ignoring the last 2 characters in the file name?)
    I have also found a script that will read everything up to the underscore, but that won't help since the file names have multiple underscores.  So I really need a script that can do the sorting while ignoring the last 2 characters in the file name.
    Can anyone help me out?  I'm not very script savvy.
    Thanks!

    I've tested the following script (under OS X 10.8.5) with 4 subfolders and 20 files, all located in a folder called "Master folder" located in a USB flash drive named "EXT_DRIVE". It seems to work flawlessly. In its present state, the script will replace any file already located in any of the subfolders.
    set theMasterFolder to POSIX file "/Volumes/EXT_DRIVE/Master folder"
    tell application "Finder"
        activate
        set theFolders to (folders of folder theMasterFolder) as alias list
        repeat with thisFolder in theFolders
            set thisName to name of thisFolder
            move (files of folder theMasterFolder whose name begins with thisName) to thisFolder with replacing
        end repeat
    end tell

  • Need help exporting .mov files for editing in PE3

    hi,
    i'm trying to export HD .mov files from an Aiptek GO-HD camcorder that seems to record in QT format with some funky codecs. I need to export it into a format that i can edit on a PC using Premier Elements 3.0. The few tests i've run have shown a huge increase in size when exporting from .mov to .avi (100m to 30 GB).
    Does anyone have any suggestions or experience doing this?

    You just need to open the .mov file with Elements.
    You don't need to convert it using QuickTime Pro
    first.
    Premiere may "convert" it to some other format to
    allow editing (I don't know) and that would only take
    some time at import.
    HD files are anywhere from 10 to 60 MB's per second
    (some even higher) so a DV version will drastically
    increase in file size.
    What, besides editing, is the goal of your work?
    that doesn't work with this camcorder. apparently the encoding is called QT, but it really isn't. i have to export into something else in order to edit.
    the goal of my work is to convert choppy family video into something clean that i can share with friends and family via CD / DVD (not streaming on net).

Maybe you are looking for

  • Internal order number is not picking in Capital PO

    Dear All,          While creating capital PO the account assignment tab internal order number field is not getting updated. While entering the asset number the internal order number field shows blank.           Kindly advise me to rectify the setting

  • How do I change the tab background color in Firefox 4?

    I just upgraded to Firefox 4. Tabs are now fine black font on dark grey background -- very hard to read. How do I change the tab background color? I have searched and the closest I can come is some instructions for modifying .css files, and it is not

  • How to centre down state image and fix back ground to a plain colour

    hi please view this website with internet explorer , windows XP. viewers see a down state image that I set but its not centred and also sits over the navigation. I had screen cover on the background image, so this does not look correct either in non

  • I am unable to create VM in my ESXI5.5 Server in VMWARE9.0

    Hi All    I am unable to create VM in my ESXI SERVER5.5, Present i am using INTEL XEON HP XW8600 WORKSTATION, i am Enable VIRTUALIZATION TECHNOLOGY in BIOS, Then i am install VMWARE 9.0 in this Machine and i am created one ESXI5.5 in VMWARE, then a a

  • In-app purchase final testing

    Hi, I've developed Windows (Phone) Store app with in-app purchases and now I am going to release it. I just wanted to ask, whether is there any last possibility to test the IAPs. App is now hidden on the store, and I can download it to a device, and