Changing Project Properties

Hi
I wanted to change a project's properties. But I can't seem to change the video properties of format and rate. I want to change from 1080p to 1080i, and from 30p to 29.97i. Is there a way to do that?
My workaround was just to create a new project but if there's a way to do it I'd like to know.
elmer

You're on the right track! Open / create new project... then JUST cut/paste all the contents to the new project! Simple.
Or...
Alternately, you can open up the project library. Click on the project. Look in the inspector window. See the "wrench?" Click on that. Then you can change the entire project settings. Good luck.

Similar Messages

  • Can not change project properties (crashes when opening)

    I try to change the project properties when I go to open it livetype crashes

    I had this same problem... but only with one account. Another account on the same machine worked fine. So... I studied the crash report searching for the short user name of the crashing account and found one file that was unique to this user...
    /Users/<my user account>/Library/ColorPickers/RCWebColorPicker.colorPicker
    I deleted it and now Project Properties in LiveType works fine!
    There seems to be an update to this color picker:
    http://www.rubicode.com/Software/RCWebColorPicker/
    (They acknowledge a problem with Apple Pro apps and Leopard)
    Message was edited by: Roland G

  • Can't change fps in project properties

    I can't change the fps in the project properties in Motion 3. I can change everything else, but that. It is stuck at 29.97 but I want it to be at 23.98. Even when I change the preset to, say, 720p24, the fps is still at 29.97. Is this a bug, or is their a magic setting to change somewhere else?

    Oh boy! That's weird. I started a new NTSC Broadcast SD project, but the frame rate was still stuck to 29.97 (the frame rate field is not editable). So instead of changing the preset in the project properties, as I've done before, I tried your suggestion. I created a new project, but in an HD format that supported 24p. I chose the DVCProHD 720p24 setting, fortunately this time, the fixed in cement frame rate was at 23.98; I then immediately changed the preset back to NTSC Broadcast SD within the project properties, and whammo! SD res but the frame rate stayed at 23.98.
    This is really, I mean really counter intuitive. Apple really did not think things through. Perhaps it's a programing logic issue... Who knows... it's still sloppy!
    Thanks Mark for pointing me in the right direction.

  • Project properties it won't let me change compiler option

    I get this error
    X:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml
    but when I go to the project properties it won't let me change it, the Apply button is greyed out.
    Project clean didn't help either.

    The None option is not available in all locations.
    Reset your iPhone then try editing your payment credentials.
    Tap Settings > General > Reset > Reset All Settings
    No data is lost as the result of a reset.

  • Bug in workshop Project Properties for a Java Project !!

    I have a Java project which i am trying to make work with junitee so
    that i can automate my test cases. I have installed junitee as a web
    application named 'junitee' and configured it no problem.
    I have my JUnit test cases in Java Project named 'UnitTest'. What i want
    to happen is that when i build my UnitTest project i want the resulting
    JAR file UnitTest.jar copied into the WEB-INF\lib of the junitee project.
    In order to do this i needed to change the project 'Build' options and
    select the "Copy JAR file from Libraires to Project as" and refer to the
    junitee web app as follows:-
    ../junitee/WEB-INF/lib/UnitTest.jar
    Unfortunately when i do this and select Ok to save my changes workshop
    gives me the following error:-
    The JAR name contains illegal characters. Please correct the name.
    However i have managed to get around this and make it work by manually
    modifying my .work file by hand and not through workshop. This works and
    achieves exactly what i want however it must be a bug in workshop to not
    allow this through the Project Properties window !.
    Else if it is deliberate then i cant see why as you should be able to
    copy a JAR file to any lcoation inside the project if you wish to. I
    hope this gets fixed in SP3.
    Martin

    .. I tried using iPhoto to export a QT file of an image slideshow....
    I would start here to play on the knobs&sliders ..
    what were your settings for export? "QT file" => that is many dozends of options of compression, codecs, resolutions, etc. pp ...
    the consumer apps FCE and iM are meant for TV display only => reduced res + reduced colors, quality reduced due to interlace (due to TV standards) ...-
    a Full Res, h264 encoded qt.mov should display your photos in shining quality ...

  • JSC 2.1 ignores path properties in nbproject/project.properties ?

    Hi,
    I have to import a Netbeans 5.0 project into JSC 2.1 in order to use the JSF UI designer. The project has the Java BluePrints source structure with all folders external to the Netbeans project folder (because it was created with other tools in the past). It is a mix of legacy servlets, plain JSP and JSF pages.
    In Netbeans it was no problem to import the source tree by using the option "Web Application with Existing sources" from the project wizard and tweaking the pathes in nbproject/project.properties. In JSC this option does not exist. Also I cannot just move all the sources into a standard JSC project folder since it is a large project in a CVS repository. Also I cannot use softlinks since some people work on the project using Windows and some use Linux.
    So I tried to edit the path settings in nbproject/project.properties manually. Here are the relevant lines I changed from a default JSF project created by the JSC wizard I used to manually import the project into JSC:
    conf.dir=${file.reference.jsctest-src}/conf
    file.reference.jsctest-test=../../test
    file.reference.jsctest-web=../../web
    file.reference.jsctest-src=../../src
    jsf.pagebean.package=jsctest
    jsf.project.libraries.dir=lib   # <-- not sure what goes in here
    source.root=${file.reference.jsctest-src}
    src.dir=${file.reference.jsctest-src}/java
    test.src.dir=${file.reference.jsctest-test}
    web.docbase.dir=${file.reference.jsctest-web}The web.xml, faces-config.xml, ... etc. are all prepared for JSC. JSC seems to understand it and opens it correctly and list the external folders like Netbeans would. But when I try to add a new JSF UI based page I get a NullPointerException. From the message log:
    java.lang.reflect.UndeclaredThrowableException
         at $Proxy14.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
         at java.awt.Component.processMouseEvent(Component.java:5488)
    Caused by: java.lang.NullPointerException
         at com.sun.rave.api.jsf.project.ui.WebFormIterator.instantiate(WebFormIterator.java:131)
         at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:557)
         at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:396)
         at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:218)
         at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1425)
         at org.openide.WizardDescriptor.access$900(WizardDescriptor.java:63)
         at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1327)
    [catch] ... 67 moreWhen I look into the files view of the project I see that JSC recognizes the classes in the external source packages folder like Netbeans would. But it creates at the same time a non-existing folder named src below the JSC project folder which contaings an empty folder named "jsctest" (the default package name I selected for page beans).
    So it seems some part of JSC (the web designer?) ignores the path settings in nbproject/project.properties while others (the code from NB4.1?) does not. When I move all project sources into the JSC project folder in their standard location it works but as I wrote above doing that is not an option because CVS etc..
    Or do I have to set some additonal properties in the project for the designer? Or is there any other way to import such a legacy project to create new JSF pages with the designer (we cannot change all servlets / pages at once).
    Or is it just a bug in JSC 2.1 I should report? Or is it a unsupported feature JSC will never support?
    Thanks in advance,
    regards,
    Thomas

    Thanks for your answer.
    Unfortunately, as I described in my inital posting, it is not possible for me to do a refactoring of the source structure in Netbeans because the project is based on a CVS repository and I cannot change the pathes there for several reasons. The web folder and sources folder are outside of the Netbeans project folder anyway. I just thouhgt that JSC would read the pathes from the project.properties file like Netbeans but that doesn't seem to be the case.
    I guess we have to wait for the next JSC version or check out other options.
    Thanks anyway,
    Thomas

  • Changing project's run target

    I'm sorry for wrong terminology here, but here goes problem description:
    We are developing project with use of JDeveloper 10.1.3 with use of JSF.
    in web.xml we've got:
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
    If we press run for any jsp file (actually jsf one), then browser is redirected to
    http://localhost:8988/projectname/faces/file.jsp
    What I want i to do is to be redirected to page
    http://localhost:8988/projectname/file.jsf
    Is it possible to change JDeveloper properties in such way?

    In JDeveloper 10.1.3 EA 1
    specify url-pattern.
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/</url-pattern>
    </servlet-mapping>
    Without a servlet-mapping for the Faces servlet, the servlet would get invoked even for JSPs which are not JSF.

  • How do you change project settings on Premiere Elements 12?

    I have Premiere Elements 12. When I view a DVD I created of wedding photos, the edges of people and objects are jagged and generally the photos appear blurry. On my old Premiere Elements 8, I did not have this problem - the pictures on DVDs were clear and sharp. When checking the project setting on Premiere 8, the project settings for Capture was DV which changed all my settings for General and Rendering project settings. On my new Premiere 12, the Capture setting is HDV and I cannot get the General and Rendering settings to change when I change the Capture setting to DV. The online help from Adobe says to correct this, "In the New Project dialog box, click Change Settings," but when I start a new project in Premiere 12, "Adobe Premiere Element Editor" is the only dialogue box that shows and I cannot see a change setting button. Does anyone know how I can change my project settings so that when I select DV it will change all the presets for the General and Video Rendering settings?

    jacquelinebaker
    The party line is that you cannot change project settings once the project settings have been set. You need to start a new project.
    Edit Menu/Project Settings/General does not offer the opportunity for any significant project settings change in this type of situation.
    I have discovered that, under certain circumstances, that the user can change the established project preset without starting a new project.
    The approach to doing this involves editing the Notepad document of the saved closed project file (project.prel file). I have written about this in the following blog post.
    http://www.atr935.blogspot.com/2013/05/pe11-changing-project-settings-without.html
    You need to weigh the pros and cons of going through the procedure or just starting a new project and start the project again.
    All of the above being said, on to setting to the correct project preset to match the properties of your source media. Please refer to the issues involved and how to set manually the project preset when the program is not doing the job correctly or best automatically.
    http://www.atr935.blogspot.com/2013/04/pe11-accuracy-of-automatic-project.html
    To the specifics...if you are doing DV data capture firewire into Premiere Elements 12 Capture Window, the scenario would be...
    a. Open Premiere Elements 12 to the Expert workspace, go to File Menu/New/Project and Change Settings. In Change Settings,
    change the project preset to NTSC DV Standard or NTSC DV Widescreen depending on NTSC or PAL set up and 4:3 or 16:9 DV data source. Then before you exit that area, make sure to place a check mark next to "Force Selected Project Setting on This Project" in
    the new project dialog. Exit that area and return to the Premiere Elements 12 Expert workspace for your Add Media/DV Capture selection.
    If you are doing HDV data capture firewire into Premiere Elements 12 Capture Window, then same scenario except the project preset change involves NTSC HDV HDV 1080i30 (if NTSC). In this instance, the Edit Menu/Project Settings/General should look like
    Please review and consider and then let me know if I have targeted you question or need clarification.
    Thank you.
    ATR

  • Render Format in Project Properties is disabled, why?

    Hi,
    I can't change the Render Format in my Project Properties,
    Does anyone have any idea why it would be disabled?
    I've read the manual & watched various tutorials & none of them mention this possibility.
    BTW I'm trying to do this because having chosen ProRes422Proxy, the video looks compressed & horrible while editing; far below the quality I was expecting.

    Sorry, yes the audio sample rate was originally Surround/48Khz, I was just playing around to see if I could get the render format to enable.
    I did have a clip in the project, which was rendered in Motion5 (in ProRes4444), but I deleted this clip & the Render Format is still disabled.
    I didn't notice this before, but for some reason, some of the later clips I'm using have no audio track.
    This is not right and is probably because whenever I use FCPX to import video from my PAL DV camera, it fails to include audio. And probably fails to do something else...
    So I have since discovered that I have to use FCPExpress to import all my footage.
    This will take a while, but no doubt if I re-import these clips in FCPExpress, the issue will go away - just a hunch.
    Unfortunately, with FCPX's inability to reconnect old clips - I guess it means I'll have to start this project all over again. Yay! ;-)

  • Unsuccessful to change the properties label

    Hi expert,
    i am doing to change the properties label. i used existing project that i download from sap note 817876. below is my steps:
    1. i create my bundle file (fgckbLabel.properties)
    2. in bundle file, i defined my properties as
              HRProgram=Program
              HRDate=Date
    3. i change KEY in IRFServiceWrapper.java
        it become com.fgckbLabel.km.resource.bundle
    4. i deploy to portal
    5. i restart servlet engine
    6. i create metadata extension in system administration > system configuration > knowledge management > content management > global services > metadata extension.
      name : fgckbLabel_metadata_extension
      bundle file : com.fgckbLabel.km.resource.bundle.fgckbLabel
    7. i assign the metadata extension to all properties that need to change the label.
    i do the above  steps in many times but i cant see any changes on my properties. it's still display the property ID. did i missing some step?
    please help me..
    Thank in advance,
    Faeza

    Hi Faeza,
    The steps you have followed seems to be correct. This issue used to happen in our environment also, but second j2ee restarts used to fix the issue.
    Few cross checks which you can perform
    Please download the par file from the server and check whether the changes are present in the par file.
    make sure that you have keyed in the right bundle file name.
    Help link,am sure you would have seen this.
    http://help.sap.com/saphelp_nw04/helpdata/en/65/6fc63ed4027f6be10000000a114084/frameset.htm
    Regards,
    Vinod

  • Where are the project properties in iMovie 10

    I cant find the project properties in imovie 10. Photo imports seem to be 4 sec long in the time line with the ken burns effect turned on. How do i alter this? Please

    On the top menu bar click Window>Movie Settings (Command J). THis will bring aa menu up in the video player window. In that menu click the "Settings" button in the top right hand corner. Here is where you can change the default clip length.

  • Project properties

    Im using fcpx 10.1.1 .   I want to change the project properties that were set by the first frame in my project.   Command J and window/project settings are greyed out.  Any advice on resetting the project properties for a project?
    thanks

    Make sure the timeline is active and the project open, or select the project in the event and look at the Info inspector. If that doesn't work post a screen shot of the timeline.

  • Project Properties timing

    In iMovie under project properties in timing, does the the initial video placement have anything to do with the photos in a slideshow at all?

    Click on one of the thumbnail images in the project timeline, then select "Edit > Select All" from the menu. All clips in the project will now be highlighted with a yellow border.
    Now click on the small gear icon on one of the images. From the drop-down menu select "Cropping & Rotation". (Alternatively, click on the Crop, Rotate & Ken Burns tool in the centre toolbar - or simply press the C key on the keyboard).
    In the Viewer, select Fit (in the top left corner). All clips will now be changed to Fit.
    It's best when starting a new project to choose your preference from "File > Project Properties", then make a selection for the item "Initial Photo Placement". iMovie's default is Ken Burns (as you've discovered).
    John

  • Changing project types

    Hi,
    When building a new Flex project, in the wizard you can
    specify the project type.
    I was wondering, is it possible to change this in the same
    project afterwards?
    Thanks

    I don't think you can change the project type. You can modify
    other setting by going to the project properties.
    As a work around - you can delete the project (don't delete
    the sources) . And recreate the project with different type using
    the existing sources.
    Thanks,
    Gaurav

  • Changing Project Background Colour Preference

    Really quick question. Is anyone able to change their default project colour background to pure white? I can set this in the preferences and it seems to 'take' then on next starting Motion it's back to black. I almost always work with a white background, and although I can easily edit an individual project's properties back to white it would save me the trouble if I could just get the default that way.
    I've trashed preferences but to no avail.
    David

    Interesting. Never noticed before cuz I work with a black background usually. I was able to recreate the same result. The best I could manage was to change the bkg in preferences, then start a new project (which shows up in black), and hit CMD+J to open the project properties. The properties show the white color and if I don't do anything except hit OK, then the project will revert to white, but it'll always be black when I first start a new project.
    Andy

Maybe you are looking for

  • Applet load times got you down?

    Then vote for this RFE: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6346341 The whole discussion started here: http://forum.java.sun.com/thread.jspa?threadID=678853&tstart=0 -Dennis

  • Looking for note pad app

    My boyfriend will be leaving for med school at the end of next month. I want to get him an iPad as a gift but before I buy it I want to know if there is an app that will work with a stylus for note taking. Specifically, I would like him to be able ta

  • Oracle 10g Express Edition - number of simultaneous connections

    Goodmorning, I'm goingo to test Oracle 10g Express Edition but I ned to know the max numbers of simultaneous connections it supports. Many thanks to all.

  • A free Vnc program is missing..

    How about a free Vnc program sisx version not java obviously??!! Iphone and Win 6.5 have already and Android will have.. It's missing in the Ovi store for the Symbian s60 5th edition and ^3 and after

  • Pictures in muse cutting off

    Once I correct one, another one cuts off, no matter how many times I try to fix it one is always cut off. I have windows 8 and this has never happened before, it just started happening.