Project rendering in HD not SD??

Hi all. I have my preferences set to SD DVD but DVD ST Pro gives me this error ...
"The Build Location folder contains a VIDEO_TS folder(standard DVD content). You must remove the VIDEO_TS folder from the Build Location in order to proceed with Build/Format of a HD DVD project."
So I removed that folder from the build location and DVD St Pro created a HDDVD folder there and put the assets in that. When I burnt the project it burnt to HD DVD not Standard DVD. Can anyone help?

At some point you made an HD DVD. Erase the old project completely and start a new SD project.

Similar Messages

  • JSF Design View broken? Fallback Rendering, "Render Kit" not found

    Hi,
    I just wanted to toy around with JDeveloper 11g TP3, created a new project, added technology scope JSF (+ JSP/Servlets, etc.) then the tag-library ADF Faces Component 11-ji3.
    Then I created a data control from a POJO and wanted to visualize this within a JSF page. So I created one (via faces-config visual editor), dragged the appropriate getter-method to the page in the up-to-this-point working WYSIWYG editor, selected ADF-read-only-form and suddenly found myself in the JSF "alternate rendering" (a view like in an hierachical XML editor). I enabled "design time messages in log" to see what the problem was.
    Stopping/Starting JDeveloper or removing tag libraries like suggested in other threads did not work. I was unable to reactivate the wysiwyg editor for this page or any new JSF page in this application, always the "alternate rendering".
    Log said "oracle.sql.OraData" was missing, so I added ojdbc6.jar to the project classpath. Didn't help, no wysiwyg editor, log now says:
    --- snip ---
    18.02.2008 14:12:37 oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _isPostback
    WARNUNG: Render Kit konnte nicht gefunden werden
    WARNING: A problem was encountered executing the page. Using fallback rendering.
    java.lang.NullPointerException
         at org.apache.myfaces.trinidad.util.Service.getService(Service.java:82)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl._getExtendedRenderKitService(ViewHandlerImpl.java:333)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:154)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:633)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:244)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    --- end ---
    I have this error even for newly created (ie blank/HelloWorld) JSF pages in my application. I started adding some libraries, but nothing helped. How do I reactivate the wysiwyg editor?
    Thanks!

    Frank,
    thanks for the reply. I will try what you suggested, but the trinidad-config.xml is actually not missing in my project, although it does not include a render kit definition.
    As my first step with 11g I also tried one of the tutorials (http://www.oracle.com/technology/obe/obe11jdev/11/ejb/ejb.html) and there the wysiwyg was working nicely the whole time.
    In both cases (my project == not working wysiwyg editor, tutorial == nicely working wysiwyg editor) the content of the trinidad-config.xml is the same:
    --- trinidad-config.xml ---
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <skin-family>blafplus-rich</skin-family>
    </trinidad-config>
    --- end-of-file ---
    Rgds
    Axel

  • Project Server 2010 Timesheets not Updating Project Plans

    We have several project plans that are not getting updates from approved timesheets.
    Troubleshooting steps I've taken:
    1) Verified the timesheet/task submissions by the resources
    2) Verified they have been approved
    3) Verified they have been accepted by the Status Manager and processed
    4) All project plans have been published (I even used ProjTool ON the App server to do a full publish of all plans as a second step of publishing)
    5) Verified OLAP was built successfully overnight (and every night)
    6) Tasks have both remaining work and NO actual work in the Resource Usage view
    7) Had a user recall and resubmit his timesheet using "Send Timesheet" to see if the task updates would come through - they did not (I am Status Manager and the timesheet shows Approved), and even published the plan and rebuilt the OLAP again,
    just in case.
    8) Verified that no tasks are marked for closure under Close Tasks for Update in Server Settings.
    9) Verified Timesheet shows Actual Work on the Tasks via Pivot Table; compared Timesheet_User_View with MSP_Portfolio_View pivot table for project which shows 0 hours. Timesheet_User_View shows 33 hours.
    All tasks have Remaining Work, are within the date range of the timesheet and are open for submitting time. Timesheets are still out of sync with project plans for many users and there is no apparent reason. I'm out of ideas!

    Hi,
    In status manager's approval center, history, status updates, can you check the status of the approval? Do you have any errors in the ULs log for the approval or publish jobs?
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, MCP |

  • Visual Studio 2012 SharePoint Project Error : The partial project item type does not have a value for this property

    Hi,
    I am getting this error from visual studio 2012 whenever i try to create the following project types:
    - Workflow Custom activity
    - Web parts
    The error is as mentioned below
    "The partial project item type does not have a value for this property"
    Due to this the when I add above type of items in my project, they show a red cross icon against them.
    Please let me know If have you any solution?

    Hi
    I had same issue. Below is the solution
    Installing
    "Visual Studio 2012 Update 3" usually solves this problem. (You can download it through microsoft's official site at
    "http://www.microsoft.com/en-in/download/details.aspx?id=39305")
    Hansraj Rathva

  • The rendered records are not consistent with the range

    After changing the range with record navigator to render the records,
    if navigate to other page and go back,the rendered records will not be
    consistent with the record range.
    The issue can be reproduced as follows.
    1.when select 1-10 range,the first 10 records are rendered.
    2.select [Next 10 records] to render the 11-13 records.
    3.change to other page and return to the original page.
    It is found that the 11-13 records are rendered but the range is 1-10.
    You can verify the issue by executing SampleMainPG.xml of the Tutorial.jpr for 11.5.10.2
    from Jdeveloper after changing the SampleMainCO.java as below.
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    if (pageContext.getTransactionValue("link") != null)
    OAAdvancedTableBean inner = (OAAdvancedTableBean)webBean.findChildRecursive("InnerTable");
    inner.clearCache(pageContext);
    inner.setAttributeValue("CLEAR_CACHE_ONCE_NOEXECUTE_ATTR", Boolean.TRUE);
    <==comment out these original source above.
    OAAdvancedTableBean outer = (OAAdvancedTableBean)webBean.findChildRecursive("OuterTable");
    outer.queryData(pageContext, false);
    <==add the two rows of source above to get the latest query data.
    you should to make the records of the table fwk_tbx_employees to be more than 10 just using the SQL script below.
    (just need to change EMPLOYEE_ID at your will)
    INSERT INTO fwk_tbx_employees (
    EMPLOYEE_ID,
    TITLE,
    FIRST_NAME,
    MIDDLE_NAMES,
    LAST_NAME,
    FULL_NAME,
    EMAIL_ADDRESS,
    MANAGER_ID,
    POSITION_CODE,
    SALARY,
    START_DATE,
    END_DATE,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_LOGIN,
    ATTRIBUTE_CATEGORY,
    ATTRIBUTE1,
    ATTRIBUTE2,
    ATTRIBUTE3,
    ATTRIBUTE4,
    ATTRIBUTE5,
    ATTRIBUTE6,
    ATTRIBUTE7,
    ATTRIBUTE8,
    ATTRIBUTE9,
    ATTRIBUTE10,
    ATTRIBUTE11,
    ATTRIBUTE12,
    ATTRIBUTE13,
    ATTRIBUTE14,
    ATTRIBUTE15 )
    VALUES (
    17,
    'ichiro',
    'yamada',
    'ichiro yamada',
    1,
    0,
    sysdate,
    sysdate,
    sysdate,
    0,
    sysdate,
    0,
    0,
    it seems that if use the functions below,the issue can be workarounded.
    But it is not clear whether there is any other impact from these functions.
    innerTable1.clearCache(pageContext);
    innerTable1.setAttributeValue("CLEAR_CACHE_ONCE_NOEXECUTE_ATTR", Boolean.TRUE);
    Could you please share your idea?
    Thank you very much in advance.
    Best regards,
    Wang

    FYI.  I was able to do what I wanted by first going to page properties and removing unwanted fonts from appearance.  Then edit the page, select all, change style to normal, then select the text where you want to use a different style and change style there.  This gives consistent appearance with both browsers.

  • Rendered images are not appearing on the webpage. works fine on IE. All plugins appear to be present includeing Adobe Flash

    rendered images are not appearing on the webpage. works fine on IE. All plugins appear to be present including Adobe Flash

    If that only happens on a specific page or domain then make sure that you do not block images on that domain.
    See [[Images or animations do not show]]
    *A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    *A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    *Go to the <i>Media</i> tab of that "Tools > Page Info" window.
    *Select the first image link and scroll down though the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    *You can see the permissions for the domain in the current tab in Tools > Page Info > Permissions
    *You can see all image exceptions in Tools > Options > Content: Load Images > Exceptions

  • Solaris 10 cluster:failover project or zone can not have same name?

    Oracle on Solaris 10 cluster: two node SUN cluster fail over, SA advised using different account (oracle01 for node01, oracle02 for node02) to failover cluster, why can't I create same 'oracle' account on both node?
    failover different project or zone can not have same user or group account name?
    thanks.

    Hi Vangelis,
    Building a cluster, requires some planning and understanding the concepts.
    A good start would be reading some of the documents linked to in this url: http://docs.sun.com/app/docs/doc/819-2969/gcbkf?a=view
    Regards,
    Davy

  • I made a iMovie project and it is not letting me share it on youtube.

    I made an iMovie project that is over 15 minutes long and I cannot cut it down at all because it is for a project. It will not let me share it to my Youtube channel and does not show up. Please help.

    Clean iPhone charging port very well with toothbrush and small amount of Isopropyl Alcohol.

  • When I render a video Pre Elements 12 or 13 and save it to work on later. When I bring it back up the rendered file is not saved. I have to render it again. Can it be saved. Pre Ele 1 would save.

    when I render a video Pre Elements 12 or 13 and save it to work on later. When I bring it back up the rendered file is not saved. I have to render it again. Can it be saved. Pre Ele 1 would save.

    [discussion moved to Photoshop Elements forum]

  • Project stock (WBS element) not consider in QA07 Transaction

    Standard SAP transaction QA07 for Deadline monitoring of batches not
    considering project stock (WBS element) for the same
    Kindly suggest for your possible solutions as we are going to fully equipped with
    project system and its stock must be
    considered for background scheduler of recurring inspection
    Waiting for your kind and immediate action
    With Regards,
    Kunal Sheth

    Hi!
    We regret to inform you, that the report RQAAAS10 ( QA07 ) does not             
    support project stocks.                                                                               
    For better understanding of the transaction QA07, I would ask you kindly        
    to review the documentation for the report RQAAAS10.                                                                               
    Here are the Requirements for this report:                                                                               
    'The batch master data corresponds to the selection conditions.                 
    Only those batches that full fill the following conditions are examined:                                                                               
    -the batch status is "released".                                                                               
    -the unrestricted-use stock is greater than zero.                                                                               
    -the stock is not in a HU storage location'                                                                               
    This means that all 'special' stock locations, like for example project         
    stock, will be not relevant for this transaction.                                                                               
    Unfortunately SAP not able to provide a workaround for your                  
    issue, with the exception of a customer own development. In this case           
    you can copy the report and make the correspondent adjustments needed.          
    Best regards
    Erika

  • IMovie "lost" two clips in my 20-minute project, but I did NOT delete any clips...?!?!?

    This is for iMovie on iPhone 4. 
    Basically I've put HOURS into editing a 20-minute movie on my phone.  This is intentionally on my phone just for the sake of being able to say "I shot these clips and photos and edited the movie entirely on my phone", in case you're wondering why I'd do this crazy task.  haha
    Anyway.. so.. I load up the project today (after having not looked at it for months) and now suddenly two clips are shown as no longer being existant.   Now.. I definitely have NOT removed these clips - in fact a quick check with Image Capture (or simply looking in my photo album) proves that they are ALL still on the phone.
    Is there any way for,  for one thing, to see what exact filename (like IMG_0123.MOV) the clips were?   Or SOMETHING?   It would honestly take me a couple of hours to track down the exact clips because of how many different video clips are in this movie, and I'd have to eliminate them one by one.  Not to mention having to re-place them into the movie manually and *try* to remember how I had trimmed the clips.   ARGH
    Hope anyone can offer some help on this...  definitely not impressed at all...

    I've also manually gone through and visually counted every single file.  There is not a single file missing in the numbering sequence ( IMG_0640 all the way to IMG_0936 ).
    The ONLY thing I can think of is that, a week or so ago, the iPhone randomly decided to "rebuild your photo library" for some reason (probably because I have a few thousand photos/clips).  However, ALL files are still present, so it would not make sense that iMovie randomly can't see files that are certainly there....

  • Error while rendering: Export file not found - what to do?

    Hi,
    I have been editing my video in four different premiere pro projects (as I got adviced to do from these forums because it's AVCHD clips). I have rendered these four projects and burned to four DVD's (total playtime is around 1.5hours) - which is working fine.
    But then I try to import all four projects into one big master project because I want to make a blu-ray iso. The import goes fine (I import like this: File > Import > Choose project > Import entire project)
    I export to encore, make the menus etc. and click "build" to start rendering. The problem is that after some time I get this error:
    Blu-ray Object: "sequence-name-here/project-name-here.prproj", Export file not found
    I have seen this error before while rendering some of the four individual projects - but when I saw them I simply just tried again by exporting to encore from the projects again. This seemed to work - but with the big master project I have tried several times with no luck.
    Can anyone help me fix this issue? :)

    Yes, I got this too:
    For posterity, here is what I have found that completely fixes this error, repeatedly:  Clear Encore's cache.  Specifically:
    Close your Encore project and exit Encore
    Go to the cache subdirectory named for your project (ie. if your save file is c:\projects\mymovie.ncor then go to c:\projects\mymovie\cache)
    Delete the file "mlf.cache.v10"
    If your Encore project contains any Premiere Pro dynamically-linked assets, start Premiere Pro and load at least one of the projects used in Encore.  (I have found that this reduces memory usage -- for some reason, Premiere Pro takes up less memory than if Encore spawns the PProHeadless.exe media server to serve the same function)
    Restart Encore and load your project
    ...and wait, patiently, for Encore to re-scan all of your assets and build up the cache again and don't touch it until it's finished.  I use Process Explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653) to watch my disk activity and CPU to know when Encore is finished (just hover on the cyan-colored graph and you can see what program is performing the most disk activity).  Once it's all finished, I save, then immediately try to build my project again.  For proof of concept, my 40GB BD-50 project just built last night after getting this error yesterday afternoon.
    If any of your assets are not transcoded before you begin this process, transcode them all, then start this process over again from step one.  Clearing the cache does not clear the transcodes.
    I hope this helps someone.  I was not looking forward to completely re-authoring my project, which I've been working on (on and off) for a few months.

  • Rendered preview files not loading after mavericks software update

    Once I render and save a project, exit out, and come back in, the rendered files that I "saved" are not rendered. This all happened after the mavericks software update

    Adobe/Jive have a BAD title for the SEARCH THIS FORUM function
    Go to http://forums.adobe.com/community/premiere and, in the area just under Ask a Question, type in
    maverick
    or
    mavericks
    You may now read previous discussions on this subject... be sure to click the See More Results at the bottom of the initial, short list if the initial list does not answer your question

  • PE 11: crashes when loading a project / rendering

    Hello,
    I've been playing around a little with PE 11, and had several crashes and hangs for the last couple of hours:
    - hangs when rendering the timeline using the enter key
    - crashes when re-opening a project: Adobe Media Core CS6 has stopped working (Adobe QT32 Server.exe, QuickTime.qts 7.73.80.64)
    - sometimes getting 'unknown error' when 'sharing' this project as a high quality i
    I can manage to re-open the project if i clean my rendered files and media cache, but it's extremely annoying.
    I believe it's related to one of the video i'm using, a prores APCN 1920x1080 29.97fps.
    I have no problems opening/viewing it using any tool on my computer, or by using the Organizer.
    If i rename the directory which contain this specific video, try to open the project and remap the missing file with a H264 version instead of prores, it crashes right away.
    The current virtual memory size and private bytes doesn't seem strange/excessive, and i'm also okay on the system commit charge.
    I'm running up to date PE 11, and re-installed latest Quicktime just to be on the safe side.
    I do not have any other memory/resources consuming software running in the background.
    My specs: Win7 ultimate 32bits completely up to date, 4gb, i7 940, GT 620
    Any idea what could be causing this?
    /d

    Thank you for the I/O info. With that second eSATA, and the free-space on each disk, I do not see what would be a problem there.
    Take a look at this FAQ Entry: http://forums.adobe.com/thread/792580?tstart=0
    It starts with a checklist on getting PrE set up properly, then goes into detail on tuning one's computer and OS. Finally, it has links to troubleshooting articles, with more links to tools to help in that process. Be sure to check out "Finding Clues," with the use of the Event Viewer. There might be some clues there, that will be helpful.
    Good luck,
    Hunt

  • 'Edit origninal' rendered in AE not working

    We have 2 systems on Windows 7 running CC update of Premiere Pro 2014.2_8.1.
    When using AE rendered Quicktime files in PP, one of the systems will not open the AE project it was created in when using the 'edit original' command.
    It just opens the rendered file in a Quicktime player.
    The other system we have (identical except for the GPU) works perfectly.
    This is a recent development going back a few Adobe updates.
    However, I'm wondering if this might be from a Window's update.
    I've looked for similar posts but have not found any answers.
    Any thoughts would be greatly appreciated.
    Andrew

    Fixed my problem.
    Uninstall AE,  including settings, reinstall, works.
    10 points for me.

