How to open Premiere CS6 files with Premiere CS5.5

Hi, I've ran into a problem I recently got the Premiere CS6 trial and had done some projects on it that I started in CS5.5, but now the trial expired and many of my projects are stuck as CS6 files. Luckly I was able to put the trial on one of my older computers so i can still access the files for now but its extremely slow and the rendering takes forever so I dont want to render out any projects on that.
I know that Premiere is not backwards compatible but is there anyway to export the file or convert it to a CS5.5 file? I need to export the project by tommorrow and my old computer wont have it done by then. I will be buying CS6 in a couple weeks here but right now I cannot afford to. Any help would be greatly appreciated.

Use the original project files from CS5.5. You had to enter a new file name for CS6, so using the CS5.5 names will solve it under CS5.5. It will not solve the editing you did, that is lost (unless you dare to modify the XML files).

Similar Messages

  • How to open a DWG file with AutoCAD options (AppleScript)?

    Hi,
    I'm looking for help specifying the AutoCAD options when opening DWG files.  I have DWG files of floor plans that I always want to open at the same scale. 
    I can successfully open a DWG file with the default options using:
    open POSIX file "/Users/crmckinnon/Desktop/cabin_floor_plan.dwg" as alias without dialogs
    But I don't want the default options, so if I try to specify them:
    open POSIX file "/Users/crmckinnon/Desktop/cabin_floor_plan.dwg" as alias with options {class:AutoCAD options, scale unit:"autocad inches"} without dialogs
    I get a "Can't find alias" error.  How do I specify the AutoCAD options?  I'm sure this is due to my lack of understanding of AppleScript.  Any help would be appreciated!
    Thanks,
    Chris

    I'll answer my own question.  Here's how I specified the options:
    open POSIX file filePath as alias with options {pGSO:original size, pASU:inches, pASR:12.0 / 0.1875} without dialogs
    I had to look in the Apple Script dictionary to get the "codes" to use.  The variable names didn't work.  I think that's because some have "global" in the name which is a keyword in Apple Script.  Here's what the codes translate to:
    pGSO = "global scale options"
    pASU = "scale unit"
    pASR = "scale ratio"
    Thanks,
    Chris

  • How to open a ".doc" file with ms word directly with this servlet?

    Here is a servlet for opening a word or a excel or a powerpoint or a pdf file,but I don't want the "file download" dialog appear,eg:when i using this servlet to open a word file,i want open the ".doc" file with ms word directly,not in IE or save.
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    public class OpenWord extends HttpServlet {
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    doPost(request,response);
    public void doPost(HttpServletRequest req,HttpServletResponse res) throws ServletException, IOException {
    String strFileName = req.getParameter("filename");
    int len = 0;
    String strFileType1 = "application/msword";
    String strFileType2 = "application/vnd.ms-excel";
    String strFileType3 = "application/vnd.ms-powerpoint";
    String strFileType4 = "application/pdf";
    String strFileType = "";
    if(strFileName != null) {
         len = strFileName.length();
         if(strFileName.substring(len-3,len).equalsIgnoreCase("doc")) {
              strFileType = strFileType1;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("xls")) {
              strFileType = strFileType2;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("ppt")) {
              strFileType = strFileType3;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("pdf")) {
              strFileType = strFileType4;
         } else {
              strFileType = strFileType1;
    if(strFileName != null) {
         ServletOutputStream out = res.getOutputStream();
         res.setContentType(strFileType); // MIME type for word doc
    //if uncomment below sentence,the "file download" dialog will appear twice.
         //res.setHeader("Content-disposition","attachment;filename="+strFileName);
         BufferedInputStream bis = null;
         BufferedOutputStream bos = null;
         String path = "d:\\"; //put a word or a excel file here,eg a.doc
         try {
         File f = new File(path.concat(strFileName));
         FileInputStream fis = new FileInputStream(f);
         bis = new BufferedInputStream(fis);
         bos = new BufferedOutputStream(out);
         byte[] buff = new byte[2048];
         int bytesRead;
         while(-1 != (bytesRead = bis.read(buff, 0, buff.length))) {
         bos.write(buff, 0, bytesRead);
         } catch(NullPointerException e) {
         System.out.println ( "NullPointerException." );
         throw e;
         } catch(FileNotFoundException e) {
         System.out.println ( "FileNotFoundException." );
         throw e;
         } catch(final IOException e) {
         System.out.println ( "IOException." );
         throw e;
         } finally {
         if (bis != null)
         bis.close();
         if (bos != null)
         bos.close();

    Hello!
    Does some one of you had open a MS word file (.doc) in Java search for a token like [aToken] replace it with another text and then feed it to a stream of save it?
    I want to build a servlet to open a well formatted and rich on media (images) ms word document search for tokens and replace them with information form a web form.
    Any Ideas?
    Thank you in advanced.

  • How to open a jpg file with Adobe Camera Raw

    I know it is possible to open a jpg file with Adobe Camera Raw using Bridge but is it possible to do this using PSE7?  Thanks.

    Yes. In the editor, File>Open As, and choose camera raw as the format. John Ellis also has a script for doing this directly from the organizer, but I don't have the link right at the moment. Hopefully he'll be along with it sooner or later.

  • Can I open and edit a Premiere Pro CS6 file with Premiere Pro CC 2014?

    Can I bring a CS6 file to CC 2014 in Premiere? I know I can't move backwards, but can I move forward without any problems? Thank you!!

    Hello Amanda and yairb999,
    if you've identified what you think is a bug, submit a report through the form at
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform. (Feature Request/Bug Report Form >>> I quote: Welcome to the Feature Request and Bug Report Submission Form. Use this form to request new features or suggest modifications to existing features.). These reports submitted through that form go directly to the product team. Sometimes they get back in touch with you to verify the bug or try to find a solution to your problem.
    Hans-Günter

  • Opening Premiere Pro CS6 Files with Premiere Pro CS 4

    I am wondering how it may be possible to open PP CS 6 files with CS 4.  There was an earlier listing to modify some code to change Version "25" to Version "24" for v5.5.  What would the number be for Version 4, if that is the
    solution, or is there another method.  Thanks.

    I think its a no show.
    CS4 is way different from CS6. For starters CS4 is 32 bits.

  • How to Open a rar file with downloaded software

    I was bothering this forum yesterday trying to find some way to get a file opened that I had downloaded. Today I discovered that my problem was that "rar" files need their own software to enable them to be opened....So I downloaded the software UnRarX...and it is now sitting on the bottom of my desktop...but I can not get the software into the Applications folder, and so I can not figure out how to use this little package of software to open my "rar" files...
    What do I have to do to open my files with this new software???
    Thanks..
    Miguel

    HI,
    The UnRarX application should be accessible from your Dock after installing the software. The application icon looks like this:
    "How to extract a rar archive?"
    1. Launch UnRarX.
    2. Drag rar archive into the UnRarX window.
    3. Extraction begins automatically.
    Carolyn

  • How to open a .DOC file with MS-Word ?

    Hye fellow Java freaks,
    I have made an application to upload .DOC and .RTF files to the server using servlets and the Jakarta Commons FileUpload package.
    The files are uploading successfully.
    Now, I want to place a link to the most recently uploaded file and then, on clicking that link, I want the file to open not in the browser, rather with MS-Word.
    What is the servlet code that I should implement to accomplish this ?
    Any suggesions ?
    Thanx in advance.

    I think this is a client-side issue - how the browser chooses to deal with the .doc file it receives.
    You can 'save as' and then open the file by hand.
    --Jon                                                                                                                                                                                                                                                                                                                               

  • How to open an excel file with password in Crystal Reports XI  Release 2

    I have a problem when i try to open an excel 2003 file with password that i know
    i recevived an error code 0xc59
    How can I open a file in excel 2003 protected by password to create the report?
    Thanks in advanced

    Hi Pierluigi,
    It looks like you have to open the excel file and use the data.
    A few informative links.
    http://support.microsoft.com/kb/257819#RetrieveExcel
    http://support.microsoft.com/kb/211378/EN-US/
    Hope this helps.
    Regards,
    Abhijeet Taskar.

  • How to open a .MOV file with Maverick?

    Hello,
    I  recorded some videos with my iPhone 4S. i sync it then with my computer, but it says that it can not open them. Why? How can i open .MOV files with my computer (running with Maverick 10.9.4) ?

    Try VLC.
    Video Player - VLC
    More.
    Video Player - Divx
    Video Player – Flip4Mac

  • How to open a ai file with some layers named in Japanese with a AI CS5(English Ver)

    I can't open some ai files that may contains some layers named in Japanese. I am using AI CS5 (Eng Ver) and how can I open them?
    Thx!

    At worst you should be getting garbage substituted characters just like when you don't have specific fonts on text objects, but otherwise you should be able to open the file. The only thing that could prevent this otehrwise is something systemic, so you may need to install support for Asian languages (in particular if you are still on Windows XP) or even switch the UI language.
    Mylenium

  • How to open a pdf file with command in WebBrowser control?

    Installed acrobat 6 or7 in my PC, then I load a WebBrowser control in IE to open a local pdf file with command line, such as "Page=3", and then open the same pdf file with WebBrowser control in other IE process, I found the command will affect other open and show operations in webbrowser. is it normal?  That is to say, When i set command "Page=3", the second time WebBrowser still open pdf with command "Page=3",I think it is bad.

    Hello:
    Thanks for your reply. I installed Acrobat6.0 or 7.0 in my PC, then i load a WebBrowser Control in IE by Html, then open local pdf with different command by running IE. We can get the command in this website: http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
    First:open local pdf with command : oWebBrowser.Navigate("G:
    PDF
    07000001.pdf#Page=3&Pagemode=thumbs", null, null, null, null);
    Second:Open the same local pdf with no command:  oWebBrowser.Navigate("G:
    PDF
    07000001.pdf", null, null, null, null)
    【Result】The first command "#Page=3&Pagemode=thumbs" will effect the way of showing pdf when second open. But, the phenomenon will not appear in Acrobat 8.0, 9.0, 10.0.

  • How to Open an Indesign file with a missing plugin

    Is there a way to open a file that has a missing plugin?
    This is the case:
    We used an outside designer who is on CS5 indesign and teacup barcode software plugin cs5
    We received his files saved back to CS4, but it is still telling us there is a missing plugin.
    I'm assuming it is Teacup software. Is there a way around this??

    Jenna Hamilton wrote:
    Is there a way to open a file that has a missing plugin?
    This is the case:
    We used an outside designer who is on CS5 indesign and teacup barcode software plugin cs5
    We received his files saved back to CS4, but it is still telling us there is a missing plugin.
    I'm assuming it is Teacup software. Is there a way around this??
    You should try to be as accurate as possible when describing your situation. For example, you say the file was “saved back to CS4”. That is impossible. There is no way to save an InDesign CS4 file from any program except InDesign CS4. Do you mean that the designer exported an .idml file from InDesign CS5? If so, then say so. If you have been given an InDesign .indd file saved from InDesign CS5, then you have an InDesign CS5 file, not an InDesign CS4 file.

  • Cannot open a TIFF file with Photoshop CS5

    I have enclosed the URL to a TIFF file. I am not able to open this file using Photoshop CS5, as it says unsupported file with this version. I didn't face this problem before.
    http://www.yousendit.com/download/UW14SXR6QzdtUUU5WThUQw?cid=tx-02002207340200000000&s=191 02
    Thanks in advance.

    Something must have corrupted someting in the file so newer versions of photoshop won't open it.
    I was able to open it in photoshop 3, ImageReady and also paint and a couple of other non adobe image editors/viewers.
    Though the transparency didn't seem to survive.
    If have you some other image editors or viewers you might try those.

  • How install premiere cs6 upgrade with premiere cs3 installed and not recognized

    I have a Windows 7 integrale 64bits computer.
    I installed Premiere pro CS3 (upgrade from cs2)
    It run OK but refused activation (the Adobe Support told me this is due to CS3 uncompatibility with Windows 7).
    Then I tried to install Premiere C6 as upgrade from CS3.
    But the install program doesn't recognize the CS3 previous install and asks for old serial number. I check "upgrade from cs3" then enter the previous CS3 serial number. CS6 install refuses it. So I can't install it.Thanks for help.

    Premiere never "looks" for an older version on the system when installing an upgrade, and in fact, the best thing to do is completely uninstall any old version before upgrading. Also, you should run the "Adobe Cleaner" utility to remove any remnants of old software before new install. Only an older serial is needed for an upgrade, but of course must meet version requirements.
    http://www.adobe.com/support/contact/cscleanertool.html
    If you cannot get Premiere to install, please contact Adobe support as recommended
    Thanks
    Jeff Pulera
    Safe Harbor Computers

Maybe you are looking for

  • Don't want my AOL Email to show in the MESSAGES mailbox

    Just got the 8300 from Verizon.    I set it up to get mail from my AOL mailbox.    The mail shows up in the "green" mail envelope on the main screen..     There is also a "mailbox" on the main screen.   That mailbox collects every voicecall, text mes

  • Drag and drop not working in CS6?

    Hey guys, we recently updated to Fireworks CS6 (from CS5) @ work and while I do love the speed upgrade, there is one thing different that I cannot get past, I cannot drag and drop a document onto the Fireworks menu bar, I need to Open > File every ti

  • What is the price of Windows 8 if bought from Parallels Desktop 8

    What is the price of Windows 8 if bought through Parallels Desktop 8 ? I know Parallels 8 cost $79 but what's the additional cost to download the full version of Windows 8 ? Also if its downloaded do I get a CD also sent to me at no additional cost ?

  • On rollover make image alpha 100%

    how would I do that. I have a button that when someone rolls over it, i want an image to become visable. mybutton.onRollOver = function() { is what I have, i dont know actionscript very well. Flash 8 pro thanks

  • WRT54GS v 6.0

    Hi, I've been experience a big problem with my wireless router. It disconnects me from the internet sometimes and I think the problem might be the dynamic IP, but I could be wrong. Can anyone walk me through the correct installation of this router? I