Get CS3 to recognize the same project to another drive?

I have a couple of different external hard disks that have copies of my projects. Depending on what else is connected to my laptop the 2 drives can be named F, G, H, I, j, etc... The main external that I opened my project was named F:\ for very long. Now my laptop recognizes it as G:\. When I opened a project for this drive in the first, he asked where are all the files. When I try to rename the drive to the computer > FreeAgent drive (g) it's just renames it "FreeAgent drive F: (G :)". ", do not change the name of the real player. No matter what I unplug, restart the computer, etc.... the former F: drive is now recognized to G:.

In the first I can't find an easy way to get all the files that were previously associated with F: now to join G:.

Is there a way of to rename the F: drive through windows or within first first recognize that all of the files associated with the project are now on a G: drive.

I understand that I can reassociate the files individually in G: but that would take several hours.

Then you will have no problem changing the drive letter.

Tags: Premiere

Similar Questions

  • Some fonts have intercepted showing as available on ID CS3, but at the same time, they ARE show as available

    Some fonts Adobe has stopped showing as available on ID CS3, but at the same time that they show as available on AI CS3. How can I get them appears so I can choose them?

    Win 7

    "First end g try is deleting the tha Adobefnt*.lst files, where * is a two-digit number."

    I'm afraid that I'm not familiar with where and how to...

  • Several versions of the same project AE Premiere Pro crash

    Hello!

    I guess this should be possible, but it seems that I do something wrong.

    I am a first Pro CS5.5 project. This is a tutorial how-not - to the that I use as an example of project to get myself started in CS5.5 AE with the body.

    Now... between the clips I want to first pro to show screens as "Lesson 1: when you don't...' then a video clip, then ' lesson 2: when you... don't ', then another clip video example." Etc...

    However, it would be nice if these screens of text between the two were animated. So I am doing a project in AE called "Lesson1", save it, just to make the text lively between the two.

    Import of the body: nice.

    Now, I would like to make the animation 'lesson 2'. I want he comes alive as in Lesson 1. So I have open project Lesson1, change the text and save it as AE project "Lesson 2. In this way, I don't do any what animation again.

    This would be the way simple, right? Instead of having to copy everything or instead of save settings predefined.


    It does not work.

    For some reason any body (even if AE is saved and AE is closed) now words together projects. Lesson1 indicates Lesson2 or Lesson3. It seems that AE projects are registered under different names, organization always check the versions published as an edited version or the original, with the exception of the version I want to show him.

    At some point, this will crash body or AE.

    I'll start trying to make different compositions in the same project, maybe that will work. However, why it works that way?

    Thank you

    Your workflow is a bit wonky. Here's the right way to use the AE projects within a timeline of the Organization:

    1. Select the clips you want to process in After Effects
    2. Right-click on any of the selected clips and select replace with After Effects Composition
    3. AE opens, save the project file, and then change the composition created with Dynamic Link.
    4. Do not close AE.
    5. Repeat for as many clips you need to treat in AE.

    It is always better to end up with an AE project incorporated into a chronology that integrated a lot of AE projects. I guess the crash is a dynamic link is trying to access several projects at the same time. Dynamic links can handle a handful of compositions far better that he can manage a handful of projects in the same timeline.

  • updated Windows SP1 downloaded fine, but I still get notified to install the same thing over and over again... What's new.

    updated Windows SP1 downloaded fine, but I still get notified to install the same thing over and over again... What's new.

    Hello

    I understand that you are warned to install the update even repeatedly. I'll be happy to help you with this problem.

    (1) did you do changes on the computer before this problem?

    (2) you have Service Pack 1 installed on your computer successfully?

    (3) are you advised to re - install the Service Pack 1 update again?

    (4) you receive an error message when you try to install Service Pack 1?

    Method 1: I suggest you run Microsoft FIXIT from the link and if the problem persists.

    The problem with Microsoft Windows Update is not working

    http://support.Microsoft.com/mats/windows_update/

    Method 2: I also suggest you to follow the steps from the link and check if it helps.

    Windows Update or Microsoft Update repeatedly offers the same update

    http://support.Microsoft.com/kb/910339

    For reference:

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-installing-updates

    I hope this helps. Try the above steps and get back to us for assistance. We will be happy to help you.

  • Multiple application to the same project

    Hi all

    I wish I had 1 application runs as a service to start and another is a UIApplication to set the variable to the first application. How can I do this in the same project?

    I try to separate two project but when running, I got the below error

    Class 'com.mytest.phone.UserInfo' multiply defined.

    The linker error: "VerifyError" for MyTestSetting_BB

    Error starting MyTestSetting_BB: 'com.mytest.phone.UserInfo' multiply defined class.

    Two projects use UserInfo for storing data persistenly.

    Thanks in advance,

    POJ

    I'll just try to rephrase what Simon and Bika have already said, but otherwise it's maybe a little clearer.

    The BlackBerry smartphone does not load two classes that have the same name.  Of the same name, in other words the package and class name.  If you have a PersistentData class in the com.myorg.testapp1 package, as well as in the com.myorg.testapp2 package, then here is therefore not the same thing, even if the class name is the same.

    However for process objects in PersistentStore, the same class should be used.  So even though the two classes PersistentData in testapp1 and testapp2 were the same, the BlackBerry only would leave one of them extract the data.

    So to store data in PersistentStore which is used by the applications of two (or more), you should use a common (shared) class.  An easy option is to use standard RIM provided classes such as vector and String.  But that can make life a bit difficult.

    The simplest option is to share classes between applications.  This can be done easily in the JDE.

    Step 1: You create a project that is testapp1 and another is testapp2.

    Step 2: Then you create a third project of the library, which provides the object that will be stored in PersistentStore (and of course, this might have any other components shared as well).  Let's say this project is in the com.myorg.shared package.  Then com.myorg.shared we PersistentData class, she object that is persistent.

    Step 3: You are doing the project two testapp dependent on the com.myorg.shared library project, just the dependencies of the project

    Step 4: You import com.myorg.shared. * classes in testapp classes that use data from PersistentStore.

    I presume that you can do this kind of thing in Eclipse, but I don't him did not.

    Once you understand this, then you can create library files that are in independent work spaces, so that you can maintain testapp1, testapp2 and share completely separated.  But is not too far for this explanation.

    But in short, you do not add the same class for two projects, you make sure that the projects share the same class.  To achieve this, have three projects, two applications and a library.

    Hope it makes sense.

  • mixture of 1080 and 720 images in the same project

    Hello

    I am new to Adobe Premiere and still learn the in and outs of the software.

    I had shot some footage with my Go Pro in 1080 p/30 FPS and I have pictures recorded in 720 p/30 fps that I wanted to include in a project

    My problem is that I noticed a decline in the quality when you export.

    I had exported with the following parameters:

    H.264

    Vimeo HD 1080 p

    Go to maximum depth

    Target the bitrate, flow Max: maxed out

    Maximum render quality

    Would be - this due to the fact that I have a 720 p movie in my project? And that he compensate?

    Is there a way to keep the project at the 1080 for 1080 images and keep the 720 720 in the same project?

    More than 100% scaling will degrade the quality.

    You can export at 1080, leaving a black frame around the 720 hardware, so it's not zoom.

    The best solution is probably just export to 720 and adjust images 1080 down a bit.

  • 2.7 k, 1080 p, 720 p to the same project

    I have 2.7 k, 1080 p and 720 p video footage that I want in the same project. I know I can change my images, but I don't want to loose quality what is the best way to handle this? Is there a way to keep images of high quality, but also to add images to a lower resolution without losing quality?

    ashleye81453589 wrote:

    Does this mean that I will lose the quality of the 2.7 k and 1080 p and the entire video will be right in 720?

    Its either lose the full quality of

    2.7 K and 1080 p on a timeline 720 or

    2.7 K and 720 on a 1080 timeline: your choice

    2.7 chronology is IMO not an option.

  • Can Android and Apple share the same project?

    I'm glad that first Clip is now available for users of Android and now, the only thing a bit strange, is that Android phones can download but not Android tablets yet. But apart from what I asked in my question is if two or more persons work together on a project of PClip using mobile devices, for example, the person has an Android Galaxy Tab and person B has an iPad a project can be started on onebrand device and more later transferred to cloud to Adobe or something and the other person on the access of the device of another brand , open and finish the same project. In short an Android phone or Tablet and an Apple phone or tablet can work on the same project, regardless of who actually began the project?

    Hi Maurice.

    Thank you for downloading first Clip and for your comments! First clip is currently only available for Android smartphones.

    To answer your question on the use of platforms: Yes! Our team strives to make sure that if you are working on Android and iOS, your project will be supported regardless of what platform/device you started on. If you start a project on your Android phone, it will be automatically available on your iPad and vice versa. You can send your project to Premiere Pro since both platforms as well.

    Happy clipping!

    Bronwyn

  • Help! CC of PHOTOSHOP: I want to reproduce the same project more than once and to modify their dynamic objects linked separately as different projects - can you help me? Please

    I want to reproduce the same project more than once and to modify their dynamic objects linked separately as different projects - can you help me? Please

    If related files please consult are located next to the file that contains the duplicate folder and edit files duplicate so corresponding should translate into changed content in the file duplicate.

  • Using clips with different frame aspects and pixel in the same project

    Hello

    I have two clips:

    clip1: AVCHD 1440 x 1080 and the rationing of 1.3333 pixel aspect (the ratio of the image is 4:3)

    Clip2: AVI 720 x 576 pixel aspect ratio of 1.0940 (the ratio of the image is 5:4)

    I want to use the two clips on the same project.

    I chose a project suited to the preset clip1. (in this case most of my images will be of this format).

    If I do not make any changes to the elongation of pixel (using the Interpret Footage) the result is that the letter boxing serves around clip2. It is acceptable but not ideal.

    Can I change the format of clip2 pixels so that it is the same proportions as clip1? If I do this but I don't eventually clip2 distortion? What would be a worse result than the current situation with letter-boxing.

    Can someone advise; is it possible to merge these elements from two sources into a single output seamless file?

    With our thanks

    -Justin Wyllie

    Justin,

    If the IRON Clip 2 (size of pixels) is correct, i.e. the film doesn't look like stretched or squeezed, I wouldn't do any adjustment to that.

    To reduce or completely remove the black borders around it, you can adjust the fixed effect > Motion > scale, to fill the large size of the frame. Note: due to the difference in image format, to fill the full scope of the project, you will be actually reframe some of top and bottom. Using the fixed effect > Motion > Position, you can adjust exactly where culture goes, say all high, or to all of the background, or by a different ratio of high & low. This choice must be based by the framing of the topic in Clip 2. This choice is yours.

    Note: when scale upwards, quality will decrease, but maybe not too difficult to use only images, but the decision is yours also. There are several programs, and some that are plug-ins, this top-floor a little better than the Motion > pre scale. I would investigate those. One Magic Bullet Instant HD Red Giant, was used by many, even if some users were not enough to buy the pleasure. Just something to consider.

    Good luck

    Hunt

  • work on the same project simultaneously on multiple computers

    Hello!

    My company recently installed captivate 6 on 4 machines.

    I would like to know if 4 people can work on different parts of the same project simultaeously on different machines and then can consolidate into a single Captivate 6 file as a single project?

    What are the disadvantages of this... or is there any duplication of work involved in this?

    This causes problems for the project in terms of links in the project, clickboxes, etc.

    Because when I open a captivate project 4 who has had several clickboxes with a jump of X or slide setting the project in captivate 6, all the joints of mailboxes got click related to slide 1 of the project.

    Am I likely to face such questions when I'm working on a project in captivate 6 on several computers and consolidate them in the end?

    Future prospects for the answer

    Thank you

    My recommendation is that if your 'project' is the creation of a course or a number of course, then you should be modularising it so that there will be a CPTX file for each module.  No two authors can work on the same file CPTX at the same time. But if you have all of the project files saved in a repository check-in-check-out of a certain type, then you can control access as you wish.  Each author will have to check the project file, that they work, download it to the hard drive of their own PC and check it after registration and closing of Captivate.  Under no circumstances try to have authors working or access project on the network files. It's asking for trouble with file corruption.

    Another precaution to take is to have all authors use the same directory for the working files structure on their PC.  These files should be ideally NOT in their own profile folders My Documents because then the paths may not be the same.

  • NEWBIE! How to create a second timeline in the same project?

    I often use first Pro CS5. I just bought a copy of the first 10 Elements for my wife. Surprisingly, a large part of my experience of the body has no transfer! For the most part, I was able to answer his questions, but need your help with this seemingly simple question...

    How can I create an another sequence/timeline in the same project file?

    Thanks for your help!

    Premiere Elements allows only a chronology by project.

  • import of comps that reference the same project files without doubling the size of the ae file?

    Hello, I am currently working on a major project that has me constantly to reimport old comps that reference the same project files. The thing is that when I do this AE re-imports all project again files when it is attached to the computer that I imported. My question is is there a (fast) way to remove references of redundant project in the project tab file, or there at - it another way to import a model without creating this double entry in the project tab?

    Thank you guys!

    Sorry, Yes, you can do this by using the command consolidation (file > consolidate all sequences).

    This will remove all duplicates.

    See this Help on AE page for more information.

  • ACCESS the same table in another file gives message as there is no...

    I'm working on a little game of shooting like a project to learn as3.

    I struggled a lot with the as3 syntax, but am willing to grit your teeth and hope that someday that light...

    the problem:

    I created three clips in a fla.

    I plugged 4 .as files to the fla:

    Bomber.As

    Bullet.As

    Kanon.As

    Shooter.As (connected to the phase of files / himself).

    All the behaviors of the mc are described in packages in their own connected .as file.

    I want to do a hitTestObject with "chips" and "bomber".


    as file f the ball inside, I make a table to store the bullets.


    When I want to access the same table in another .as file, I get a message there is no...


    Can anyone suggest a solution...?

    any help is very appreciated!

    If the bullet.as file is supposed to be for a ball, and you intend to have more than one ball in action at any given time, so you probably don't want this table in the class bullet.as in any case.  If the shooter file is the actual game file, then I have the file of shooting game in charge of the creation of new instances of the ball, and that is where I keep track of them in a table and their test against the bombers.

  • Satellite A200-1AE does not recognize the USB 2.0 flash drive

    I have a problem because my satellite A200-1AE with Microsoft Vista does not recognize the USB 2.0 flash drive. He asks me a program/software!
    The same USB works without problem on other computers with vista!

    Someone knows what to do?

    Hello

    First of all, you must disconnect all USB devices and must remove the USB ports and controllers in the Device Manager.
    After this procedure, you must restart the laptop. After a new restart the Vista operating system should recognize the USB ports and should reinstall USB drivers again.

    Then you must update the Vista to the State! All fixes and patches must be installed. Please note that you will have to visit the MS Update site for all patches

    Notes; MS has released a beta of Vista SP1. I installed it on my laptop and it has solved several problems.

    Best regards

