Can't read mpeg2 files anymore

dvd studio pro, compressor and QTpro are installed on my G5 and I just noticed that I can't play mpeg2 files in QuickTime anymore. The .m2v encoded files in compressor are only readable in DVD SP or third party app like VLC.
It used to work but I didn't do any authoring for a while and now it doesn't work anymore
Is there a bug or conflict with the divx and various components I installed in QuickTime ?
Do I have to buy a new mpeg2 component key ?

Reinstalling DVD Studio Pro should reinstall the missing component.
Run software update after you do this.
You should have QuickTimeMPEG.component 6.4.1
An update is avaiable here for those who purchased the component as a seperate item:
http://www.apple.com/quicktime/mpeg2/

Similar Messages

  • Can't edit any files anymore - DTR is grayout in NWDS

    Hi Experts,
    For some reason I can't edit any files anymore, i.e. when right click on order.jsp, DTR is grayout. Seems like it happened after I reinstalled NWDS and reimported projects. I tried Sync sources, it did not help.
    Any suggestions / advises?
    Thanks, Jin

    Hi,
    Right now do you have any open activities? If so, is it on the same jsp file?
    If you have a open activity, obviously you will not edit option for the same file again.
    If that is not the case, there might be an update in your track. You need to perform "Update Configuration" on your track. go to Inactive Dc's -> Right click on your track and select "Update Configuration".
    You can also try, Closing and re opening the NWDS and logging in to NWDI again.
    Hope this helps!
    Regards,
    Jaya.

  • I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem-.thanks

    I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem….thanks

    If you are having the same problem, i.e. a disk permission problem, open your favorite search engine and search on, "change disk permissions", and I think you'll find plenty of information on how to fix the problem. This is a Lightroom forum. Your problem is with your operating system. There is no sense in rewriting instructions that are already available if you do a simple search.

  • How can I read pdf files from LabVIEW with different versions of Acrobat reader?

    How can I read pdf files from LabVIEW with different versions of Acrobat reader?
    I have made a LabVIEW program where I have possibility to read a PDF document.  When I made this LabVIEW program it was Acrobat Reader 5.0.5 that was installed on the PC. Lather when the Acrobat Reader was upgraded to version 6.0, there was an error when VI tries to launch the LabVIEW program. And Later again when we upgraded to Acrobat Reader 7.0.5 I must again do some changes and rebuild the EXE files again
    It isn't so very big job to do the changes in one single LabVIEW program, but we have built a lot of LabVIEW programs so this take time to due changes every time vi update Acrobat Reader. (We have build EXE files.)
    The job is to right click the ActiveX container and Click "Insert ActiveX Object", then I can brows the computer for the new version of acrobat Reader. After this I must rebuild all the "methods" in the Activex call to make the VI executable again.
    Is there a way to build LabVIEW program so I don't have to do this job every time we update Acrobat Reader?
    This LabVIEW program is written in LabVIEW 6.1, but I se the problem is the same in LabVIEW 8.2.
    Jan Inge Gustavsen
    Attachments:
    Show PDF-file - Adobe Reader 7-0-5 - LV61.vi ‏43 KB
    Read PDF file.jpg ‏201 KB
    Show PDF-file - Adobe Reader 5-0-5 - LV61.vi ‏42 KB

    hi there
    try the vi
    ..vi.lib\platform\browser.llb\Open Acrobat Document.vi
    it uses DDE or the command line to run an external application (e.g. Adobe Acrobat)
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • How can I read a file with ASCII Special Character into a SQL table using SSIS 2008?

    I've tried everything to read this file and am getting no where.   Help how can I read this file and load a SQL table?
    RS - AscII - 30  (Record Separator)
    GS - AscII - 29 (Group Separator)
    Thank you for your assistance - Covi
    Mark Covian

    We can use script component as source/transformation to read the text file and assign the contains to a string. Split the string by chr(30)  i.e RS and finally stored into an array or write to the output buffer of the script component.
    For example on how to use script component refer this link
    http://social.technet.microsoft.com/Forums/en-US/6ff2007d-d246-4107-b77c-624781baab38/how-to-use-substring-in-derived-column-in-ssis?forum=sqlintegrationservices
    Regards, RSingh

  • Hi there, I need to be able to read raw files from an Olympus Stylus 1 via CS5 and Lightroom 4.  I have downloaded Raw file plug-in v 6.7.1 but still can't read the files.

    Hi there, I need to be able to read raw files from an Olympus Stylus 1 via CS5 and Lightroom 4.  I have downloaded Raw file plug-in v 6.7.1 but still can't read the files?

    Read this table http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    The Olympus Stylus 1 was first supported in Camera Raw 8.3 which is only compatible with CS6 and CC.
    It is not compatible with CS5 or older and never will be.
    If you do not want to upgrade to CS6 or CC then you can dwonload the free Adobe DNG converter, convert all Stylus 1 Raw files to DNGs then edit the DNGs in CS5.
    Camera raw, DNG | Adobe Photoshop CC

  • How can I read text files from LAN if I only know the hostname?

    I'm new in Java Developing, and dont know the written classes yet. I need help, how to do the following steps?
    <p>1. How can I read text files from LAN if I only know the hostname, or IP address?
    <p>2. How to read lines from text files without read all lines from the beginning of file, just seek to a position.
    (ex. how can I read the 120th line?)
    <p>Please help!
    <p>sorry for the bad english

    I'm new in Java Developing, and dont know the written classes yet. I need help, how to do the following steps?
    1. How can I read text files from LAN if I only know the hostname, or IP address?You need to know the URL of the file. You need to know the hostname, port, protocl and relative path.
    The hostname is server, not file.
    2. How to read lines from text files without read all lines from the beginning of file, just seek to a position.Use the seek() to get to a random byte.
    (ex. how can I read the 120th line?)The only way to find the 120th line is to read the first 120 lines. You can use other file formats to find the 120th line without reading the whole file but to need to be able to detremine where the 120th line is

  • I can't read a file with the ext PDF the sender informed me that the file was reset to PDF.

    I can't read a file with the .ext PDF the sender informed me that the file was reset to PDF. But when I tried to open it the caption box informed me"the file is not in PDF format. I suspect the sender simply changed the file .ext which is why I can't open it! What can I do about it! I am working on an iPad.
    Thanks
    Mr Jim Lapthorn

    If the document is not, in fact, a PDF, then you will need to get your sender to provide a PDF.
    Can you open this document in any other application?

  • I have a problem with the mac can not read video files with the extension IMOD. How can I solve this problem?

    I have a problem with the mac can not read video files with the extension IMOD. How can I solve this problem?

    By doing a Google search. 

  • My light room 5 can't read my files on my iMac and MacBook Pro any help pls

    my light room 5 can't read my file on my MacBook Pro and my iMac I already update my camera raw on ps cs6  any help with this issue pls

    If the error message is “files cannot be read” then this is usually a problem with the destination at the right of the destination import panel.
    If the issue is something different than not being able to import then please give a more detailed description.

  • Missing or can't read a file

    When I start iTunes there is standing right in the corner in a balloon
    \ipod_control\itunes\temp file 2
    is missing or can not be read please use the progam: CHKDSK
    And then i use that progam but he is stil missing or can't read the file?

    No - not Reset - Restore...? (using iPod Updater: http://docs.info.apple.com/article.html?artnum=60983)
    That usually works for the folks we've been chatting to...
    Cheers,
    Gopha.

  • I removed chrome 10 and newly installed FF4 final, and I can't read PDF files within the browser. There was no problem in Chrome.

    I removed chrome 10 and newly installed FF4 final, and I can't read PDF files within the browser. There was no problem in Chrome. I can't even see the acrobat reader plugin in the plugins page. Acrobat 10 is already installed in my PC. Every time I try to read a PDF file on the web, FF tries to download it instead.

    As recommended above by Bernd Alheit, I posted this on the Adobe Reader forum. There, I received the advice to repair the installation under the help menu, which I did and it fixed the problem.
    Similar to your solution but found it's a fix found under "HELP" menu and not Add/Remove.
    Thank you.

  • New pc with windows 8.1, downloaded and installed cs5,no problem open bridge and cs5, but can't read raw file , try to update, can't complete or failed updating, please help

    new pc with windows 8.1, downloaded and installed cs5,no problem open bridge and cs5, but can't read raw file , try to update, can't complete or failed updating, please help

    Sounds like you somehow got the mac version.
    Download the windows 6.7 camera raw update from this link:
    Adobe - Photoshop : For Windows : Camera Raw 6.7 Update

  • Can't read HD files with QT on Intel Mac? (only got sound)

    Alright so it seems like quiktime can't read HD files completely since it still manages to read the audio.
    I'm wondering if someone's got a solution for this...the files are in .mov format.
    Thanks

    They are HD video files uploaded from a Panasonic AG-HVX200 camera.
    They are imported in .mov format, I guess they should be working in QT but it can only read sound.
    These files work in final cut though.
    thanks

  • I want install an old version of itune since the new version does not sync with my iPhone  but the old version I installed did not play rather it says that it can't read a file itune library .itl written by Newer version what do Ido

    I install an old version of itune since the new version does not sync with my iPhone  but the old version I installed did not play rather it says that it can't read a file 'itune library .itl' written by Newer version of itune how do I installed this old version to work

    You need to restore the pre-upgrade backup of the library file in the manner shown in  Empty/corrupt library after upgrade/crash.
    tt2

Maybe you are looking for

  • Problem with cp and ACL default entry for mask

    I am having a problem with the cp command, copying to a directory with default ACL entries. I don't think it is creating the ACL's of the resultant files correctly. I have two users (let's call them mark and john). As john I create a directory and gi

  • Wont boot from restore dvd's or new copy of Leopard!!

    Well I am witts end I have an isight that I installed a new hard drive on and will not boot from the restore dvd's, or a new leopard disc(now i am out 130). It will how ever boot from drive genuis(new drive is fine) or restore dvd's from a new iMac a

  • Not able to complete activation process.

    After updating my iPad2 to ios8.0.2., I lost my ability to connect to my cellular network, with an error message reading "Not able to complete activation process. Does anyone know of a fix for this problem?

  • Cross-References to other documents

    As Cross-refences within a document act as clickable links to their destinations when exported to PDF, can cross references to content of another Indesign documents act as clickable links to the destination after being exported. I think no, but I wan

  • Applet in a package

    Hi, I have my main applet inside a package such as: package temp; import java.awt.Container; ...However, when I tried to call it from the browser as: <applet code="HelloWorld.class" width=500 height=500> <blockquote> <hr> You can't run applets, so he