Maybe you are looking for

  • Multiple jobs writing to a single file

    Hi, My program requires me to create 20 jobs. Each job needs to write into a single file on the application server. I have tried using open dataset, transfer and close dataset approach but it doesn't work. I open the data set before submitting the re

  • When will the Bonjour protocols be updated for use in an Enterprise?

    Bonjour protocols really need an upgrade. Usage of iOS devices in a large VPN'd network is difficult to say the least.  These limitations are making it impossible to recommend usage of iOS equipment.  In some cases I have found a work around to get i

  • New Computer--iPad Won't Sync

    Frustration with a capital F. A couple of weeks ago I bought a new desk top. All my iPods are doing fine with the transfer of my iTunes library to the new computer. I thought everything was fine with my iPad. It synced a couple of new TV shows and so

  • Message body part inputstream wrong size

    Hi to everyone, I'm trying to download a message (created with JavaMail) from a server: the attachment is 345.302 byte, but when I get the InputStream of the part, the available() method returns "354388". This is the code: // getting the message mult

  • BI & training

    Hi Gurus, I have completed my SAP TBW310  training ( BW 3.5)  . I do have a fair idea of query designing and reporting, etc. Our company has recently implemented BI 7. I am planning to do the TBW42 - Advances Enterprise Data Warehousing training . I