Maybe you are looking for

  • Satellite L850 - fan speed remains at 100%

    Hello I bought a L850 Satellite a week ago.The fan works fine at first, when I play video games that it goes back to high speed, which is normal.The problem is to keep it at this speed even when I turn off a game. For example, my current CPU temperat

  • must force preferences to quit when I selected printers

    Cannot print, the force must stop smoking.  In the preferences so I chose printers and scanners of the preferred app breaks down and still must force quit.  Everything works fine in Safe Mode.  Started with the last update to El Capitan.  Ideas?  Har

  • Driver HP probook 4530 s wireless not exist and does not appear in Device Manager

    Hi guys,. I have hp probook 4530 s I also have the original cd recovery (OP - drivers) After I installed new windows and install all the drivers, I don't think Bluetooth, wireless drivers, also both appear in the connection manager is two steps still

  • Lost BlackBerry Smartphones Storm 9530 battery charge all of a sudden

    For the last one or two week, my Storm battery is weird. The prosecution suddenly falls of 40-50% on average of a call or while I use the phone for other reasons, say by looking at an email. At the time when this happens, the phone hard resets on its

  • Expandable for plug trade columns plugin

    Hello.I try to add a repeating column in the spec of trade------tab packaging-packaging grid. The new column is necessary to display the unit card packaging added to the specification of trade.I'm looking for documentation on using the "context" obje